diff options
| author | Stefan Roese <[email protected]> | 2019-01-15 13:54:26 +0100 |
|---|---|---|
| committer | Daniel Schwierzeck <[email protected]> | 2019-01-16 14:00:26 +0100 |
| commit | 49f0b6bab919e6a9a509af841b43bbb49728dc45 (patch) | |
| tree | e2c64264b13749e391e72caf1b3e74f20ad4b087 | |
| parent | 7b31c0a91d1c987a9e3951f6423cdc7f1251263a (diff) | |
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 <[email protected]>
Cc: Daniel Schwierzeck <[email protected]>
| -rw-r--r-- | arch/mips/dts/gardena-smart-gateway-mt7688.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/dts/gardena-smart-gateway-mt7688.dts b/arch/mips/dts/gardena-smart-gateway-mt7688.dts index d8d88686bb6..75f6037e96a 100644 --- a/arch/mips/dts/gardena-smart-gateway-mt7688.dts +++ b/arch/mips/dts/gardena-smart-gateway-mt7688.dts @@ -34,7 +34,7 @@ power_green { label = "smartgw:power:green"; gpios = <&gpio0 19 GPIO_ACTIVE_HIGH>; - default-state = "off"; + default-state = "on"; }; power_red { |
