diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-05-12 00:36:15 +0200 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-05-12 16:57:45 +0200 |
commit | 026fe1308c4eea0b629bec617fc7c45ab48c1deb (patch) | |
tree | 47bebe5fa9fda1c0eb0651ac37294f8d699a4f0b /target/linux/bcm63xx/dts/bcm6328-sercomm-ad1018-nor.dts | |
parent | 96414047c957df8b217aaacd9f6b2316bcf20580 (diff) | |
download | upstream-026fe1308c4eea0b629bec617fc7c45ab48c1deb.tar.gz upstream-026fe1308c4eea0b629bec617fc7c45ab48c1deb.tar.bz2 upstream-026fe1308c4eea0b629bec617fc7c45ab48c1deb.zip |
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>
Diffstat (limited to 'target/linux/bcm63xx/dts/bcm6328-sercomm-ad1018-nor.dts')
-rw-r--r-- | target/linux/bcm63xx/dts/bcm6328-sercomm-ad1018-nor.dts | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/target/linux/bcm63xx/dts/bcm6328-sercomm-ad1018-nor.dts b/target/linux/bcm63xx/dts/bcm6328-sercomm-ad1018-nor.dts index 36899a4cc0..0d2679c08c 100644 --- a/target/linux/bcm63xx/dts/bcm6328-sercomm-ad1018-nor.dts +++ b/target/linux/bcm63xx/dts/bcm6328-sercomm-ad1018-nor.dts @@ -8,6 +8,13 @@ model = "Sercomm AD1018 (SPI flash mod)"; compatible = "sercomm,ad1018-nor", "brcm,bcm6328"; + 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"; @@ -73,7 +80,7 @@ label = "AD1018:green:internet"; }; - power_green@8 { + led_power_green: power_green@8 { reg = <8>; active-low; label = "AD1018:green:power"; |