devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: am335x-baltos: change nand-xfer-type
@ 2022-07-05 12:23 yegorslists
  2022-07-10  6:54 ` Roger Quadros
  0 siblings, 1 reply; 4+ messages in thread
From: yegorslists @ 2022-07-05 12:23 UTC (permalink / raw)
  To: linux-omap; +Cc: rogerq, tony, devicetree, Yegor Yefremov

From: Yegor Yefremov <yegorslists@googlemail.com>

Use "prefetch-dma" instead of "polled".

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
 arch/arm/boot/dts/am335x-baltos.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/am335x-baltos.dtsi b/arch/arm/boot/dts/am335x-baltos.dtsi
index d3eafee79a23..6161c8929a78 100644
--- a/arch/arm/boot/dts/am335x-baltos.dtsi
+++ b/arch/arm/boot/dts/am335x-baltos.dtsi
@@ -197,7 +197,7 @@
 		rb-gpios = <&gpmc 0 GPIO_ACTIVE_HIGH>; /* gpmc_wait0 */
 		nand-bus-width = <8>;
 		ti,nand-ecc-opt = "bch8";
-		ti,nand-xfer-type = "polled";
+		ti,nand-xfer-type = "prefetch-dma";
 
 		gpmc,device-nand = "true";
 		gpmc,device-width = <1>;
-- 
2.17.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-09-07  5:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-05 12:23 [PATCH] ARM: dts: am335x-baltos: change nand-xfer-type yegorslists
2022-07-10  6:54 ` Roger Quadros
2022-07-11  4:35   ` Yegor Yefremov
2022-09-07  5:16     ` Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).