Properly disable the SoC's internal Switch LEDs on the pinmux.
Devices that previously called ath79_gpio_function_disable for
the switch LEDs, just need to reference switch_led_pins in the
pinctrl-0 property of the gpio-leds node.
Signed-off-by: Paul Wassi <p.wassi@gmx.at>
[changed desired pinctrl register value from 0x1f to proper 0xf8]
Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
[renamed pinmux name to switch_led_disable_pins to make purpose more clear]
Signed-off-by: Petr Štetiar <ynezz@true.cz>
pinctrl-single,bits = <0x0 0x1 0x1>;
};
- switch_led_pins: pinmux_switch_led_pins {
- pinctrl-single,bits = <0x0 0x1f 0xf8>;
+ switch_led_disable_pins: pinmux_switch_led_disable_pins {
+ pinctrl-single,bits = <0x0 0xf8 0xf8>;
};
};
leds {
compatible = "gpio-leds";
+ pinctrl-names = "default";
+ pinctrl-0 = <&switch_led_disable_pins>;
wlan {
label = "dragino2:red:wlan";
leds {
compatible = "gpio-leds";
+ pinctrl-names = "default";
+ pinctrl-0 = <&switch_led_disable_pins>;
modbus {
label = "eg200:red:modbus";
leds {
compatible = "gpio-leds";
+ pinctrl-names = "default";
+ pinctrl-0 = <&switch_led_disable_pins>;
wlan {
label = "tp-link:green:wlan";
leds {
compatible = "gpio-leds";
pinctrl-names = "default";
- pinctrl-0 = <&switch_led_pins>;
+ pinctrl-0 = <&switch_led_disable_pins>;
lan1 {
label = "tp-link:green:lan1";