|
|
@@ -0,0 +1,27 @@
|
|
|
+From dcb56d61d5a8acca0a357cc603397bc0272ce4cb Mon Sep 17 00:00:00 2001
|
|
|
+From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <[email protected]>
|
|
|
+Date: Mon, 29 Mar 2021 10:04:09 +0200
|
|
|
+Subject: [PATCH] ARM: dts: BCM5301X: Set Linksys EA9500 power LED
|
|
|
+MIME-Version: 1.0
|
|
|
+Content-Type: text/plain; charset=UTF-8
|
|
|
+Content-Transfer-Encoding: 8bit
|
|
|
+
|
|
|
+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]>
|
|
|
+---
|
|
|
+ arch/arm/boot/dts/bcm47094-linksys-panamera.dts | 1 +
|
|
|
+ 1 file changed, 1 insertion(+)
|
|
|
+
|
|
|
+--- 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 {
|