arm64: dts: renesas: r8a77970: Enable IPMMU-DS1, RT and MM
Enable the r8a77970 device nodes for IPMMU-DS1, IPMMU-RT and the shared IPMMU-MM device. Based on work for the r8a7796 by Magnus Damm. Signed-off-by: Simon Horman <horms+renesas@verge.net.au> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
This commit is contained in:
parent
0639be574e
commit
572d48fadf
|
@ -159,7 +159,6 @@ ipmmu_rt: mmu@ffc80000 {
|
||||||
renesas,ipmmu-main = <&ipmmu_mm 7>;
|
renesas,ipmmu-main = <&ipmmu_mm 7>;
|
||||||
power-domains = <&sysc R8A77970_PD_ALWAYS_ON>;
|
power-domains = <&sysc R8A77970_PD_ALWAYS_ON>;
|
||||||
#iommu-cells = <1>;
|
#iommu-cells = <1>;
|
||||||
status = "disabled";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
ipmmu_ds1: mmu@e7740000 {
|
ipmmu_ds1: mmu@e7740000 {
|
||||||
|
@ -168,7 +167,6 @@ ipmmu_ds1: mmu@e7740000 {
|
||||||
renesas,ipmmu-main = <&ipmmu_mm 1>;
|
renesas,ipmmu-main = <&ipmmu_mm 1>;
|
||||||
power-domains = <&sysc R8A77970_PD_ALWAYS_ON>;
|
power-domains = <&sysc R8A77970_PD_ALWAYS_ON>;
|
||||||
#iommu-cells = <1>;
|
#iommu-cells = <1>;
|
||||||
status = "disabled";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
ipmmu_mm: mmu@e67b0000 {
|
ipmmu_mm: mmu@e67b0000 {
|
||||||
|
@ -178,7 +176,6 @@ ipmmu_mm: mmu@e67b0000 {
|
||||||
<GIC_SPI 197 IRQ_TYPE_LEVEL_HIGH>;
|
<GIC_SPI 197 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
power-domains = <&sysc R8A77970_PD_ALWAYS_ON>;
|
power-domains = <&sysc R8A77970_PD_ALWAYS_ON>;
|
||||||
#iommu-cells = <1>;
|
#iommu-cells = <1>;
|
||||||
status = "disabled";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
intc_ex: interrupt-controller@e61c0000 {
|
intc_ex: interrupt-controller@e61c0000 {
|
||||||
|
|
Loading…
Reference in New Issue