diff options
author | 小桥 <29551030@qq.com> | 2017-03-05 15:53:40 +0800 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2017-06-12 21:08:54 +0200 |
commit | a3332f2aa2d2d3fb6fcd92a49f60bcae0dbd988e (patch) | |
tree | effab7530db3f3c6835dede263a0082a08910b8c /target/linux | |
parent | ca27b3d370353ff57719718a1964c6b4f10b11a4 (diff) | |
download | upstream-a3332f2aa2d2d3fb6fcd92a49f60bcae0dbd988e.tar.gz upstream-a3332f2aa2d2d3fb6fcd92a49f60bcae0dbd988e.tar.bz2 upstream-a3332f2aa2d2d3fb6fcd92a49f60bcae0dbd988e.zip |
ramips: fix Phicomm K1S(PSG1208) pinmux
Use gpio function for pins with LEDs.
Signed-off-by: 小桥 <29551030@qq.com>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ramips/dts/PSG1208.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/PSG1208.dts b/target/linux/ramips/dts/PSG1208.dts index 547da2fdfa..6680f5df2a 100644 --- a/target/linux/ramips/dts/PSG1208.dts +++ b/target/linux/ramips/dts/PSG1208.dts @@ -82,7 +82,7 @@ &pinctrl { state_default: pinctrl0 { gpio { - ralink,group = "i2c", "uartf", "rgmii1", "rgmii2", "ephy", "wled", "nd_sd"; + ralink,group = "i2c", "spi refclk", "wled"; ralink,function = "gpio"; }; }; |