commit | 623b638607aa00dad85cee36e229011c79b249ce | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Oct 13 23:42:00 2014 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Oct 22 10:36:48 2014 -0600 |
tree | 4c27026c7806a865949d7c42f617f14566a55919 | |
parent | 44ba6b0eccb37dd98becece22632bcc5e5cd2fbe [diff] |
dm: spi: Add soft_spi implementation Add a new implementation of soft_spi that uses device tree to specify the GPIOs. This will replace soft_spi_legacy for boards which use driver model. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Jagannadha Sutradharudu Teki <jagannadh.teki@gmail.com>