diff options
author | Andrew Lunn <andrew@lunn.ch> | 2013-11-26 16:07:52 +0000 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2013-11-26 16:07:52 +0000 |
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 abd7a6fd77f..56e5d376486 100644 --- a/arch/arm/boot/dts/dove.dtsi +++ b/arch/arm/boot/dts/dove.dtsi @@ -136,6 +136,15 @@ marvell,#interrupts = <5>; }; + pmu_intc: pmu-interrupt-ctrl@d0050 { + compatible = "marvell,dove-pmu-intc"; + interrupt-controller; + #interrupt-cells = <1>; + reg = <0xd0050 0x8>; + interrupts = <33>; + marvell,#interrupts = <7>; + }; + core_clk: core-clocks@d0214 { compatible = "marvell,dove-core-clock"; reg = <0xd0214 0x4>; |