diff options
author | Jason Cooper <jason@lakedaemon.net> | 2014-03-04 00:32:40 -0500 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2014-03-04 05:10:17 -0500 |
commit | eb9cf4e8ec646a553f3b561d7a9e81acf044d876 (patch) | |
tree | 2bc4c27080815741de764b06c74726e7fb7fc79e /Documentation | |
parent | d0e3a9719f166a81db3bab1b6ec24f544473316c (diff) |
Revert irqchip: irq-dove: Add PMU interrupt controller
This reverts commit 40b367d95fb3d60fc1edb9ba8f6ef52272e48936.
Russell King has raised the idea of creating a proper PMU driver for
this SoC that would incorporate the functionality currently in this
driver. It would also cover the use case for the graphics subsystem on
this SoC.
To prevent having to maintain the devicetree ABI for this limited
interrupt-handler driver, we revert the driver before it hits a mainline
tagged release (eg v3.15).
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Cc: linux-arm-kernel@lists.infradead.org
Cc: Andrew Lunn <andrew@lunn.ch>
Cc: Sebastian Hesselbarth <sebastian.hesselbarth@googlemail.com>
Cc: Gregory CLEMENT <gregory.clement@free-electrons.com>
Cc: Russell King - ARM Linux <linux@arm.linux.org.uk>
Link: http://lkml.kernel.org/r/1393911160-7688-1-git-send-email-jason@lakedaemon.net
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/interrupt-controller/marvell,dove-pmu-intc.txt | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/Documentation/devicetree/bindings/interrupt-controller/marvell,dove-pmu-intc.txt b/Documentation/devicetree/bindings/interrupt-controller/marvell,dove-pmu-intc.txt deleted file mode 100644 index 1feb5825d372..000000000000 --- a/Documentation/devicetree/bindings/interrupt-controller/marvell,dove-pmu-intc.txt +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
1 | Marvell Dove Power Management Unit interrupt controller | ||
2 | |||
3 | Required properties: | ||
4 | - compatible: shall be "marvell,dove-pmu-intc" | ||
5 | - reg: base address of PMU interrupt registers starting with CAUSE register | ||
6 | - interrupts: PMU interrupt of the main interrupt controller | ||
7 | - interrupt-controller: identifies the node as an interrupt controller | ||
8 | - #interrupt-cells: number of cells to encode an interrupt source, shall be 1 | ||
9 | |||
10 | Example: | ||
11 | pmu_intc: pmu-interrupt-ctrl@d0050 { | ||
12 | compatible = "marvell,dove-pmu-intc"; | ||
13 | interrupt-controller; | ||
14 | #interrupt-cells = <1>; | ||
15 | reg = <0xd0050 0x8>; | ||
16 | interrupts = <33>; | ||
17 | }; | ||