diff options
author | Rafał Miłecki <[email protected]> | 2021-03-29 10:04:09 +0200 |
---|---|---|
committer | Florian Fainelli <[email protected]> | 2021-03-29 11:43:45 -0700 |
commit | dcb56d61d5a8acca0a357cc603397bc0272ce4cb (patch) | |
tree | 4d3beddd1662b6b338127eac0112e17556c9dba4 | |
parent | 1d3352aeed164ef73f05cf80ca001f11d2f3312d (diff) |
ARM: dts: BCM5301X: Set Linksys EA9500 power LED
Set Linux default trigger to default on, just like it's normally done
for power LEDs.
Signed-off-by: Rafał Miłecki <[email protected]>
Signed-off-by: Florian Fainelli <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/bcm47094-linksys-panamera.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/bcm47094-linksys-panamera.dts b/arch/arm/boot/dts/bcm47094-linksys-panamera.dts index 8b77efd2224e..05d4f2931772 100644 --- a/arch/arm/boot/dts/bcm47094-linksys-panamera.dts +++ b/arch/arm/boot/dts/bcm47094-linksys-panamera.dts @@ -75,6 +75,7 @@ power { label = "bcm53xx:white:power"; gpios = <&chipcommon 4 GPIO_ACTIVE_HIGH>; + linux,default-trigger = "default-on"; }; wifi-disabled { |