commit | 8e8963b80dc77b9bbe4e3dd19b5925b300b66fc3 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Oct 01 11:55:19 2018 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Oct 09 04:40:27 2018 -0600 |
tree | b84db5dbc8d913df08c7ebef2b9b022016a29218 | |
parent | f99c3296597d66cd11c77ec03ab5621648c6414e [diff] |
dm: spi: Clean up detection of sandbox SPI emulator Now that we don't have to deal with the command-line flag we can simplify the code for detecting the emulator. Remove the lookup based on the SPI specification, relying just on the device tree to locate the emulator. Signed-off-by: Simon Glass <sjg@chromium.org>