]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: at91/DT: add NAND + DMA property
authorNicolas Ferre <nicolas.ferre@atmel.com>
Mon, 1 Jul 2013 15:05:18 +0000 (17:05 +0200)
committerNicolas Ferre <nicolas.ferre@atmel.com>
Mon, 10 Mar 2014 15:53:50 +0000 (16:53 +0100)
Add the "atmel,nand-has-dma" property to NAND node for SoC that
can use the DMA to perform NAND accesses.
Use of this property was added in 1b7192658a08f70df0f290634fd7cd2ecb629fc9
(mtd: atmel_nand: add a new dt binding item for nand dma support).

Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Acked-by: Boris BREZILLON <b.brezillon@overkiz.com>
arch/arm/boot/dts/at91sam9g45.dtsi
arch/arm/boot/dts/at91sam9n12.dtsi
arch/arm/boot/dts/at91sam9x5.dtsi
arch/arm/boot/dts/sama5d3.dtsi

index cbcc058b26b4ebea4ba81ff24e4ff21c3edc95ee..9b6683f252cf912466b877571b92ef6e92c497ed 100644 (file)
                              >;
                        atmel,nand-addr-offset = <21>;
                        atmel,nand-cmd-offset = <22>;
+                       atmel,nand-has-dma;
                        pinctrl-names = "default";
                        pinctrl-0 = <&pinctrl_nand>;
                        gpios = <&pioC 8 GPIO_ACTIVE_HIGH
index 394e6ce2afb75547f229c55348ff527376e98927..9f04808fc697cb0cfb2712fed85d3faff3ed010c 100644 (file)
                        atmel,pmecc-lookup-table-offset = <0x0 0x8000>;
                        atmel,nand-addr-offset = <21>;
                        atmel,nand-cmd-offset = <22>;
+                       atmel,nand-has-dma;
                        pinctrl-names = "default";
                        pinctrl-0 = <&pinctrl_nand>;
                        gpios = <&pioD 5 GPIO_ACTIVE_HIGH
index 174219de92fa7380d4e6dc8a2a9916fa05e70a6e..67e32067eb25517940d5d81d9e5f8797c6b39a13 100644 (file)
                        atmel,pmecc-lookup-table-offset = <0x0 0x8000>;
                        atmel,nand-addr-offset = <21>;
                        atmel,nand-cmd-offset = <22>;
+                       atmel,nand-has-dma;
                        pinctrl-names = "default";
                        pinctrl-0 = <&pinctrl_nand>;
                        gpios = <&pioD 5 GPIO_ACTIVE_HIGH
index 3d5faf85f51be4c283451b263e22450650019d7c..d075c5326ce71d7c0035f6c9e45f8585ce7c2f6b 100644 (file)
                        interrupts = <5 IRQ_TYPE_LEVEL_HIGH 6>;
                        atmel,nand-addr-offset = <21>;
                        atmel,nand-cmd-offset = <22>;
+                       atmel,nand-has-dma;
                        pinctrl-names = "default";
                        pinctrl-0 = <&pinctrl_nand0_ale_cle>;
                        atmel,pmecc-lookup-table-offset = <0x0 0x8000>;