arm64: dts: qcom: db410c: Fix Bluetooth LED trigger
authorLoic Poulain <loic.poulain@linaro.org>
Wed, 11 Jul 2018 12:18:23 +0000 (14:18 +0200)
committerAndy Gross <andy.gross@linaro.org>
Sat, 21 Jul 2018 20:31:02 +0000 (15:31 -0500)
Current LED trigger, 'bt', is not known/used by any existing driver.
Fix this by renaming it to 'bluetooth-power' trigger which is
controlled by the Bluetooth subsystem.

Fixes: 9943230c8860 ("arm64: dts: qcom: Add apq8016-sbc board LED's related device nodes")
Signed-off-by: Loic Poulain <loic.poulain@linaro.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi

index 9ff8487..78ce397 100644 (file)
                        led@6 {
                                label = "apq8016-sbc:blue:bt";
                                gpios = <&pm8916_mpps 3 GPIO_ACTIVE_HIGH>;
-                               linux,default-trigger = "bt";
+                               linux,default-trigger = "bluetooth-power";
                                default-state = "off";
                        };
                };