diff options
-rw-r--r-- | arch/arm/boot/dts/exynos4x12.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos4x12.dtsi b/arch/arm/boot/dts/exynos4x12.dtsi index eec1e304435e..a1e76ec60e0a 100644 --- a/arch/arm/boot/dts/exynos4x12.dtsi +++ b/arch/arm/boot/dts/exynos4x12.dtsi | |||
@@ -31,6 +31,12 @@ | |||
31 | mshc0 = &mshc_0; | 31 | mshc0 = &mshc_0; |
32 | }; | 32 | }; |
33 | 33 | ||
34 | pmu { | ||
35 | compatible = "arm,cortex-a9-pmu"; | ||
36 | interrupt-parent = <&combiner>; | ||
37 | interrupts = <2 2>, <3 2>, <18 2>, <19 2>; | ||
38 | }; | ||
39 | |||
34 | pd_isp: isp-power-domain@10023CA0 { | 40 | pd_isp: isp-power-domain@10023CA0 { |
35 | compatible = "samsung,exynos4210-pd"; | 41 | compatible = "samsung,exynos4210-pd"; |
36 | reg = <0x10023CA0 0x20>; | 42 | reg = <0x10023CA0 0x20>; |