dt-bindings: Misc fix for the ATH79 MISC interrupt controllers
authorAlban Bedel <albeu@free.fr>
Sun, 29 Nov 2015 12:40:11 +0000 (13:40 +0100)
committerRob Herring <robh@kernel.org>
Wed, 9 Dec 2015 21:30:50 +0000 (15:30 -0600)
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>
Documentation/devicetree/bindings/interrupt-controller/qca,ath79-misc-intc.txt

index ec96b1f0147886102554c16e3bd260dc3f425619..475ae9bd562b4496ae6eda481aaa3ac0da7b6cee 100644 (file)
@@ -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>;
This page took 0.030201 seconds and 5 git commands to generate.