Commits
Simon Glass committed e15af8e2cdb
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>