ARM: dts: msm: Update the ACTLR settings for Kalama's VM's IOMMU clients

Update the ACTLR settings for Kalama's trusted VM IOMMU clients to the
latest recommended settings, and update the format of the ACTLR entries
so that they are sorted in ascending order, and are documented properly.

Change-Id: I3fb315950e41a68325a0018213903939ad566969
This commit is contained in:
Isaac J. Manjarres
2021-12-21 11:29:31 -08:00
parent 4fcfe3a471
commit 4c6085baf1

View File

@@ -25,19 +25,29 @@
qcom,use-3-lvl-tables;
dma-coherent;
qcom,actlr =
/* Camera IFE and SFE */
<0x0801 0x0000 0x00000001>,
<0x0821 0x0000 0x00000001>,
<0x0841 0x0000 0x00000001>,
/* Compute */
<0x0c0b 0x0000 0x00000303>,
/* Camera IPE, BPS, CDM IPE, CDM IFE, CDM BPS, ICP */
<0x1801 0x0000 0x00000001>,
<0x1821 0x0000 0x00000001>,
<0x1841 0x0000 0x00000001>,
<0x1861 0x0000 0x00000001>,
<0x1881 0x0000 0x00000001>,
<0x18c2 0x0000 0x00000001>,
<0x18e1 0x0000 0x00000001>,
<0x0c0b 0x0000 0x00000303>,
/* Camera CRE */
<0x18e1 0x0000 0x00000103>,
/* EVA */
<0x1920 0x0000 0x00000103>,
/* Display */
<0x1c03 0x0000 0x00000001>,
<0x1c04 0x0002 0x00000001>,
<0x1920 0x0000 0x00000103>;
<0x1c04 0x0002 0x00000001>;
};
};