[openwrt/openwrt] bmips: innacomm,w3400v6: remove unneeded LED default-state

LEDE Commits lede-commits at lists.infradead.org
Tue Jun 25 08:46:52 PDT 2024


noltari pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/dc71b91c12414cfd58c99d3b0f33098e644817ed

commit dc71b91c12414cfd58c99d3b0f33098e644817ed
Author: Álvaro Fernández Rojas <noltari at gmail.com>
AuthorDate: Tue Jun 25 17:24:53 2024 +0200

    bmips: innacomm,w3400v6: remove unneeded LED default-state
    
    Remove unneeded default-state from led_power_green (led at 4) to be in line with
    other bmips devices.
    
    Signed-off-by: Álvaro Fernández Rojas <noltari at gmail.com>
---
 target/linux/bmips/dts/bcm6328-innacomm-w3400v6.dts | 1 -
 1 file changed, 1 deletion(-)

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 at 5 {




More information about the lede-commits mailing list