rockchip: spi: Remove the explicit pinctrl setting
authorSimon Glass <sjg@chromium.org>
Fri, 22 Jan 2016 02:44:12 +0000 (19:44 -0700)
committerSimon Glass <sjg@chromium.org>
Fri, 22 Jan 2016 03:42:36 +0000 (20:42 -0700)
commit90a28470fc11c86c64b8f413d23a5c8fcff45a04
tree1dfe8622bc8f0334b1f192fddab90ffa359f9a2a
parente15af8e2cdb169b59945145a118a344b52d0ffa2
rockchip: spi: Remove the explicit pinctrl setting

The correct pinctrl is handled automatically so we don't need to do it in
the driver. The exception is when we want to use a different chip select
(other than 0). But this isn't used at present.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/spi/rk_spi.c