]> git.baikalelectronics.ru Git - uboot.git/commitdiff
ARM: dts: renesas: condor: Enable SPI NOR fast-read
authorMarek Vasut <marek.vasut+renesas@gmail.com>
Thu, 22 Dec 2022 21:17:20 +0000 (22:17 +0100)
committerMarek Vasut <marek.vasut+renesas@gmail.com>
Sat, 14 Jan 2023 13:10:12 +0000 (14:10 +0100)
This board requires SPI NOR fast-read, otherwise the SPI NOR
access returns corrupted data. Enable the fast-read explicitly
in DT as it has been disabled in the MTD subsystem by commit
76251f11ca ("mtd: spi-nor: Mask out fast read if not requested in DT")

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
arch/arm/dts/r8a77980-condor-u-boot.dts

index 1b22c7f0b9da77f5ba9b0ba05305d4066a6d9801..576a74e6030a11830a539af989319c9e8c91fe39 100644 (file)
@@ -25,6 +25,7 @@
                #address-cells = <1>;
                #size-cells = <1>;
                compatible = "s25fs512s", "jedec,spi-nor";
+               m25p,fast-read;
                spi-max-frequency = <50000000>;
                spi-tx-bus-width = <1>;
                spi-rx-bus-width = <1>;