aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/interrupt-controller
diff options
context:
space:
mode:
authorAlban Bedel <albeu@free.fr>2015-11-29 07:40:11 -0500
committerRob Herring <robh@kernel.org>2015-12-09 16:30:50 -0500
commitef8322427e6bb956992079e3b5fac57e65a6b5d3 (patch)
treea8e6d0c7febd5c2fcf4c3d6bc626a16b4c60a942 /Documentation/devicetree/bindings/interrupt-controller
parentd9f43babb998b4061305ec682a423c709a503178 (diff)
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>
Diffstat (limited to 'Documentation/devicetree/bindings/interrupt-controller')
-rw-r--r--Documentation/devicetree/bindings/interrupt-controller/qca,ath79-misc-intc.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/interrupt-controller/qca,ath79-misc-intc.txt b/Documentation/devicetree/bindings/interrupt-controller/qca,ath79-misc-intc.txt
index ec96b1f01478..475ae9bd562b 100644
--- a/Documentation/devicetree/bindings/interrupt-controller/qca,ath79-misc-intc.txt
+++ b/Documentation/devicetree/bindings/interrupt-controller/qca,ath79-misc-intc.txt
@@ -22,7 +22,7 @@ Interrupt Controllers bindings used by client devices.
22Example: 22Example:
23 23
24 interrupt-controller@18060010 { 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 reg = <0x18060010 0x4>; 26 reg = <0x18060010 0x4>;
27 27
28 interrupt-parent = <&cpuintc>; 28 interrupt-parent = <&cpuintc>;