summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/interrupt-controller
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-02-24 16:24:54 +0100
committerJason Cooper <jason@lakedaemon.net>2016-02-27 14:06:14 +0000
commitb009b096c473669311612a05b1dc2057e0ef256c (patch)
treee88e16ac7c01f33b678a07d9c0ea34f85f0dc308 /Documentation/devicetree/bindings/interrupt-controller
parent0407daceedfed003eaacb850d06cbbe359348367 (diff)
dt-bindings: interrupt-controller: Add SoC-specific compatible string to Marvell ODMI
As requested by Rob Herring, this commit adds a SoC-specific compatible string to the Marvell ODMI DT binding. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Link: https://lkml.kernel.org/r/1456327494-31358-1-git-send-email-thomas.petazzoni@free-electrons.com Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'Documentation/devicetree/bindings/interrupt-controller')
-rw-r--r--Documentation/devicetree/bindings/interrupt-controller/marvell,odmi-controller.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/interrupt-controller/marvell,odmi-controller.txt b/Documentation/devicetree/bindings/interrupt-controller/marvell,odmi-controller.txt
index 252d5c9c31f9..8af0a8e613ab 100644
--- a/Documentation/devicetree/bindings/interrupt-controller/marvell,odmi-controller.txt
+++ b/Documentation/devicetree/bindings/interrupt-controller/marvell,odmi-controller.txt
@@ -6,7 +6,9 @@ which can be used by on-board peripheral for MSI interrupts.
Required properties:
-- compatible : The value here should contain "marvell,odmi-controller".
+- compatible : The value here should contain:
+
+ "marvell,ap806-odmi-controller", "marvell,odmi-controller".
- interrupt,controller : Identifies the node as an interrupt controller.
@@ -29,7 +31,8 @@ Required properties:
Example:
odmi: odmi@300000 {
- compatible = "marvell,odmi-controller";
+ compatible = "marvell,ap806-odm-controller",
+ "marvell,odmi-controller";
interrupt-controller;
msi-controller;
marvell,odmi-frames = <4>;