summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaciej Purski <m.purski@samsung.com>2018-02-06 12:25:52 +0100
committerKrzysztof Kozlowski <krzk@kernel.org>2018-02-13 19:02:00 +0100
commit9097b4bd9fceae342afce480f4c1379b9f67052e (patch)
tree1b9415d32e1c7b3af8ea8cc304be47f0f98b1e17
parent32d8a836154fb90771c4dd2674f4c7a2c1d92112 (diff)
downloadlinux-9097b4bd9fceae342afce480f4c1379b9f67052e.tar.bz2
ARM: dts: exynos: Use pmu label in exynos4412
In order to use soc node, we need to reference soc child nodes by label in exynos4412. Define pmu label in exynos4.dtsi. Use it in exynos4412 instead of redefining the node by full path. Signed-off-by: Maciej Purski <m.purski@samsung.com> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
-rw-r--r--arch/arm/boot/dts/exynos4.dtsi2
-rw-r--r--arch/arm/boot/dts/exynos4412.dtsi7
2 files changed, 4 insertions, 5 deletions
diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi
index 6d4775a0b402..da284f383279 100644
--- a/arch/arm/boot/dts/exynos4.dtsi
+++ b/arch/arm/boot/dts/exynos4.dtsi
@@ -162,7 +162,7 @@
reg = <0x10440000 0x1000>;
};
- pmu {
+ pmu: pmu {
compatible = "arm,cortex-a9-pmu";
interrupt-parent = <&combiner>;
interrupts = <2 2>, <3 2>;
diff --git a/arch/arm/boot/dts/exynos4412.dtsi b/arch/arm/boot/dts/exynos4412.dtsi
index a6f3f59fce35..e012cdad6595 100644
--- a/arch/arm/boot/dts/exynos4412.dtsi
+++ b/arch/arm/boot/dts/exynos4412.dtsi
@@ -546,10 +546,6 @@
opp-hz = /bits/ 64 <100000000>;
};
};
-
- pmu {
- interrupts = <2 2>, <3 2>, <18 2>, <19 2>;
- };
};
&combiner {
@@ -724,6 +720,9 @@
<&clock CLK_SCLK_HDMI>, <&clock CLK_VP>;
};
+&pmu {
+ interrupts = <2 2>, <3 2>, <18 2>, <19 2>;
+};
&pmu_system_controller {
compatible = "samsung,exynos4412-pmu", "syscon";