commit | 2da1800456909944b393ad8539edb0bf3e997e2d | [log] [tgz] |
---|---|---|
author | Ovidiu Panait <ovidiu.panait@windriver.com> | Mon Dec 14 19:06:48 2020 +0200 |
committer | Simon Glass <sjg@chromium.org> | Tue Dec 22 20:39:25 2020 -0700 |
tree | ab828bf50418abc67bee7bfd3b63e5fa751165d1 | |
parent | 1dc53ce71d961a0404c0d785fb0b66f351a7b730 [diff] |
spi: sandbox_spi: Implement speed/mode setup Implement sandbox_spi_set_{speed, mode} routines, to be able to keep track of the current bus speed/mode. This will help determine whether the values passed from dm_spi_claim_bus() are valid. Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com>