All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: fix example of allwinner interrupt controller
@ 2013-12-11 12:33 Baruch Siach
  2013-12-12 13:14 ` Maxime Ripard
  0 siblings, 1 reply; 2+ messages in thread
From: Baruch Siach @ 2013-12-11 12:33 UTC (permalink / raw)
  To: linux-arm-kernel

The documented value of #interrupt-cells is 1.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 .../devicetree/bindings/interrupt-controller/allwinner,sun4i-ic.txt     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/interrupt-controller/allwinner,sun4i-ic.txt b/Documentation/devicetree/bindings/interrupt-controller/allwinner,sun4i-ic.txt
index 3d3b2b9..32cec4b 100644
--- a/Documentation/devicetree/bindings/interrupt-controller/allwinner,sun4i-ic.txt
+++ b/Documentation/devicetree/bindings/interrupt-controller/allwinner,sun4i-ic.txt
@@ -14,5 +14,5 @@ intc: interrupt-controller {
 	compatible = "allwinner,sun4i-ic";
 	reg = <0x01c20400 0x400>;
 	interrupt-controller;
-	#interrupt-cells = <2>;
+	#interrupt-cells = <1>;
 };
-- 
1.8.5.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] dt-bindings: fix example of allwinner interrupt controller
  2013-12-11 12:33 [PATCH] dt-bindings: fix example of allwinner interrupt controller Baruch Siach
@ 2013-12-12 13:14 ` Maxime Ripard
  0 siblings, 0 replies; 2+ messages in thread
From: Maxime Ripard @ 2013-12-12 13:14 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Baruch,

On Wed, Dec 11, 2013 at 02:33:13PM +0200, Baruch Siach wrote:
> The documented value of #interrupt-cells is 1.
> 
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
> ---
>  .../devicetree/bindings/interrupt-controller/allwinner,sun4i-ic.txt     | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/interrupt-controller/allwinner,sun4i-ic.txt b/Documentation/devicetree/bindings/interrupt-controller/allwinner,sun4i-ic.txt
> index 3d3b2b9..32cec4b 100644
> --- a/Documentation/devicetree/bindings/interrupt-controller/allwinner,sun4i-ic.txt
> +++ b/Documentation/devicetree/bindings/interrupt-controller/allwinner,sun4i-ic.txt
> @@ -14,5 +14,5 @@ intc: interrupt-controller {
>  	compatible = "allwinner,sun4i-ic";
>  	reg = <0x01c20400 0x400>;
>  	interrupt-controller;
> -	#interrupt-cells = <2>;
> +	#interrupt-cells = <1>;
>  };

Nice catch, applied, thanks!

Maxime

-- 
Maxime Ripard, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20131212/637a0db9/attachment.sig>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-12-12 13:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-12-11 12:33 [PATCH] dt-bindings: fix example of allwinner interrupt controller Baruch Siach
2013-12-12 13:14 ` Maxime Ripard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.