commit | 2c9693ce2c9bf1e847265039133a2d9c5574e33a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jan 21 19:44:11 2016 -0700 |
committer | Simon Glass <sjg@chromium.org> | Thu Jan 21 20:42:36 2016 -0700 |
tree | 4baaed94c2b8f932d445b661556b4dd95c0adabf | |
parent | 58a52e878b35a936e7ab9210aac04c9cb016ad88 [diff] |
rockchip: spi: Correct chip-enable code At present there is an incorrect call to rkspi_enable_chip(). It should be disabling the chip, not enabling it. Correct this and ensure that the chip is disabled when releasing the bus. Signed-off-by: Simon Glass <sjg@chromium.org>