aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHai Nguyen Pham <hai.pham.ud@renesas.com>2018-10-11 15:54:16 +0700
committerRyo Kataoka <ryo.kataoka.wt@renesas.com>2018-12-07 19:57:03 +0900
commit2728c0b6c63a9f10949ae3144dc4fd3304d55b00 (patch)
tree185f9b7d8ba54678d40dfa7ef005a091c218d0c7
parent297d2f8b13f52699e19388743a402bef3745a426 (diff)
downloadrenesas-bsp-2728c0b6c63a9f10949ae3144dc4fd3304d55b00.tar.gz
Revert "arm64: dts: renesas: r8a7796: Enable IPMMU devices"
This reverts commit c8b4002ce990599c9bbcd95e9a9617689bd1070f to keep all IPMMU devices are disabled by default, maintain the same IPMMU support environment with previous released R-Car Linux BSP. Signed-off-by: Hai Nguyen Pham <hai.pham.ud@renesas.com>
-rw-r--r--arch/arm64/boot/dts/renesas/r8a7796.dtsi5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/renesas/r8a7796.dtsi b/arch/arm64/boot/dts/renesas/r8a7796.dtsi
index 0193683241da1..943a3a4e51f74 100644
--- a/arch/arm64/boot/dts/renesas/r8a7796.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a7796.dtsi
@@ -1443,6 +1443,7 @@
renesas,ipmmu-main = <&ipmmu_mm 2>;
power-domains = <&sysc R8A7796_PD_ALWAYS_ON>;
#iommu-cells = <1>;
+ status = "disabled";
};
ipmmu_ir: mmu@ff8b0000 {
@@ -1451,6 +1452,7 @@
renesas,ipmmu-main = <&ipmmu_mm 3>;
power-domains = <&sysc R8A7796_PD_A3IR>;
#iommu-cells = <1>;
+ status = "disabled";
};
ipmmu_mm: mmu@e67b0000 {
@@ -1484,6 +1486,7 @@
renesas,ipmmu-main = <&ipmmu_mm 6>;
power-domains = <&sysc R8A7796_PD_ALWAYS_ON>;
#iommu-cells = <1>;
+ status = "disabled";
};
ipmmu_rt: mmu@ffc80000 {
@@ -1492,6 +1495,7 @@
renesas,ipmmu-main = <&ipmmu_mm 7>;
power-domains = <&sysc R8A7796_PD_ALWAYS_ON>;
#iommu-cells = <1>;
+ status = "disabled";
};
ipmmu_vc0: mmu@fe6b0000 {
@@ -1500,6 +1504,7 @@
renesas,ipmmu-main = <&ipmmu_mm 8>;
power-domains = <&sysc R8A7796_PD_A3VC>;
#iommu-cells = <1>;
+ status = "disabled";
};
ipmmu_vi0: mmu@febd0000 {