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

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
......@@ -178,7 +178,7 @@ led@4 {
led@5 {
label = "apq8016-sbc:yellow:wlan";
gpios = <&pm8916_mpps 2 GPIO_ACTIVE_HIGH>;
linux,default-trigger = "wlan";
linux,default-trigger = "phy0tx";
default-state = "off";
};
......
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