summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2015-07-13 14:34:01 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2015-07-13 14:34:01 -0700
commita6107cf182ae72488823609791707ad18f198de9 (patch)
tree369a2c24f4e493cf1dc1f068a37159c9a22d5ae8
parent0619a87ff2118bbe3b3ba643a33432ba4924d8e2 (diff)
parent9d79d559c13c0dede928477e05581ef221fa76df (diff)
downloadqcom-a6107cf182ae72488823609791707ad18f198de9.tar.gz
Merge "ARM: dts: msm: Enable BT indication LED"
-rw-r--r--arch/arm/boot/dts/qcom/apq8016-sbc.dtsi17
1 files changed, 17 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom/apq8016-sbc.dtsi b/arch/arm/boot/dts/qcom/apq8016-sbc.dtsi
index 976b10ffffd..4376162515a 100644
--- a/arch/arm/boot/dts/qcom/apq8016-sbc.dtsi
+++ b/arch/arm/boot/dts/qcom/apq8016-sbc.dtsi
@@ -863,6 +863,23 @@
"wlan-indication-led";
};
};
+
+ qcom,leds@a200 { /* BT LED */
+ compatible = "qcom,leds-qpnp";
+ reg = <0xa200 0x100>;
+ status = "okay";
+ qcom,led_mpp_3 {
+ label = "mpp";
+ linux,name = "bt";
+ qcom,max-current = <40>;
+ qcom,id = <6>;
+ qcom,source-sel = <1>;
+ qcom,mode-ctrl = <0x10>;
+ qcom,mode = "manual";
+ linux,default-trigger =
+ "bt-indication-led";
+ };
+ };
};
qcom,pm8916@1 {