[source] brcm63xx: dsl-275xb-d: configure switch leds
LEDE Commits
lede-commits at lists.infradead.org
Sun Jun 11 03:01:44 PDT 2017
jogo pushed a commit to source.git, branch master:
https://git.lede-project.org/c5d394e9ba83e72552b9e9e80094d1cb5110e182
commit c5d394e9ba83e72552b9e9e80094d1cb5110e182
Author: Jonas Gorski <jonas.gorski at gmail.com>
AuthorDate: Sun May 14 22:21:08 2017 +0200
brcm63xx: dsl-275xb-d: configure switch leds
Add pinctrl configuration to configure the switch leds on DSL-275XB.
Signed-off-by: Jonas Gorski <jonas.gorski at gmail.com>
---
target/linux/brcm63xx/dts/dsl-275xb-d.dts | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/target/linux/brcm63xx/dts/dsl-275xb-d.dts b/target/linux/brcm63xx/dts/dsl-275xb-d.dts
index bbcce3c3..9ac4ea1 100644
--- a/target/linux/brcm63xx/dts/dsl-275xb-d.dts
+++ b/target/linux/brcm63xx/dts/dsl-275xb-d.dts
@@ -112,3 +112,10 @@
};
};
};
+
+&pinctrl {
+ pinctrl-names = "default";
+
+ pinctrl-0 = <&pinctrl_ephy0_act_led &pinctrl_ephy1_act_led
+ &pinctrl_ephy2_act_led &pinctrl_ephy3_act_led>;
+};
More information about the lede-commits
mailing list