All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: at91/dt: sam9260: correct external trigger value
@ 2014-05-12 16:32 ` Alexandre Belloni
  0 siblings, 0 replies; 4+ messages in thread
From: Alexandre Belloni @ 2014-05-12 16:32 UTC (permalink / raw)
  To: linux-arm-kernel

The external trigger value is 0b1101 which is 13 but 0xd.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
---
 arch/arm/boot/dts/at91sam9260.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/at91sam9260.dtsi b/arch/arm/boot/dts/at91sam9260.dtsi
index 366fc2cbcd64..c0e0eae16a27 100644
--- a/arch/arm/boot/dts/at91sam9260.dtsi
+++ b/arch/arm/boot/dts/at91sam9260.dtsi
@@ -641,7 +641,7 @@
 				trigger at 3 {
 					reg = <3>;
 					trigger-name = "external";
-					trigger-value = <0x13>;
+					trigger-value = <0xd>;
 					trigger-external;
 				};
 			};
-- 
1.9.1

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

* [PATCH] ARM: at91/dt: sam9260: correct external trigger value
@ 2014-05-12 16:32 ` Alexandre Belloni
  0 siblings, 0 replies; 4+ messages in thread
From: Alexandre Belloni @ 2014-05-12 16:32 UTC (permalink / raw)
  To: Nicolas Ferre
  Cc: Jean-Christophe Plagniol-Villard, linux-arm-kernel, linux-kernel,
	Boris Brezillon, Alexandre Belloni

The external trigger value is 0b1101 which is 13 but 0xd.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
---
 arch/arm/boot/dts/at91sam9260.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/at91sam9260.dtsi b/arch/arm/boot/dts/at91sam9260.dtsi
index 366fc2cbcd64..c0e0eae16a27 100644
--- a/arch/arm/boot/dts/at91sam9260.dtsi
+++ b/arch/arm/boot/dts/at91sam9260.dtsi
@@ -641,7 +641,7 @@
 				trigger@3 {
 					reg = <3>;
 					trigger-name = "external";
-					trigger-value = <0x13>;
+					trigger-value = <0xd>;
 					trigger-external;
 				};
 			};
-- 
1.9.1


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

* [PATCH] ARM: at91/dt: sam9260: correct external trigger value
  2014-05-12 16:32 ` Alexandre Belloni
@ 2014-05-13  9:52   ` Nicolas Ferre
  -1 siblings, 0 replies; 4+ messages in thread
From: Nicolas Ferre @ 2014-05-13  9:52 UTC (permalink / raw)
  To: linux-arm-kernel

On 12/05/2014 18:32, Alexandre Belloni :
> The external trigger value is 0b1101 which is 13 but 0xd.
> 
> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>

Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>

and pushed on our at91-3.15-fixes branch. I will try to push it for 3.15...

Thanks, bye,

> ---
>  arch/arm/boot/dts/at91sam9260.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/at91sam9260.dtsi b/arch/arm/boot/dts/at91sam9260.dtsi
> index 366fc2cbcd64..c0e0eae16a27 100644
> --- a/arch/arm/boot/dts/at91sam9260.dtsi
> +++ b/arch/arm/boot/dts/at91sam9260.dtsi
> @@ -641,7 +641,7 @@
>  				trigger at 3 {
>  					reg = <3>;
>  					trigger-name = "external";
> -					trigger-value = <0x13>;
> +					trigger-value = <0xd>;
>  					trigger-external;
>  				};
>  			};
> 


-- 
Nicolas Ferre

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

* Re: [PATCH] ARM: at91/dt: sam9260: correct external trigger value
@ 2014-05-13  9:52   ` Nicolas Ferre
  0 siblings, 0 replies; 4+ messages in thread
From: Nicolas Ferre @ 2014-05-13  9:52 UTC (permalink / raw)
  To: Alexandre Belloni
  Cc: Jean-Christophe Plagniol-Villard, linux-arm-kernel, linux-kernel,
	Boris Brezillon

On 12/05/2014 18:32, Alexandre Belloni :
> The external trigger value is 0b1101 which is 13 but 0xd.
> 
> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>

Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>

and pushed on our at91-3.15-fixes branch. I will try to push it for 3.15...

Thanks, bye,

> ---
>  arch/arm/boot/dts/at91sam9260.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/at91sam9260.dtsi b/arch/arm/boot/dts/at91sam9260.dtsi
> index 366fc2cbcd64..c0e0eae16a27 100644
> --- a/arch/arm/boot/dts/at91sam9260.dtsi
> +++ b/arch/arm/boot/dts/at91sam9260.dtsi
> @@ -641,7 +641,7 @@
>  				trigger@3 {
>  					reg = <3>;
>  					trigger-name = "external";
> -					trigger-value = <0x13>;
> +					trigger-value = <0xd>;
>  					trigger-external;
>  				};
>  			};
> 


-- 
Nicolas Ferre

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

end of thread, other threads:[~2014-05-13  9:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-12 16:32 [PATCH] ARM: at91/dt: sam9260: correct external trigger value Alexandre Belloni
2014-05-12 16:32 ` Alexandre Belloni
2014-05-13  9:52 ` Nicolas Ferre
2014-05-13  9:52   ` Nicolas Ferre

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.