Commit 49f0b6bab919e6a9a509af841b43bbb49728dc45

Authored by Stefan Roese
Committed by Daniel Schwierzeck
1 parent 7b31c0a91d

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

arch/mips/dts/gardena-smart-gateway-mt7688.dts
... ... @@ -34,7 +34,7 @@
34 34 power_green {
35 35 label = "smartgw:power:green";
36 36 gpios = <&gpio0 19 GPIO_ACTIVE_HIGH>;
37   - default-state = "off";
  37 + default-state = "on";
38 38 };
39 39  
40 40 power_red {