diff options
| author | Yong Ding <yongding@codeaurora.org> | 2018-05-08 17:38:59 +0800 |
|---|---|---|
| committer | Yong Ding <yongding@codeaurora.org> | 2018-05-08 18:17:38 +0800 |
| commit | f2f2b6f073972792fdc809259db4165ad40a36bd (patch) | |
| tree | 694cd6dd772aa9c323fb13cd5e39f5d27fbc3fee /arch | |
| parent | 463cf733689568e014555ceeba83f2f0dcaacf5a (diff) | |
ARM: dts: msm: add HAB physical channels for msm8996 baseline vplatform
MISC, QCPE and FDE physical channels are added for msm8996
baseline vplatform for test and security use cases.
Change-Id: I1ba984bf65b9aab8cf56f024a24494498b701fca
Signed-off-by: Yong Ding <yongding@codeaurora.org>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/boot/dts/qcom/vplatform-lfv-msm8996-baseline.dts | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom/vplatform-lfv-msm8996-baseline.dts b/arch/arm/boot/dts/qcom/vplatform-lfv-msm8996-baseline.dts index 11640f245c7c..aa884e29d653 100644 --- a/arch/arm/boot/dts/qcom/vplatform-lfv-msm8996-baseline.dts +++ b/arch/arm/boot/dts/qcom/vplatform-lfv-msm8996-baseline.dts @@ -25,5 +25,23 @@ qcom,hab { compatible = "qcom,hab"; vmid = <3>; + + mmidgrp600: mmidgrp600 { + grp-start-id = <600>; + role = "fe"; + remote-vmids = <0>; + }; + + mmidgrp700: mmidgrp700 { + grp-start-id = <700>; + role = "fe"; + remote-vmids = <0>; + }; + + mmidgrp900: mmidgrp900 { + grp-start-id = <900>; + role = "fe"; + remote-vmids = <0>; + }; }; }; |
