Skip to content

Commit

Permalink
Merge tag 'irqchip-core-4.6-3' of git://git.infradead.org/users/jcoop…
Browse files Browse the repository at this point in the history
…er/linux into irq/core

Pull irqchip core changes from Jason Cooper:

- mvebu: Update dt binding docs for new odmi driver
  • Loading branch information
Thomas Gleixner committed Mar 14, 2016
2 parents 143d36a + 725b06f commit 8e7fe26
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 8e7fe26

Please sign in to comment.