summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorSong Gao <songg@codeaurora.org>2018-05-07 12:20:29 +0800
committerGerrit - the friendly Code Review server <code-review@localhost>2018-05-07 19:18:14 -0700
commitacf4a13cc4fceef734a05e3eab2c3c500f27360b (patch)
treee6c5ab03f43b44c7a4f2ff4b780be5e1f707d1f5 /arch
parent463cf733689568e014555ceeba83f2f0dcaacf5a (diff)
ARM: dts: msm: add bluetooth chip device node for gvm
Currently, bluetooth chip reset function can not be controlled through BT_EN gpio pin. Add bluetooth chip device node along with bt-reset-gpio to make this function workable. Change-Id: I8cb9a274f4d5991587a299693d00609128742395 Signed-off-by: Song Gao <songg@codeaurora.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/qcom/vplatform-lfv-msm8996-ivi-la.dts5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom/vplatform-lfv-msm8996-ivi-la.dts b/arch/arm/boot/dts/qcom/vplatform-lfv-msm8996-ivi-la.dts
index 7900d963bef3..21e358afd21a 100644
--- a/arch/arm/boot/dts/qcom/vplatform-lfv-msm8996-ivi-la.dts
+++ b/arch/arm/boot/dts/qcom/vplatform-lfv-msm8996-ivi-la.dts
@@ -46,6 +46,11 @@
};
};
};
+
+ bluetooth: bt_qca6174 {
+ compatible = "qca,qca6174";
+ qca,bt-reset-gpio = <&pm8994_gpios 19 0>; /* BT_EN */
+ };
};
&soc {