diff options
author | Wenyou.Yang@microchip.com <Wenyou.Yang@microchip.com> | 2017-07-21 13:40:10 +0800 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-08-04 20:38:35 -0400 |
commit | 56a61e5e27ab5b9c9c9706f2a2b353880dc04f9d (patch) | |
tree | a26a2f190892fa9b815f6f791f3ba97a49bd9616 /arch | |
parent | eab36f6d7bff9b228c964fb53d6ae54cfff5b363 (diff) | |
download | u-boot-56a61e5e27ab5b9c9c9706f2a2b353880dc04f9d.zip u-boot-56a61e5e27ab5b9c9c9706f2a2b353880dc04f9d.tar.gz u-boot-56a61e5e27ab5b9c9c9706f2a2b353880dc04f9d.tar.bz2 |
board: at91sam9rlek: Use SPI-flash-based AT45xxx DataFlash
To support driver model and device tree, use the SPI-flash-based
AT45xxx DataFlash driver, DataFlash is a kind of SPI flash.
Instead of ATMEL_DATAFLASH_SPI DataFlash older driver that will
be removed in the future.
Signed-off-by: Wenyou Yang <wenyou.yang@microchip.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/dts/at91sam9rl.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/dts/at91sam9rl.dtsi b/arch/arm/dts/at91sam9rl.dtsi index 8249994..4602cd2 100644 --- a/arch/arm/dts/at91sam9rl.dtsi +++ b/arch/arm/dts/at91sam9rl.dtsi @@ -34,6 +34,7 @@ ssc0 = &ssc0; ssc1 = &ssc1; pwm0 = &pwm0; + spi0 = &spi0; }; cpus { |