commit | 1157a161b0a579c7021a10384b7042a75b0cb229 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Oct 13 23:41:56 2014 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Oct 22 10:36:47 2014 -0600 |
tree | e3bf3cd301a4389d7b821f8d82e9ae2d8b27cde2 | |
parent | 843c9e8796a7a6ebe0c9dec54c6a64ac29949d8f [diff] |
dm: spi: Adjust cmd_spi to work with driver model Driver model uses a different way to find the SPI bus and slave from the numbered devices given on the command line. Adjust the code to suit. We use a generic SPI device, and attach it to the SPI bus before performing the transaction. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Jagannadha Sutradharudu Teki <jagannadh.teki@gmail.com>