aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-10-14 11:03:11 +0000
committerJohn Crispin <blogic@openwrt.org>2014-10-14 11:03:11 +0000
commit52808b038fdc7020a3a328b932ee2d422638de05 (patch)
tree9e0345dac4f86212ab936d347d716bdeaf2cc467 /target
parentb9be5bbc829a92595fef988ec982afb510c771e7 (diff)
downloadupstream-52808b038fdc7020a3a328b932ee2d422638de05.tar.gz
upstream-52808b038fdc7020a3a328b932ee2d422638de05.tar.bz2
upstream-52808b038fdc7020a3a328b932ee2d422638de05.zip
lantiq: lantiq: fix pinctrl-xway
Signed-off-by: Eddi De Pieri <eddi@depieri.net> git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@42900 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/lantiq/patches-3.10/0150-lantiq-pinctrl-xway.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/target/linux/lantiq/patches-3.10/0150-lantiq-pinctrl-xway.patch b/target/linux/lantiq/patches-3.10/0150-lantiq-pinctrl-xway.patch
new file mode 100644
index 0000000000..4c4cd76499
--- /dev/null
+++ b/target/linux/lantiq/patches-3.10/0150-lantiq-pinctrl-xway.patch
@@ -0,0 +1,15 @@
+--- a/drivers/pinctrl/pinctrl-xway.c.orig 2014-09-27 14:55:20.000000000 +0200
++++ b/drivers/pinctrl/pinctrl-xway.c 2014-10-05 21:15:02.000000000 +0200
+@@ -152,10 +152,10 @@
+ MFP_XWAY(GPIO41, GPIO, NONE, NONE, NONE),
+ MFP_XWAY(GPIO42, GPIO, MDIO, NONE, NONE),
+ MFP_XWAY(GPIO43, GPIO, MDIO, NONE, NONE),
+- MFP_XWAY(GPIO44, GPIO, NONE, GPHY, SIN),
++ MFP_XWAY(GPIO44, GPIO, MII, SIN, GPHY),
+ MFP_XWAY(GPIO45, GPIO, NONE, GPHY, SIN),
+ MFP_XWAY(GPIO46, GPIO, NONE, NONE, EXIN),
+- MFP_XWAY(GPIO47, GPIO, NONE, GPHY, SIN),
++ MFP_XWAY(GPIO47, GPIO, MII, GPHY, SIN),
+ MFP_XWAY(GPIO48, GPIO, EBU, NONE, NONE),
+ MFP_XWAY(GPIO49, GPIO, EBU, NONE, NONE),
+ MFP_XWAY(GPIO50, GPIO, NONE, NONE, NONE),