Commit 69a27ea80b81ea38078a8657324516ec042ee49f

Authored by Haikun Wang
Committed by Jagan Teki
1 parent 79b4c08fc4

dm: ls1021aqds: dts: Use "spi_dataflash" driver instead of "spi_flash_std" for DSPI flash

The type of DSPI flash on ls1021aqds is AT45DB021, it has specail
commands and page-size.
Use the special spi flash driver instead of "spi_flash_std" driver.

Signed-off-by: Haikun Wang <haikun.wang@freescale.com>
Tested-by: Haikun Wang <haikun.wang@freescale.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Jagan Teki <jteki@openedev.com>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

arch/arm/dts/ls1021a-qds.dts
... ... @@ -30,7 +30,7 @@
30 30 dspiflash: at45db021d@0 {
31 31 #address-cells = <1>;
32 32 #size-cells = <1>;
33   - compatible = "spi-flash";
  33 + compatible = "atmel,dataflash";
34 34 spi-max-frequency = <16000000>;
35 35 spi-cpol;
36 36 spi-cpha;