diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2018-02-22 22:11:10 +0300 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2018-02-26 19:58:29 +0300 |
commit | 12ec7b34f15a3c746578f6c01e0779c629fe657c (patch) | |
tree | 559d0b86e9982f2409aceb82f0c657802b0ecba7 /arch/arm/boot/dts/exynos4.dtsi | |
parent | 6891227b40e5deca508192d44d5e15c6b3fa8b6d (diff) | |
download | linux-12ec7b34f15a3c746578f6c01e0779c629fe657c.tar.xz |
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>
Diffstat (limited to 'arch/arm/boot/dts/exynos4.dtsi')
-rw-r--r-- | arch/arm/boot/dts/exynos4.dtsi | 6 |
1 files changed, 0 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 @@ 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>; |