diff options
author | Simon Glass | 2013-12-03 16:43:24 -0700 |
---|---|---|
committer | Simon Glass | 2013-12-09 12:22:12 -0700 |
commit | 0efc02499f9131bd7e1689ebb8d626ef12387de4 (patch) | |
tree | d6b4296f983ebe381432d7db3b12e4368ec0efe9 /include/configs | |
parent | 7b3efc66996b6686ad393b706c323990afa31930 (diff) |
spi_flash: Add spi_flash_probe_fdt() to locate SPI by FDT node
This allows us to put the SPI flash chip inside the SPI interface node,
with U-Boot finding the correct bus and chip select automatically.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/exynos5250-dt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/exynos5250-dt.h b/include/configs/exynos5250-dt.h index bdefee108da..74ba2b64c4c 100644 --- a/include/configs/exynos5250-dt.h +++ b/include/configs/exynos5250-dt.h @@ -276,6 +276,7 @@ #define CONFIG_SF_DEFAULT_MODE SPI_MODE_0 #define CONFIG_SF_DEFAULT_SPEED 50000000 #define EXYNOS5_SPI_NUM_CONTROLLERS 5 +#define CONFIG_OF_SPI #endif #ifdef CONFIG_ENV_IS_IN_SPI_FLASH |