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:
@@ -8,7 +8,7 @@
|
||||
&soc {
|
||||
apps_smmu: apps-smmu@15000000 {
|
||||
compatible = "qcom,qsmmu-v500";
|
||||
reg = <0x15000000 0x40000>;
|
||||
reg = <0x0 0x15000000 0x0 0x40000>;
|
||||
#iommu-cells = <2>;
|
||||
qcom,use-3-lvl-tables;
|
||||
#global-interrupts = <1>;
|
||||
|
Reference in New Issue
Block a user