ARM: dts: rmobile: Force 1-bit bus width on Gen2 QSPI
authorMarek Vasut <marek.vasut+renesas@gmail.com>
Tue, 19 Feb 2019 04:58:24 +0000 (05:58 +0100)
committerMarek Vasut <marex@denx.de>
Sat, 9 Mar 2019 16:57:04 +0000 (17:57 +0100)
U-Boot currently uses Gen2 QSPI in 1-bit mode, enforce it until
we can do better using the new SPI NOR framework.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
arch/arm/dts/r8a7790-lager-u-boot.dts
arch/arm/dts/r8a7790-stout-u-boot.dts
arch/arm/dts/r8a7791-koelsch-u-boot.dts
arch/arm/dts/r8a7791-porter-u-boot.dts
arch/arm/dts/r8a7793-gose-u-boot.dts
arch/arm/dts/r8a7794-alt-u-boot.dts
arch/arm/dts/r8a7794-silk-u-boot.dts

index 8a37cb9..fecf7e7 100644 (file)
 &scif0 {
        u-boot,dm-pre-reloc;
 };
+
+&qspi {
+       flash@0 {
+               spi-tx-bus-width = <1>;
+               spi-rx-bus-width = <1>;
+       };
+};
index 4798265..1396764 100644 (file)
 &scifa0 {
        u-boot,dm-pre-reloc;
 };
+
+&qspi {
+       flash@0 {
+               spi-tx-bus-width = <1>;
+               spi-rx-bus-width = <1>;
+       };
+};
index 85a5290..4a98528 100644 (file)
 &scif0 {
        u-boot,dm-pre-reloc;
 };
+
+&qspi {
+       flash@0 {
+               spi-tx-bus-width = <1>;
+               spi-rx-bus-width = <1>;
+       };
+};
index 275f6b4..82051be 100644 (file)
        status = "okay";
        clock-frequency = <400000>;
 };
+
+&qspi {
+       flash@0 {
+               spi-tx-bus-width = <1>;
+               spi-rx-bus-width = <1>;
+       };
+};
index d8e072c..a35d35c 100644 (file)
 &scif0 {
        u-boot,dm-pre-reloc;
 };
+
+&qspi {
+       flash@0 {
+               spi-tx-bus-width = <1>;
+               spi-rx-bus-width = <1>;
+       };
+};
index e6ef23d..593a418 100644 (file)
 &scif2 {
        u-boot,dm-pre-reloc;
 };
+
+&qspi {
+       flash@0 {
+               spi-tx-bus-width = <1>;
+               spi-rx-bus-width = <1>;
+       };
+};
index 0e104aa..179753d 100644 (file)
 &scif2 {
        u-boot,dm-pre-reloc;
 };
+
+&qspi {
+       flash@0 {
+               spi-tx-bus-width = <1>;
+               spi-rx-bus-width = <1>;
+       };
+};