[PATCH v2 1/6] ARM: socfpga: dts: fix pdma interrupt

Dinh Nguyen dinguyen at altera.com
Wed Apr 2 10:33:58 PDT 2014


Hi Steffen,

On Wed, 2014-04-02 at 09:11 +0200, Steffen Trumtrar wrote:
> The first interrupt is not at 180 but 104. Fix it.
> 
> Signed-off-by: Steffen Trumtrar <s.trumtrar at pengutronix.de>
> ---
>  arch/arm/boot/dts/socfpga.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/socfpga.dtsi b/arch/arm/boot/dts/socfpga.dtsi
> index 537f1a5..0c3344f 100644
> --- a/arch/arm/boot/dts/socfpga.dtsi
> +++ b/arch/arm/boot/dts/socfpga.dtsi
> @@ -75,7 +75,7 @@
>  			pdma: pdma at ffe01000 {
>  				compatible = "arm,pl330", "arm,primecell";
>  				reg = <0xffe01000 0x1000>;
> -				interrupts = <0 180 4>;
> +				interrupts = <0 104 4>;
>  				#dma-cells = <1>;
>  				#dma-channels = <8>;
>  				#dma-requests = <32>;

I applied this series to rocketboards  linux-socfpga-next/next-dt.

Thanks,
Dinh




More information about the linux-arm-kernel mailing list