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/bcm6368-observa-vh4032n.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/bcm6368-observa-vh4032n.dts')
-rw-r--r-- | target/linux/bmips/dts/bcm6368-observa-vh4032n.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/bmips/dts/bcm6368-observa-vh4032n.dts b/target/linux/bmips/dts/bcm6368-observa-vh4032n.dts index 4a4cca0982..14fbd856f8 100644 --- a/target/linux/bmips/dts/bcm6368-observa-vh4032n.dts +++ b/target/linux/bmips/dts/bcm6368-observa-vh4032n.dts @@ -58,12 +58,12 @@ led_power_blue: led@22 { label = "blue:power"; gpios = <&gpio 22 GPIO_ACTIVE_HIGH>; - default-state = "on"; }; led_power_red: led@24 { label = "red:power"; gpios = <&gpio 24 GPIO_ACTIVE_HIGH>; + panic-indicator; }; led@25 { |