diff options
author | Maciej Purski <m.purski@samsung.com> | 2018-02-06 14:25:52 +0300 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2018-02-13 21:02:00 +0300 |
commit | 9097b4bd9fceae342afce480f4c1379b9f67052e (patch) | |
tree | 1b9415d32e1c7b3af8ea8cc304be47f0f98b1e17 /arch/arm/boot/dts/exynos4.dtsi | |
parent | 32d8a836154fb90771c4dd2674f4c7a2c1d92112 (diff) | |
download | linux-9097b4bd9fceae342afce480f4c1379b9f67052e.tar.xz |
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/exynos4.dtsi')
-rw-r--r-- | arch/arm/boot/dts/exynos4.dtsi | 2 |
1 files changed, 1 insertions, 1 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>; |