]> git.ipfire.org Git - people/arne_f/kernel.git/commitdiff
arm64: dts: apq8016-sbc: Correct WLAN LED default-trigger
authorBjorn Andersson <bjorn.andersson@linaro.org>
Wed, 26 Apr 2017 22:04:44 +0000 (15:04 -0700)
committerAndy Gross <andy.gross@linaro.org>
Tue, 6 Jun 2017 02:28:59 +0000 (21:28 -0500)
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: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi

index f611647e98805ac8590442d84e7d4be0f0bca8bf..bd310ac1967ab5a07f565bcbeead67a482d2e1b3 100644 (file)
                        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";
                        };