提交 7875b470 编写于 作者: R Rafał Miłecki 提交者: 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: NRafał Miłecki <zajec5@gmail.com>
Signed-off-by: NFlorian Fainelli <f.fainelli@gmail.com>
上级 4076b521
...@@ -45,13 +45,13 @@ ...@@ -45,13 +45,13 @@
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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册