Skip to content
Snippets Groups Projects
Commit 0e41635b authored by Yixun Lan's avatar Yixun Lan Committed by Marc Zyngier
Browse files

dt-bindings: interrupt-controller: Fix the double quotes


The double quotes seems not ASCII type, fix it here.

Reviewed-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarYixun Lan <yixun.lan@amlogic.com>
Signed-off-by: default avatarMarc Zyngier <marc.zyngier@arm.com>
parent 48bda43e
No related branches found
No related tags found
No related merge requests found
...@@ -9,11 +9,11 @@ number of interrupt exposed depends on the SoC. ...@@ -9,11 +9,11 @@ number of interrupt exposed depends on the SoC.
Required properties: Required properties:
- compatible : must have "amlogic,meson8-gpio-intc and either - compatible : must have "amlogic,meson8-gpio-intc" and either
amlogic,meson8-gpio-intc for meson8 SoCs (S802) or "amlogic,meson8-gpio-intc" for meson8 SoCs (S802) or
amlogic,meson8b-gpio-intc for meson8b SoCs (S805) or "amlogic,meson8b-gpio-intc" for meson8b SoCs (S805) or
amlogic,meson-gxbb-gpio-intc for GXBB SoCs (S905) or "amlogic,meson-gxbb-gpio-intc" for GXBB SoCs (S905) or
amlogic,meson-gxl-gpio-intc for GXL SoCs (S905X, S912) "amlogic,meson-gxl-gpio-intc" for GXL SoCs (S905X, S912)
- interrupt-parent : a phandle to the GIC the interrupts are routed to. - interrupt-parent : a phandle to the GIC the interrupts are routed to.
Usually this is provided at the root level of the device tree as it is Usually this is provided at the root level of the device tree as it is
common to most of the SoC. common to most of the SoC.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment