diff options
author | 2016-03-13 20:38:08 +0000 | |
---|---|---|
committer | 2016-03-13 20:38:08 +0000 | |
commit | 725b06f33d2a4f66ee84604b02f01b46614c82bc (patch) | |
tree | 41a7725821ea61a59a6ddcc6d4d364b1243c3a37 | |
parent | Merge branch 'irqchip/mvebu' into irqchip/core (diff) | |
parent | dt-bindings: interrupt-controller: Add SoC-specific compatible string to Marvell ODMI (diff) | |
download | wireguard-linux-725b06f33d2a4f66ee84604b02f01b46614c82bc.tar.xz wireguard-linux-725b06f33d2a4f66ee84604b02f01b46614c82bc.zip |
Merge branch 'irqchip/mvebu' into irqchip/core
Diffstat (limited to '')
-rw-r--r-- | Documentation/devicetree/bindings/interrupt-controller/marvell,odmi-controller.txt | 7 |
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>; |