Commit 7875b470 authored by Rafał Miłecki's avatar Rafał Miłecki Committed by Florian Fainelli

ARM: BCM5301X: Fix default state of power LEDs on Netgear R6250

We want green LED to be enabled by default.
Signed-off-by: default avatarRafał Miłecki <zajec5@gmail.com>
Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
parent 4076b521
...@@ -45,13 +45,13 @@ logo { ...@@ -45,13 +45,13 @@ logo {
power0 { power0 {
label = "bcm53xx:green:power"; label = "bcm53xx:green:power";
gpios = <&chipcommon 2 GPIO_ACTIVE_LOW>; gpios = <&chipcommon 2 GPIO_ACTIVE_LOW>;
linux,default-trigger = "default-off"; linux,default-trigger = "default-on";
}; };
power1 { power1 {
label = "bcm53xx:amber:power"; label = "bcm53xx:amber:power";
gpios = <&chipcommon 3 GPIO_ACTIVE_LOW>; gpios = <&chipcommon 3 GPIO_ACTIVE_LOW>;
linux,default-trigger = "default-on"; linux,default-trigger = "default-off";
}; };
usb { usb {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment