ARM: dts: msm: define sid_phys for trusted vm in shima target

Proper sid for trusted vm is selected via MDP_SID
registers. Define sid_phys for trusted vm to
support this.

Change-Id: Ib2c924184adcf1f30a38f66c4ce6d42cdd79bd5f
This commit is contained in:
Krishna Manikandan
2020-09-17 13:09:56 +05:30
parent d798655339
commit 1271e45097

View File

@@ -14,12 +14,15 @@
reg = <0xae00000 0x84208>,
<0xaeb0000 0x2008>,
<0xaeac000 0x214>,
<0xaf50000 0x038>;
<0xaf50000 0x038>,
<0xae8f000 0x02c>;
reg-names = "mdp_phys",
"vbif_phys",
"regdma_phys",
"swfuse_phys";
"swfuse_phys",
"sid_phys";
qcom,sde-vm-exclude-reg-names = "sid_phys";
qcom,sde-hw-version = <0x60070000>;
clocks =
<&clock_cpucc GCC_DISP_AHB_CLK>,