summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/exynos5250-snow.dts
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-10-13 23:42:01 -0600
committerSimon Glass <sjg@chromium.org>2014-10-22 10:36:49 -0600
commit73186c9460761315a5a5dfd352c631ab2a022f28 (patch)
tree4a583fdccc9388ac51962b3029f683585edf56a6 /arch/arm/dts/exynos5250-snow.dts
parent623b638607aa00dad85cee36e229011c79b249ce (diff)
downloadblackbird-obmc-uboot-73186c9460761315a5a5dfd352c631ab2a022f28.tar.gz
blackbird-obmc-uboot-73186c9460761315a5a5dfd352c631ab2a022f28.zip
dm: exynos: Convert SPI to driver model
Move the exynos SPI driver over to driver model. This removes quite a bit of boilerplate from the driver, although it adds some for driver model. A few device tree additions are needed to make the SPI flash available. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Jagannadha Sutradharudu Teki <jagannadh.teki@gmail.com>
Diffstat (limited to 'arch/arm/dts/exynos5250-snow.dts')
-rw-r--r--arch/arm/dts/exynos5250-snow.dts8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/dts/exynos5250-snow.dts b/arch/arm/dts/exynos5250-snow.dts
index 2003412cd3..6fd9275c4e 100644
--- a/arch/arm/dts/exynos5250-snow.dts
+++ b/arch/arm/dts/exynos5250-snow.dts
@@ -53,6 +53,14 @@
};
};
+ spi@12d30000 {
+ spi-max-frequency = <50000000>;
+ firmware_storage_spi: flash@0 {
+ compatible = "spi-flash";
+ reg = <0>;
+ };
+ };
+
spi@131b0000 {
spi-max-frequency = <1000000>;
spi-deactivate-delay = <100>;
OpenPOWER on IntegriCloud