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:
Stefan Roese 2019-01-15 13:54:26 +01:00 committed by Daniel Schwierzeck
parent 7b31c0a91d
commit 49f0b6bab9

View File

@ -34,7 +34,7 @@
power_green {
label = "smartgw:power:green";
gpios = <&gpio0 19 GPIO_ACTIVE_HIGH>;
default-state = "off";
default-state = "on";
};
power_red {