[PATCH] ARM: at91/dt: sam9260: correct external trigger value

Nicolas Ferre nicolas.ferre at atmel.com
Tue May 13 02:52:59 PDT 2014


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 at free-electrons.com>

Acked-by: Nicolas Ferre <nicolas.ferre at 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



More information about the linux-arm-kernel mailing list