diff options
author | Haikun Wang <Haikun.Wang@freescale.com> | 2015-06-26 11:30:41 (GMT) |
---|---|---|
committer | Jagan Teki <jteki@openedev.com> | 2015-06-29 19:10:10 (GMT) |
commit | 69a27ea80b81ea38078a8657324516ec042ee49f (patch) | |
tree | 6467ab150c9fe3507dcf81e9d3659a153b637865 /arch/arm/dts | |
parent | 79b4c08fc42cd7f6b51183b5338f337116c6fdf3 (diff) | |
download | u-boot-fsl-qoriq-69a27ea80b81ea38078a8657324516ec042ee49f.tar.xz |
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>
Diffstat (limited to 'arch/arm/dts')
-rw-r--r-- | arch/arm/dts/ls1021a-qds.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/ls1021a-qds.dts b/arch/arm/dts/ls1021a-qds.dts index 8367811..e634292 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; |