summaryrefslogtreecommitdiffstats
path: root/target/linux/mpc85xx
diff options
context:
space:
mode:
authorChristian Marangi <ansuelsmth@gmail.com>2024-02-07 14:48:40 +0100
committerChristian Marangi <ansuelsmth@gmail.com>2024-02-07 14:48:40 +0100
commitc9499decc4fd38d2a292144c3e1136087690bea4 (patch)
tree10ec8276c8b65a0ac1be3332c33a261e9fd394be /target/linux/mpc85xx
parent2d63d42f5e2f13e879034c6f519cfa6b03fe4445 (diff)
downloadopenwrt-c9499decc4fd38d2a292144c3e1136087690bea4.tar.gz
openwrt-c9499decc4fd38d2a292144c3e1136087690bea4.tar.bz2
openwrt-c9499decc4fd38d2a292144c3e1136087690bea4.zip
mpc85xx: 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/mpc85xx')
-rw-r--r--target/linux/mpc85xx/files/arch/powerpc/boot/dts/br200-wp.dts2
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/mpc85xx/files/arch/powerpc/boot/dts/br200-wp.dts b/target/linux/mpc85xx/files/arch/powerpc/boot/dts/br200-wp.dts
index 39c3f137da..81364b9682 100644
--- a/target/linux/mpc85xx/files/arch/powerpc/boot/dts/br200-wp.dts
+++ b/target/linux/mpc85xx/files/arch/powerpc/boot/dts/br200-wp.dts
@@ -293,14 +293,12 @@
led_attention: led-0 {
gpios = <&gpio0 11 GPIO_ACTIVE_LOW>;
- label = "amber:status";
color = <LED_COLOR_ID_AMBER>;
function = LED_FUNCTION_STATUS;
};
led_status: led-1 {
gpios = <&gpio0 12 GPIO_ACTIVE_LOW>;
- label = "white:status";
color = <LED_COLOR_ID_WHITE>;
function = LED_FUNCTION_STATUS;
};