Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Alban Bedel and committed by
Rob Herring
ef832242 d9f43bab

+1 -1
+1 -1
Documentation/devicetree/bindings/interrupt-controller/qca,ath79-misc-intc.txt
··· 22 22 Example: 23 23 24 24 interrupt-controller@18060010 { 25 - compatible = "qca,ar9132-misc-intc", qca,ar7100-misc-intc"; 25 + compatible = "qca,ar9132-misc-intc", "qca,ar7100-misc-intc"; 26 26 reg = <0x18060010 0x4>; 27 27 28 28 interrupt-parent = <&cpuintc>;