ARM: dts: msm: add hab device node into the msm8996 ivi LA vplatform
HAB(Hypervisor ABstraction driver) is used to support message tx/rx or buffer sharing between multiple OS in the virtualization environment. With such hab device node in the ivi LA vplatform's device tree, hab driver will get its configurations dynamically. So it will not use the default configurations any more. Change-Id: Ie036799428bccac3685229c249b4943335807b68 Signed-off-by: Yong Ding <yongding@codeaurora.org>
This commit is contained in:
parent
463cf73368
commit
4364ec12f0
1 changed files with 65 additions and 0 deletions
|
@ -53,6 +53,71 @@
|
|||
compatible = "qcom,msm-audio-ion-vm";
|
||||
qcom,smmu-enabled;
|
||||
};
|
||||
|
||||
qcom,hab {
|
||||
compatible = "qcom,hab";
|
||||
vmid = <2>;
|
||||
|
||||
mmidgrp100: mmidgrp100 {
|
||||
grp-start-id = <100>;
|
||||
role = "fe";
|
||||
remote-vmids = <0>;
|
||||
};
|
||||
|
||||
mmidgrp200: mmidgrp200 {
|
||||
grp-start-id = <200>;
|
||||
role = "fe";
|
||||
remote-vmids = <0>;
|
||||
};
|
||||
|
||||
mmidgrp300: mmidgrp300 {
|
||||
grp-start-id = <300>;
|
||||
role = "fe";
|
||||
remote-vmids = <0>;
|
||||
};
|
||||
|
||||
mmidgrp400: mmidgrp400 {
|
||||
grp-start-id = <400>;
|
||||
role = "fe";
|
||||
remote-vmids = <0>;
|
||||
};
|
||||
|
||||
mmidgrp500: mmidgrp500 {
|
||||
grp-start-id = <500>;
|
||||
role = "fe";
|
||||
remote-vmids = <0>;
|
||||
};
|
||||
|
||||
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>;
|
||||
};
|
||||
|
||||
mmidgrp1000: mmidgrp1000 {
|
||||
grp-start-id = <1000>;
|
||||
role = "fe";
|
||||
remote-vmids = <0>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
&soc {
|
||||
|
|
Loading…
Add table
Reference in a new issue