summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/exynos4412.dtsi
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 /arch/arm/boot/dts/exynos4412.dtsi
parent32d8a836154fb90771c4dd2674f4c7a2c1d92112 (diff)
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>
Diffstat (limited to 'arch/arm/boot/dts/exynos4412.dtsi')
-rw-r--r--arch/arm/boot/dts/exynos4412.dtsi7
1 files changed, 3 insertions, 4 deletions
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";