diff options
author | Nicolas Ferre <nicolas.ferre@atmel.com> | 2013-07-01 11:05:18 -0400 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2014-03-10 11:53:50 -0400 |
commit | e8b2da6e414283008c02eb308fb8c82b8260757b (patch) | |
tree | 32d11a88e11f3ae063ddebeae330378e1704fe46 /arch/arm/boot/dts/at91sam9n12.dtsi | |
parent | 6d0abeca3242a88cab8232e4acd7e2bf088f3bc2 (diff) |
ARM: at91/DT: add NAND + DMA property
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>
Diffstat (limited to 'arch/arm/boot/dts/at91sam9n12.dtsi')
-rw-r--r-- | arch/arm/boot/dts/at91sam9n12.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/at91sam9n12.dtsi b/arch/arm/boot/dts/at91sam9n12.dtsi index 394e6ce2afb7..9f04808fc697 100644 --- a/arch/arm/boot/dts/at91sam9n12.dtsi +++ b/arch/arm/boot/dts/at91sam9n12.dtsi | |||
@@ -570,6 +570,7 @@ | |||
570 | atmel,pmecc-lookup-table-offset = <0x0 0x8000>; | 570 | atmel,pmecc-lookup-table-offset = <0x0 0x8000>; |
571 | atmel,nand-addr-offset = <21>; | 571 | atmel,nand-addr-offset = <21>; |
572 | atmel,nand-cmd-offset = <22>; | 572 | atmel,nand-cmd-offset = <22>; |
573 | atmel,nand-has-dma; | ||
573 | pinctrl-names = "default"; | 574 | pinctrl-names = "default"; |
574 | pinctrl-0 = <&pinctrl_nand>; | 575 | pinctrl-0 = <&pinctrl_nand>; |
575 | gpios = <&pioD 5 GPIO_ACTIVE_HIGH | 576 | gpios = <&pioD 5 GPIO_ACTIVE_HIGH |