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

Commit e53db018 authored by Loic Poulain's avatar Loic Poulain Committed by Andy Gross
Browse files

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: 9943230c ("arm64: dts: qcom: Add apq8016-sbc board LED's related device nodes")
Signed-off-by: default avatarLoic Poulain <loic.poulain@linaro.org>
Signed-off-by: default avatarAndy Gross <andy.gross@linaro.org>
parent 499ff116
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";
			};
		};