dt-bindings: Misc fix for the ATH79 MISC interrupt controllers
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>
This commit is contained in:
parent
d9f43babb9
commit
ef8322427e
|
@ -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>;
|
||||
|
|
Loading…
Reference in New Issue