commit | 49e9d2c6cba389cc23ed2e00829e57bcb558c443 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Dec 03 16:43:24 2013 -0700 |
committer | Simon Glass <sjg@chromium.org> | Mon Dec 09 12:22:12 2013 -0700 |
tree | d6b4296f983ebe381432d7db3b12e4368ec0efe9 | |
parent | 64367c8b73e5744c540f1f6b646ef61df67092d4 [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>