From a3332f2aa2d2d3fb6fcd92a49f60bcae0dbd988e Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E5=B0=8F=E6=A1=A5?= <29551030@qq.com> Date: Sun, 5 Mar 2017 15:53:40 +0800 Subject: [PATCH] ramips: fix Phicomm K1S(PSG1208) pinmux MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Use gpio function for pins with LEDs. Signed-off-by: 小桥 <29551030@qq.com> --- target/linux/ramips/dts/PSG1208.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; }; }; -- 2.30.2