ARM: dts: msm: Modify SMMU reg field format for sdxkova

Modify SMMU register field format as per the parent SoC
address and size cells.

Change-Id: Ifce3e103601a82b1b9f6295d6abef826f917b0fc
Signed-off-by: Bibek Kumar Patro <quic_bibekkum@quicinc.com>
This commit is contained in:
Bibek Kumar Patro
2024-08-24 00:43:17 +05:30
parent 4785b4fc88
commit 3c46ebee9d

View File

@@ -8,7 +8,7 @@
&soc { &soc {
apps_smmu: apps-smmu@15000000 { apps_smmu: apps-smmu@15000000 {
compatible = "qcom,qsmmu-v500"; compatible = "qcom,qsmmu-v500";
reg = <0x15000000 0x40000>; reg = <0x0 0x15000000 0x0 0x40000>;
#iommu-cells = <2>; #iommu-cells = <2>;
qcom,use-3-lvl-tables; qcom,use-3-lvl-tables;
#global-interrupts = <1>; #global-interrupts = <1>;