Skip to content

Commit

Permalink
dt-bindings: Misc fix for the ATH79 MISC interrupt controllers
Browse files Browse the repository at this point in the history
Add a missing quote in the example

Signed-off-by: Alban Bedel <albeu@free.fr>
CC: trivial@kernel.org
Signed-off-by: Rob Herring <robh@kernel.org>
  • Loading branch information
Alban Bedel authored and Rob Herring committed Dec 9, 2015
1 parent d9f43ba commit ef83224
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Interrupt Controllers bindings used by client devices.
Example:

interrupt-controller@18060010 {
compatible = "qca,ar9132-misc-intc", qca,ar7100-misc-intc";
compatible = "qca,ar9132-misc-intc", "qca,ar7100-misc-intc";
reg = <0x18060010 0x4>;

interrupt-parent = <&cpuintc>;
Expand Down

0 comments on commit ef83224

Please sign in to comment.