diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2018-03-28 15:27:57 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2018-03-28 15:27:57 -0700 |
| commit | 2b4db72cec7fef464ff356917624838b90b3fca8 (patch) | |
| tree | 5164163394893a9299a0dc24587013940dfca235 /arch | |
| parent | 905fb0364359cd18488bb49c297e2cf852c17e7c (diff) | |
| parent | 3aa05512469f2ed730f020451244e7e124ea2c9a (diff) | |
Merge "ARM: dts: msm: add the hab entry into the msm8996 telematics vplatform"
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/boot/dts/qcom/vplatform-lfv-msm8996-telematics.dts | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom/vplatform-lfv-msm8996-telematics.dts b/arch/arm/boot/dts/qcom/vplatform-lfv-msm8996-telematics.dts index cd8e49244b24..83f87d0ee2ff 100644 --- a/arch/arm/boot/dts/qcom/vplatform-lfv-msm8996-telematics.dts +++ b/arch/arm/boot/dts/qcom/vplatform-lfv-msm8996-telematics.dts @@ -89,6 +89,35 @@ }; }; + qcom,hab { + compatible = "qcom,hab"; + vmid = <2>; + + mmidgrp600: mmidgrp600 { + grp-start-id = <600>; + role = "fe"; + remote-vmids = <0>; + }; + + mmidgrp700: mmidgrp700 { + grp-start-id = <700>; + role = "fe"; + remote-vmids = <0>; + }; + + mmidgrp800: mmidgrp800 { + grp-start-id = <800>; + role = "fe"; + remote-vmids = <0>; + }; + + mmidgrp900: mmidgrp900 { + grp-start-id = <900>; + role = "fe"; + remote-vmids = <0>; + }; + }; + qcom,cnss { compatible = "qcom,cnss"; wlan-bootstrap-gpio = <&tlmm 46 0>; |
