commit | 66613f5dd25c4372b3f5ecb2f0c1d08b7f77b3a8 | [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 | ef8a25006df35cafbd47a574681901d9b8f23000 [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>