make pinctrl-falcon honour status="disbaled";
authorJohn Crispin <john@openwrt.org>
Sun, 16 Dec 2012 10:03:28 +0000 (10:03 +0000)
committerJohn Crispin <john@openwrt.org>
Sun, 16 Dec 2012 10:03:28 +0000 (10:03 +0000)
SVN-Revision: 34714

target/linux/lantiq/patches-3.7/0125-falcon-pad.patch [new file with mode: 0644]

diff --git a/target/linux/lantiq/patches-3.7/0125-falcon-pad.patch b/target/linux/lantiq/patches-3.7/0125-falcon-pad.patch
new file mode 100644 (file)
index 0000000..5aa390e
--- /dev/null
@@ -0,0 +1,14 @@
+Index: linux-3.7-rc8/drivers/pinctrl/pinctrl-falcon.c
+===================================================================
+--- linux-3.7-rc8.orig/drivers/pinctrl/pinctrl-falcon.c        2012-12-03 20:22:37.000000000 +0100
++++ linux-3.7-rc8/drivers/pinctrl/pinctrl-falcon.c     2012-12-16 10:57:21.454809078 +0100
+@@ -398,6 +398,9 @@
+               u32 avail;
+               int pins;
++              if (!of_device_is_available(np))
++                      continue;
++
+               if (!ppdev) {
+                       dev_err(&pdev->dev, "failed to find pad pdev\n");
+                       continue;