From c5d394e9ba83e72552b9e9e80094d1cb5110e182 Mon Sep 17 00:00:00 2001 From: Jonas Gorski Date: Sun, 14 May 2017 22:21:08 +0200 Subject: [PATCH] brcm63xx: dsl-275xb-d: configure switch leds Add pinctrl configuration to configure the switch leds on DSL-275XB. Signed-off-by: Jonas Gorski --- 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 bbcce3c30d..9ac4ea1c26 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>; +}; -- 2.30.2