From: Yegor Yefremov Date: Tue, 5 Jul 2022 12:23:55 +0000 (+0200) Subject: ARM: dts: am335x-baltos: change nand-xfer-type X-Git-Tag: v6.1-rc1~154^2~7^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aa8dfaf50b2e122f51ce0c8083d4b861d9553c55;p=thirdparty%2Fkernel%2Flinux.git ARM: dts: am335x-baltos: change nand-xfer-type Use "prefetch-dma" instead of "polled". Signed-off-by: Yegor Yefremov Message-Id: <20220705122355.14854-1-yegorslists@googlemail.com> Acked-by: Roger Quadros Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/boot/dts/am335x-baltos.dtsi b/arch/arm/boot/dts/am335x-baltos.dtsi index d3eafee79a237..6161c8929a781 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>;