Commit 330f2dc0 authored by Magnus Damm's avatar Magnus Damm Committed by Simon Horman

arm64: dts: renesas: r8a7796: Enable IPMMU devices

Remove 'status = "disabled"' to make sure all IPMMU devices are enabled
in DT on the r8a7796 SoC.
Signed-off-by: default avatarMagnus Damm <damm+renesas@opensource.se>
Reviewed-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent d2ed9ffc
...@@ -881,7 +881,6 @@ ipmmu_hc: mmu@e6570000 { ...@@ -881,7 +881,6 @@ ipmmu_hc: mmu@e6570000 {
renesas,ipmmu-main = <&ipmmu_mm 2>; renesas,ipmmu-main = <&ipmmu_mm 2>;
power-domains = <&sysc R8A7796_PD_ALWAYS_ON>; power-domains = <&sysc R8A7796_PD_ALWAYS_ON>;
#iommu-cells = <1>; #iommu-cells = <1>;
status = "disabled";
}; };
ipmmu_ir: mmu@ff8b0000 { ipmmu_ir: mmu@ff8b0000 {
...@@ -890,7 +889,6 @@ ipmmu_ir: mmu@ff8b0000 { ...@@ -890,7 +889,6 @@ ipmmu_ir: mmu@ff8b0000 {
renesas,ipmmu-main = <&ipmmu_mm 3>; renesas,ipmmu-main = <&ipmmu_mm 3>;
power-domains = <&sysc R8A7796_PD_A3IR>; power-domains = <&sysc R8A7796_PD_A3IR>;
#iommu-cells = <1>; #iommu-cells = <1>;
status = "disabled";
}; };
ipmmu_mm: mmu@e67b0000 { ipmmu_mm: mmu@e67b0000 {
...@@ -924,7 +922,6 @@ ipmmu_pv1: mmu@fd950000 { ...@@ -924,7 +922,6 @@ ipmmu_pv1: mmu@fd950000 {
renesas,ipmmu-main = <&ipmmu_mm 6>; renesas,ipmmu-main = <&ipmmu_mm 6>;
power-domains = <&sysc R8A7796_PD_ALWAYS_ON>; power-domains = <&sysc R8A7796_PD_ALWAYS_ON>;
#iommu-cells = <1>; #iommu-cells = <1>;
status = "disabled";
}; };
ipmmu_rt: mmu@ffc80000 { ipmmu_rt: mmu@ffc80000 {
...@@ -933,7 +930,6 @@ ipmmu_rt: mmu@ffc80000 { ...@@ -933,7 +930,6 @@ ipmmu_rt: mmu@ffc80000 {
renesas,ipmmu-main = <&ipmmu_mm 7>; renesas,ipmmu-main = <&ipmmu_mm 7>;
power-domains = <&sysc R8A7796_PD_ALWAYS_ON>; power-domains = <&sysc R8A7796_PD_ALWAYS_ON>;
#iommu-cells = <1>; #iommu-cells = <1>;
status = "disabled";
}; };
ipmmu_vc0: mmu@fe6b0000 { ipmmu_vc0: mmu@fe6b0000 {
...@@ -942,7 +938,6 @@ ipmmu_vc0: mmu@fe6b0000 { ...@@ -942,7 +938,6 @@ ipmmu_vc0: mmu@fe6b0000 {
renesas,ipmmu-main = <&ipmmu_mm 8>; renesas,ipmmu-main = <&ipmmu_mm 8>;
power-domains = <&sysc R8A7796_PD_A3VC>; power-domains = <&sysc R8A7796_PD_A3VC>;
#iommu-cells = <1>; #iommu-cells = <1>;
status = "disabled";
}; };
ipmmu_vi0: mmu@febd0000 { ipmmu_vi0: mmu@febd0000 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment