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-netgear-dgnd3700.dtsi | |
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-netgear-dgnd3700.dtsi')
-rw-r--r-- | target/linux/bmips/dts/bcm6368-netgear-dgnd3700.dtsi | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/target/linux/bmips/dts/bcm6368-netgear-dgnd3700.dtsi b/target/linux/bmips/dts/bcm6368-netgear-dgnd3700.dtsi index 2299611d55..7449455631 100644 --- a/target/linux/bmips/dts/bcm6368-netgear-dgnd3700.dtsi +++ b/target/linux/bmips/dts/bcm6368-netgear-dgnd3700.dtsi @@ -59,14 +59,14 @@ gpios = <&gpio 11 GPIO_ACTIVE_LOW>; }; - /* usb front */ led@13 { + /* Front USB port */ label = "green:usb2"; gpios = <&gpio 13 GPIO_ACTIVE_LOW>; }; - /* usb back */ led@14 { + /* Back USB port */ label = "green:usb1"; gpios = <&gpio 14 GPIO_ACTIVE_LOW>; }; @@ -85,7 +85,6 @@ led_power_green: led@24 { label = "green:power"; gpios = <&gpio 24 GPIO_ACTIVE_LOW>; - default-state = "on"; }; led@26 { |