[source] ramips: fix Phicomm K1S(PSG1208) pinmux
LEDE Commits
lede-commits at lists.infradead.org
Mon Jun 12 12:10:30 PDT 2017
mkresin pushed a commit to source.git, branch lede-17.01:
https://git.lede-project.org/2e206c79ccbc1bd4289654673b4db64a26380fb6
commit 2e206c79ccbc1bd4289654673b4db64a26380fb6
Author: 小桥 <29551030 at qq.com>
AuthorDate: Sun Mar 5 15:53:40 2017 +0800
ramips: fix Phicomm K1S(PSG1208) pinmux
Use gpio function for pins with LEDs.
Signed-off-by: 小桥 <29551030 at 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 ea96209..6ae56f2 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";
};
};
More information about the lede-commits
mailing list