]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: exynos: Fix address of PPMU ACP on Exynos4210
authorKrzysztof Kozlowski <krzk@kernel.org>
Thu, 22 Feb 2018 19:11:10 +0000 (20:11 +0100)
committerKrzysztof Kozlowski <krzk@kernel.org>
Mon, 26 Feb 2018 16:58:29 +0000 (17:58 +0100)
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>
arch/arm/boot/dts/exynos4.dtsi
arch/arm/boot/dts/exynos4210.dtsi

index 967cd02401c50ac9c55981d28af7b16d4719d685..909a9f2bf5be6cd87efa23d2901400e9bf10d314 100644 (file)
@@ -821,12 +821,6 @@ ppmu_cpu: ppmu_cpu@106c0000 {
                        status = "disabled";
                };
 
-               ppmu_acp: ppmu_acp@10ae0000 {
-                       compatible = "samsung,exynos-ppmu";
-                       reg = <0x106e0000 0x2000>;
-                       status = "disabled";
-               };
-
                ppmu_rightbus: ppmu_rightbus@112a0000 {
                        compatible = "samsung,exynos-ppmu";
                        reg = <0x112a0000 0x2000>;
index 853604d91158f1b6524caf63dc2e4590588f1e53..88fb47cef9a8f8ef890e14738189ae546795a08c 100644 (file)
@@ -162,6 +162,12 @@ g2d: g2d@12800000 {
                        iommus = <&sysmmu_g2d>;
                };
 
+               ppmu_acp: ppmu_acp@10ae0000 {
+                       compatible = "samsung,exynos-ppmu";
+                       reg = <0x10ae0000 0x2000>;
+                       status = "disabled";
+               };
+
                ppmu_lcd1: ppmu_lcd1@12240000 {
                        compatible = "samsung,exynos-ppmu";
                        reg = <0x12240000 0x2000>;