diff options
| author | Álvaro Fernández Rojas | 2024-06-25 15:24:53 +0000 |
|---|---|---|
| committer | Álvaro Fernández Rojas | 2024-06-25 15:43:32 +0000 |
| commit | dc71b91c12414cfd58c99d3b0f33098e644817ed (patch) | |
| tree | 734d93947bb2484947bfdf66226eed3c17edeeb0 | |
| parent | 69f864760827f07228c785e6f6d75b198d5aaeba (diff) | |
| download | openwrt-dc71b91c12414cfd58c99d3b0f33098e644817ed.tar.gz | |
bmips: innacomm,w3400v6: remove unneeded LED default-state
Remove unneeded default-state from led_power_green (led@4) to be in line with
other bmips devices.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
| -rw-r--r-- | target/linux/bmips/dts/bcm6328-innacomm-w3400v6.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/bmips/dts/bcm6328-innacomm-w3400v6.dts b/target/linux/bmips/dts/bcm6328-innacomm-w3400v6.dts index e7564f2436..9e18e35871 100644 --- a/target/linux/bmips/dts/bcm6328-innacomm-w3400v6.dts +++ b/target/linux/bmips/dts/bcm6328-innacomm-w3400v6.dts @@ -131,7 +131,6 @@ active-low; function = LED_FUNCTION_POWER; color = <LED_COLOR_ID_GREEN>; - default-state = "on"; }; led_power_red: led@5 { |