arm64: dts: renesas: r8a7795: Enable IPMMU devices
Remove 'status = "disabled"' to make sure all IPMMU devices are enabled in DT on the r8a7795 SoC. Signed-off-by: Magnus Damm <damm+renesas@opensource.se> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
parent
77049191b2
commit
d2ed9ffcab
|
@ -947,7 +947,6 @@ ipmmu_hc: mmu@e6570000 {
|
|||
renesas,ipmmu-main = <&ipmmu_mm 2>;
|
||||
power-domains = <&sysc R8A7795_PD_ALWAYS_ON>;
|
||||
#iommu-cells = <1>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
ipmmu_ir: mmu@ff8b0000 {
|
||||
|
@ -956,7 +955,6 @@ ipmmu_ir: mmu@ff8b0000 {
|
|||
renesas,ipmmu-main = <&ipmmu_mm 3>;
|
||||
power-domains = <&sysc R8A7795_PD_A3IR>;
|
||||
#iommu-cells = <1>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
ipmmu_mm: mmu@e67b0000 {
|
||||
|
@ -974,7 +972,6 @@ ipmmu_mp0: mmu@ec670000 {
|
|||
renesas,ipmmu-main = <&ipmmu_mm 4>;
|
||||
power-domains = <&sysc R8A7795_PD_ALWAYS_ON>;
|
||||
#iommu-cells = <1>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
ipmmu_pv0: mmu@fd800000 {
|
||||
|
@ -983,7 +980,6 @@ ipmmu_pv0: mmu@fd800000 {
|
|||
renesas,ipmmu-main = <&ipmmu_mm 6>;
|
||||
power-domains = <&sysc R8A7795_PD_ALWAYS_ON>;
|
||||
#iommu-cells = <1>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
ipmmu_pv1: mmu@fd950000 {
|
||||
|
@ -992,7 +988,6 @@ ipmmu_pv1: mmu@fd950000 {
|
|||
renesas,ipmmu-main = <&ipmmu_mm 7>;
|
||||
power-domains = <&sysc R8A7795_PD_ALWAYS_ON>;
|
||||
#iommu-cells = <1>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
ipmmu_pv2: mmu@fd960000 {
|
||||
|
@ -1001,7 +996,6 @@ ipmmu_pv2: mmu@fd960000 {
|
|||
renesas,ipmmu-main = <&ipmmu_mm 8>;
|
||||
power-domains = <&sysc R8A7795_PD_ALWAYS_ON>;
|
||||
#iommu-cells = <1>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
ipmmu_pv3: mmu@fd970000 {
|
||||
|
@ -1010,7 +1004,6 @@ ipmmu_pv3: mmu@fd970000 {
|
|||
renesas,ipmmu-main = <&ipmmu_mm 9>;
|
||||
power-domains = <&sysc R8A7795_PD_ALWAYS_ON>;
|
||||
#iommu-cells = <1>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
ipmmu_rt: mmu@ffc80000 {
|
||||
|
@ -1019,7 +1012,6 @@ ipmmu_rt: mmu@ffc80000 {
|
|||
renesas,ipmmu-main = <&ipmmu_mm 10>;
|
||||
power-domains = <&sysc R8A7795_PD_ALWAYS_ON>;
|
||||
#iommu-cells = <1>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
ipmmu_vc0: mmu@fe6b0000 {
|
||||
|
@ -1028,7 +1020,6 @@ ipmmu_vc0: mmu@fe6b0000 {
|
|||
renesas,ipmmu-main = <&ipmmu_mm 12>;
|
||||
power-domains = <&sysc R8A7795_PD_A3VC>;
|
||||
#iommu-cells = <1>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
ipmmu_vc1: mmu@fe6f0000 {
|
||||
|
@ -1037,7 +1028,6 @@ ipmmu_vc1: mmu@fe6f0000 {
|
|||
renesas,ipmmu-main = <&ipmmu_mm 13>;
|
||||
power-domains = <&sysc R8A7795_PD_A3VC>;
|
||||
#iommu-cells = <1>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
ipmmu_vi0: mmu@febd0000 {
|
||||
|
@ -1054,7 +1044,6 @@ ipmmu_vi1: mmu@febe0000 {
|
|||
renesas,ipmmu-main = <&ipmmu_mm 15>;
|
||||
power-domains = <&sysc R8A7795_PD_ALWAYS_ON>;
|
||||
#iommu-cells = <1>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
ipmmu_vp0: mmu@fe990000 {
|
||||
|
@ -1063,7 +1052,6 @@ ipmmu_vp0: mmu@fe990000 {
|
|||
renesas,ipmmu-main = <&ipmmu_mm 16>;
|
||||
power-domains = <&sysc R8A7795_PD_A3VP>;
|
||||
#iommu-cells = <1>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
ipmmu_vp1: mmu@fe980000 {
|
||||
|
|
Loading…
Reference in New Issue