[PATCH v2 01/12] ARM: dts: add generic DMA device tree binding for mxs-dma

Arnd Bergmann arnd at arndb.de
Tue Mar 5 14:38:29 EST 2013


On Tuesday 05 March 2013, Shawn Guo wrote:
>                                  <&clks 150>, <&clks 149>;
>                         clock-names = "gpmi_io", "gpmi_apb", "gpmi_bch",
>                                       "gpmi_bch_apb", "per1_bch";
> +                       dmas = <&dma_apbh 0>;
> +                       dma-names = "gpmi";
>                         fsl,gpmi-dma-channel = <0>;
>                         status = "disabled";

Looks like a small bug:

In patch "[PATCH v2 07/12] mtd: gpmi: move to use generic DMA helper" you require the
dma-names property for this device to be "rx-tx", not "gpmi".

	Arnd



More information about the linux-arm-kernel mailing list