mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
mips: mt7688: gardena-smart-gateway: Enable green power LED on startup
Set the correct power-up state (default-state) of the green power LED. Signed-off-by: Stefan Roese <sr@denx.de> Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
This commit is contained in:
parent
7b31c0a91d
commit
49f0b6bab9
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
power_green {
|
||||
label = "smartgw:power:green";
|
||||
gpios = <&gpio0 19 GPIO_ACTIVE_HIGH>;
|
||||
default-state = "off";
|
||||
default-state = "on";
|
||||
};
|
||||
|
||||
power_red {
|
||||
|
|
Loading…
Add table
Reference in a new issue