commit | 05f38813df6aa04da2be34840ec3a541774075fe | [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 | ae734736272785d1a4d61fca09202ef53fa7fdad [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>