aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzk@kernel.org>2018-02-22 14:11:10 -0500
committerKrzysztof Kozlowski <krzk@kernel.org>2018-02-26 11:58:29 -0500
commit12ec7b34f15a3c746578f6c01e0779c629fe657c (patch)
tree559d0b86e9982f2409aceb82f0c657802b0ecba7
parent6891227b40e5deca508192d44d5e15c6b3fa8b6d (diff)
ARM: dts: exynos: Fix address of PPMU ACP on Exynos4210
Typo in unit address of PPMU ACP caused DTC warnings: arch/arm/boot/dts/exynos4412-odroidu3.dtb: Warning (simple_bus_reg): Node /soc/ppmu_acp@10ae0000 simple-bus unit address format error, expected "106e0000" PPMU ACP (under 0x10ae0000 address) is present only in Exynos4210 so move this node to exynos4210.dtsi with fixing the reg address to proper one. Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Reviewed-by: Chanwoo Choi <cw00.choi@samsung.com>
-rw-r--r--arch/arm/boot/dts/exynos4.dtsi6
-rw-r--r--arch/arm/boot/dts/exynos4210.dtsi6
2 files changed, 6 insertions, 6 deletions
diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi
index 967cd02401c5..909a9f2bf5be 100644
--- a/arch/arm/boot/dts/exynos4.dtsi
+++ b/arch/arm/boot/dts/exynos4.dtsi
@@ -821,12 +821,6 @@
821 status = "disabled"; 821 status = "disabled";
822 }; 822 };
823 823
824 ppmu_acp: ppmu_acp@10ae0000 {
825 compatible = "samsung,exynos-ppmu";
826 reg = <0x106e0000 0x2000>;
827 status = "disabled";
828 };
829
830 ppmu_rightbus: ppmu_rightbus@112a0000 { 824 ppmu_rightbus: ppmu_rightbus@112a0000 {
831 compatible = "samsung,exynos-ppmu"; 825 compatible = "samsung,exynos-ppmu";
832 reg = <0x112a0000 0x2000>; 826 reg = <0x112a0000 0x2000>;
diff --git a/arch/arm/boot/dts/exynos4210.dtsi b/arch/arm/boot/dts/exynos4210.dtsi
index 853604d91158..88fb47cef9a8 100644
--- a/arch/arm/boot/dts/exynos4210.dtsi
+++ b/arch/arm/boot/dts/exynos4210.dtsi
@@ -162,6 +162,12 @@
162 iommus = <&sysmmu_g2d>; 162 iommus = <&sysmmu_g2d>;
163 }; 163 };
164 164
165 ppmu_acp: ppmu_acp@10ae0000 {
166 compatible = "samsung,exynos-ppmu";
167 reg = <0x10ae0000 0x2000>;
168 status = "disabled";
169 };
170
165 ppmu_lcd1: ppmu_lcd1@12240000 { 171 ppmu_lcd1: ppmu_lcd1@12240000 {
166 compatible = "samsung,exynos-ppmu"; 172 compatible = "samsung,exynos-ppmu";
167 reg = <0x12240000 0x2000>; 173 reg = <0x12240000 0x2000>;