]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Merge remote-tracking branch 'irqchip/irqchip/for-next'
authorStephen Rothwell <sfr@canb.auug.org.au>
Tue, 8 Mar 2016 02:32:53 +0000 (13:32 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 8 Mar 2016 02:32:53 +0000 (13:32 +1100)
Documentation/devicetree/bindings/interrupt-controller/marvell,odmi-controller.txt

index 252d5c9c31f96b67f0c01352e1438ca2149091e5..8af0a8e613abeb653e69c54769f83917c06568f7 100644 (file)
@@ -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>;