From: Haikun Wang Date: Fri, 26 Jun 2015 11:30:41 +0000 (+0800) Subject: dm: ls1021aqds: dts: Use "spi_dataflash" driver instead of "spi_flash_std" for DSPI... X-Git-Tag: v2015.07-rc3~8 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=69a27ea80b81ea38078a8657324516ec042ee49f;p=oweals%2Fu-boot.git 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 Tested-by: Haikun Wang Reviewed-by: Simon Glass Reviewed-by: Jagan Teki --- diff --git a/arch/arm/dts/ls1021a-qds.dts b/arch/arm/dts/ls1021a-qds.dts index 836781153d..e634292359 100644 --- a/arch/arm/dts/ls1021a-qds.dts +++ b/arch/arm/dts/ls1021a-qds.dts @@ -30,7 +30,7 @@ dspiflash: at45db021d@0 { #address-cells = <1>; #size-cells = <1>; - compatible = "spi-flash"; + compatible = "atmel,dataflash"; spi-max-frequency = <16000000>; spi-cpol; spi-cpha;