From 026fe1308c4eea0b629bec617fc7c45ab48c1deb Mon Sep 17 00:00:00 2001
From: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Date: Tue, 12 May 2020 00:36:15 +0200
Subject: bcm63xx: use generic diag.sh

This commit removes the target-specific diag.sh script. This way, the
generic one is used for the target, which uses DT-aliases to specify the
LEDs used.

Though generic diag.sh allows to use different LEDs to indicate different
states, this patch just moves the old assignment and does not try to
"improve" the assignment by using additional colors.
However, individual proposals to do so are welcome.

For the few cases where status_led2 was used in old diag.sh, only the
primary LED was migrated.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
---
 target/linux/bcm63xx/dts/bcm6318-comtrend-ar-5315u.dts | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

(limited to 'target/linux/bcm63xx/dts/bcm6318-comtrend-ar-5315u.dts')

diff --git a/target/linux/bcm63xx/dts/bcm6318-comtrend-ar-5315u.dts b/target/linux/bcm63xx/dts/bcm6318-comtrend-ar-5315u.dts
index d1085e7eed..c8e814526b 100644
--- a/target/linux/bcm63xx/dts/bcm6318-comtrend-ar-5315u.dts
+++ b/target/linux/bcm63xx/dts/bcm6318-comtrend-ar-5315u.dts
@@ -8,6 +8,13 @@
 	model = "Comtrend AR-5315u";
 	compatible = "comtrend,ar-5315u", "brcm,bcm6318";
 
+	aliases {
+		led-boot = &led_power_green;
+		led-failsafe = &led_power_green;
+		led-running = &led_power_green;
+		led-upgrade = &led_power_green;
+	};
+
 	chosen {
 		bootargs = "rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
 		stdout-path = "serial0:115200n8";
@@ -41,7 +48,7 @@
 			label = "AR-5315u:green:wps";
 			gpios = <&pinctrl 0 1>;
 		};
-		power_green {
+		led_power_green: power_green {
 			label = "AR-5315u:green:power";
 			gpios = <&pinctrl 1 1>;
 			default-state = "on";
-- 
cgit v1.2.3