diff mbox

[v2,1/2] dt-bindings: Misc fix for the ATH79 MISC interrupt controllers

Message ID 1448800812-7469-1-git-send-email-albeu@free.fr
State Accepted, archived
Headers show

Commit Message

Alban Nov. 29, 2015, 12:40 p.m. UTC
Add a missing quote in the example

Signed-off-by: Alban Bedel <albeu@free.fr>
CC: trivial@kernel.org
---
 .../devicetree/bindings/interrupt-controller/qca,ath79-misc-intc.txt    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Rob Herring (Arm) Dec. 4, 2015, 6:47 p.m. UTC | #1
On Sun, Nov 29, 2015 at 01:40:11PM +0100, Alban Bedel wrote:
> Add a missing quote in the example
> 
> Signed-off-by: Alban Bedel <albeu@free.fr>
> CC: trivial@kernel.org

Applied, thanks.

Rob

> ---
>  .../devicetree/bindings/interrupt-controller/qca,ath79-misc-intc.txt    | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> 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 ec96b1f..475ae9b 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.
>  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>;
> -- 
> 2.0.0
> 
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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 ec96b1f..475ae9b 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.
 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>;