From 4c6085baf13b5aba4f618f15ee2c9c576a3fa71e Mon Sep 17 00:00:00 2001 From: "Isaac J. Manjarres" Date: Tue, 21 Dec 2021 11:29:31 -0800 Subject: [PATCH] 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 --- qcom/msm-arm-smmu-kalama-vm.dtsi | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/qcom/msm-arm-smmu-kalama-vm.dtsi b/qcom/msm-arm-smmu-kalama-vm.dtsi index a7bee34a..6c7a6349 100644 --- a/qcom/msm-arm-smmu-kalama-vm.dtsi +++ b/qcom/msm-arm-smmu-kalama-vm.dtsi @@ -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>; }; };