diff mbox series

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

Message ID 1528723089-24904-1-git-send-email-loic.poulain@linaro.org
State Superseded
Headers show
Series arm: dts: qcom: db410c: Fix Bluetooth LED trigger | expand

Commit Message

Loic Poulain June 11, 2018, 1:18 p.m. UTC
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.

Signed-off-by: Loic Poulain <loic.poulain@linaro.org>

---
 arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.7.4

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Loic Poulain July 10, 2018, 1:10 p.m. UTC | #1
Hi David, Andy,

On 11 June 2018 at 15:18, Loic Poulain <loic.poulain@linaro.org> wrote:
> 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.

>

> Signed-off-by: Loic Poulain <loic.poulain@linaro.org>

> ---

>  arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi | 2 +-

>  1 file changed, 1 insertion(+), 1 deletion(-)


Any comments ?
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi b/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi
index 4c3dda5..16f6477 100644
--- a/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi
+++ b/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi
@@ -188,7 +188,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";
 			};
 		};