Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 20afb8ec authored by Bjorn Andersson's avatar Bjorn Andersson Committed by Andy Gross
Browse files

arm64: dts: apq8016-sbc: Correct WLAN LED default-trigger



The TX status trigger of the wlan interface is named phy0tx, so this
updates the default-trigger for the WLAN LED to use that instead.

Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: default avatarAndy Gross <andy.gross@linaro.org>
parent 99c3334d
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -178,7 +178,7 @@
			led@5 {
			led@5 {
				label = "apq8016-sbc:yellow:wlan";
				label = "apq8016-sbc:yellow:wlan";
				gpios = <&pm8916_mpps 2 GPIO_ACTIVE_HIGH>;
				gpios = <&pm8916_mpps 2 GPIO_ACTIVE_HIGH>;
				linux,default-trigger = "wlan";
				linux,default-trigger = "phy0tx";
				default-state = "off";
				default-state = "off";
			};
			};