diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2023-06-11 10:14:25 +0200 |
---|---|---|
committer | Álvaro Fernández Rojas <noltari@gmail.com> | 2023-06-11 10:40:57 +0200 |
commit | 0ea4866d65d0af1a61e1210c6aed42d0c6a69d76 (patch) | |
tree | 5d562672ad38833fab357493764fd49c1d8c2de8 /target/linux/bmips/dts/bcm6358-huawei-hg556a-b.dts | |
parent | 13579e64417545dca6bc878927d9f48f3dfe4af9 (diff) | |
download | upstream-0ea4866d65d0af1a61e1210c6aed42d0c6a69d76.tar.gz upstream-0ea4866d65d0af1a61e1210c6aed42d0c6a69d76.tar.bz2 upstream-0ea4866d65d0af1a61e1210c6aed42d0c6a69d76.zip |
bmips: dts: improve and align device tree files
Align all the device tree files and follow the same criteria before more
devices are ported from bcm63xx and this goes out of control.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'target/linux/bmips/dts/bcm6358-huawei-hg556a-b.dts')
-rw-r--r-- | target/linux/bmips/dts/bcm6358-huawei-hg556a-b.dts | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/target/linux/bmips/dts/bcm6358-huawei-hg556a-b.dts b/target/linux/bmips/dts/bcm6358-huawei-hg556a-b.dts index 716c6227f8..d5f162846d 100644 --- a/target/linux/bmips/dts/bcm6358-huawei-hg556a-b.dts +++ b/target/linux/bmips/dts/bcm6358-huawei-hg556a-b.dts @@ -3,17 +3,14 @@ #include "bcm6358.dtsi" / { - compatible = "huawei,hg556a-b", "brcm,bcm6358"; model = "Huawei EchoLife HG556a (version B)"; + compatible = "huawei,hg556a-b", "brcm,bcm6358"; aliases { led-boot = &led_power_red; led-failsafe = &led_power_red; led-running = &led_power_red; led-upgrade = &led_power_red; - - led-dsl = &led_dsl_red; - led-usb = &led_hspa_red; }; keys { @@ -57,12 +54,12 @@ gpios = <&gpio 0 GPIO_ACTIVE_LOW>; }; - led_hspa_red: led@1 { + led@1 { label = "red:hspa"; gpios = <&gpio 1 GPIO_ACTIVE_LOW>; }; - led_dsl_red: led@2 { + led@2 { label = "red:dsl"; gpios = <&gpio 2 GPIO_ACTIVE_LOW>; }; |