瀏覽代碼

arm64: dts: qcom: db410c: Fix Bluetooth LED trigger

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>
Loic Poulain 7 年之前
父節點
當前提交
e53db01831
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi

+ 1 - 1
arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi

@@ -338,7 +338,7 @@
 			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";
 			};
 		};