Skip to content

Commit

Permalink
Merge branch 'irqchip/mvebu' into irqchip/core
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Cooper committed Mar 13, 2016
2 parents 1ad9a57 + b009b09 commit 725b06f
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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>;
Expand Down

0 comments on commit 725b06f

Please sign in to comment.