diff options
author | Roger Quadros <rogerq@ti.com> | 2016-04-07 06:25:37 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-04-12 17:32:02 -0400 |
commit | a23fc15584871ad5a5b6621768a2b17b645ff22d (patch) | |
tree | 1a3087e039b9b5da026c0c40f8670dd438d3e586 | |
parent | 8675afe574049ed3f7b0874cd365cc0118a0749a (diff) |
ARM: dts: dra7x-evm: Provide NAND ready pin
On these boards NAND ready pin status is avilable over
GPMC_WAIT0 pin.
Read speed increases from 13768 KiB/ to 17246 KiB/s.
Write speed was unchanged at 7123 KiB/s.
Measured using mtd_speedtest.ko.
Signed-off-by: Roger Quadros <rogerq@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/boot/dts/dra7-evm.dts | 1 | ||||
-rw-r--r-- | arch/arm/boot/dts/dra72-evm.dts | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dra7-evm.dts b/arch/arm/boot/dts/dra7-evm.dts index 7fda602868d7..d272cf140197 100644 --- a/arch/arm/boot/dts/dra7-evm.dts +++ b/arch/arm/boot/dts/dra7-evm.dts | |||
@@ -776,6 +776,7 @@ | |||
776 | interrupt-parent = <&gpmc>; | 776 | interrupt-parent = <&gpmc>; |
777 | interrupts = <0 IRQ_TYPE_NONE>, /* fifoevent */ | 777 | interrupts = <0 IRQ_TYPE_NONE>, /* fifoevent */ |
778 | <1 IRQ_TYPE_NONE>; /* termcount */ | 778 | <1 IRQ_TYPE_NONE>; /* termcount */ |
779 | rb-gpios = <&gpmc 0 GPIO_ACTIVE_HIGH>; /* gpmc_wait0 pin */ | ||
779 | ti,nand-ecc-opt = "bch8"; | 780 | ti,nand-ecc-opt = "bch8"; |
780 | ti,elm-id = <&elm>; | 781 | ti,elm-id = <&elm>; |
781 | nand-bus-width = <16>; | 782 | nand-bus-width = <16>; |
diff --git a/arch/arm/boot/dts/dra72-evm.dts b/arch/arm/boot/dts/dra72-evm.dts index 4bd639b9ff91..3e63f660cd7c 100644 --- a/arch/arm/boot/dts/dra72-evm.dts +++ b/arch/arm/boot/dts/dra72-evm.dts | |||
@@ -503,6 +503,7 @@ | |||
503 | interrupt-parent = <&gpmc>; | 503 | interrupt-parent = <&gpmc>; |
504 | interrupts = <0 IRQ_TYPE_NONE>, /* fifoevent */ | 504 | interrupts = <0 IRQ_TYPE_NONE>, /* fifoevent */ |
505 | <1 IRQ_TYPE_NONE>; /* termcount */ | 505 | <1 IRQ_TYPE_NONE>; /* termcount */ |
506 | rb-gpios = <&gpmc 0 GPIO_ACTIVE_HIGH>; /* gpmc_wait0 pin */ | ||
506 | ti,nand-ecc-opt = "bch8"; | 507 | ti,nand-ecc-opt = "bch8"; |
507 | ti,elm-id = <&elm>; | 508 | ti,elm-id = <&elm>; |
508 | nand-bus-width = <16>; | 509 | nand-bus-width = <16>; |