diff options
author | John Crispin <john@openwrt.org> | 2015-01-17 07:06:59 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-01-17 07:06:59 +0000 |
commit | 56a54515df2e21b8b812fea422f702e59ce09d74 (patch) | |
tree | 0463c6641568a6ee689e06f3916642a345f47e41 /target/linux/ramips | |
parent | 27b82a79900c49d6c65dfe16285f641aff97099d (diff) | |
download | upstream-56a54515df2e21b8b812fea422f702e59ce09d74.tar.gz upstream-56a54515df2e21b8b812fea422f702e59ce09d74.tar.bz2 upstream-56a54515df2e21b8b812fea422f702e59ce09d74.zip |
ramips: add i2c pingroup to the pinmux for rt-n14u
i2c pins are wired to wps a reset button
Signed-off-by: Pavel Löbl <lobl.pavel@gmail.com>
SVN-Revision: 43985
Diffstat (limited to 'target/linux/ramips')
-rw-r--r-- | target/linux/ramips/dts/RT-N14U.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/RT-N14U.dts b/target/linux/ramips/dts/RT-N14U.dts index 66ac0fc71b..d95d32d87d 100644 --- a/target/linux/ramips/dts/RT-N14U.dts +++ b/target/linux/ramips/dts/RT-N14U.dts @@ -73,7 +73,7 @@ pinctrl { state_default: pinctrl0 { default { - ralink,group = "ephy", "wled"; + ralink,group = "ephy", "wled", "i2c"; ralink,function = "gpio"; }; }; |