diff options
author | Christian Marangi <ansuelsmth@gmail.com> | 2024-02-07 14:48:38 +0100 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2024-02-07 14:48:38 +0100 |
commit | 959db199c9deeb08191ca56364e03a0b408064c8 (patch) | |
tree | 0141880abeb858915398497fb617e54edde296c3 /target/linux/kirkwood | |
parent | 33e796232911eb9e88d54b36669b4607819db65a (diff) | |
download | openwrt-959db199c9deeb08191ca56364e03a0b408064c8.tar.gz openwrt-959db199c9deeb08191ca56364e03a0b408064c8.tar.bz2 openwrt-959db199c9deeb08191ca56364e03a0b408064c8.zip |
kirkwood: drop redundant label with new LED color/function format
Drop redundant label with new LED color/function format declared.
This was needed previously when the new format wasn't supported by
leds.sh functions script. Now that is supported this property
can be removed in favor of the new format.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Diffstat (limited to 'target/linux/kirkwood')
-rw-r--r-- | target/linux/kirkwood/files/arch/arm/boot/dts/kirkwood-ix4-200d.dts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/target/linux/kirkwood/files/arch/arm/boot/dts/kirkwood-ix4-200d.dts b/target/linux/kirkwood/files/arch/arm/boot/dts/kirkwood-ix4-200d.dts index c63742a1a8..d57e1f5d5a 100644 --- a/target/linux/kirkwood/files/arch/arm/boot/dts/kirkwood-ix4-200d.dts +++ b/target/linux/kirkwood/files/arch/arm/boot/dts/kirkwood-ix4-200d.dts @@ -112,21 +112,18 @@ compatible = "gpio-leds"; led_status_white: led-0 { - label = "status:white"; function = LED_FUNCTION_STATUS; color = <LED_COLOR_ID_WHITE>; gpios = <&gpio_spi 4 GPIO_ACTIVE_LOW>; }; led_status_red: led-1 { - label = "status:red"; function = LED_FUNCTION_STATUS; color = <LED_COLOR_ID_RED>; gpios = <&gpio_spi 5 GPIO_ACTIVE_LOW>; }; led_power_white: led-2 { - label = "power:white"; function = LED_FUNCTION_POWER; color = <LED_COLOR_ID_WHITE>; gpios = <&gpio_spi 7 GPIO_ACTIVE_HIGH>; |