diff options
author | Andrew Lunn <andrew@lunn.ch> | 2013-11-26 11:07:52 -0500 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2013-11-26 11:07:52 -0500 |
commit | 5b67cd630d06078c3d6f8dd6ccf552c78f08c497 (patch) | |
tree | 801faa66ddf937427ecb67135a645c2b63aaf33c /arch/arm/boot/dts/dove.dtsi | |
parent | bfc2e5f560c7af89ee1cece8a0018a44011c24b2 (diff) |
ARM: Dove: Add DT node for PMU interrupt controller.
Instantiate the PMU interrupt controller which Dove has.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Tested-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/boot/dts/dove.dtsi')
-rw-r--r-- | arch/arm/boot/dts/dove.dtsi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dove.dtsi b/arch/arm/boot/dts/dove.dtsi index abd7a6fd77f1..56e5d376486a 100644 --- a/arch/arm/boot/dts/dove.dtsi +++ b/arch/arm/boot/dts/dove.dtsi | |||
@@ -136,6 +136,15 @@ | |||
136 | marvell,#interrupts = <5>; | 136 | marvell,#interrupts = <5>; |
137 | }; | 137 | }; |
138 | 138 | ||
139 | pmu_intc: pmu-interrupt-ctrl@d0050 { | ||
140 | compatible = "marvell,dove-pmu-intc"; | ||
141 | interrupt-controller; | ||
142 | #interrupt-cells = <1>; | ||
143 | reg = <0xd0050 0x8>; | ||
144 | interrupts = <33>; | ||
145 | marvell,#interrupts = <7>; | ||
146 | }; | ||
147 | |||
139 | core_clk: core-clocks@d0214 { | 148 | core_clk: core-clocks@d0214 { |
140 | compatible = "marvell,dove-core-clock"; | 149 | compatible = "marvell,dove-core-clock"; |
141 | reg = <0xd0214 0x4>; | 150 | reg = <0xd0214 0x4>; |