zephyr/drivers/pinmux/galileo
Vlad Lungu c36daba63d spi: intel: fix port 1 pin setup
Currently, the /CS pin is deasserted by _spi_config_cs() and
the pinmux driver sets it as an input afterwards. Later, setting
the /CS pin to an output via pinmux_dev asserts it.

Setting the SPI port 1 pins in the pinmux driver saves a few lines
of code. Moving the SPI init after pinmux init keeps the /CS pin as
configured by the SPI driver.

Change-Id: I4c587ba0a6983cd89dfb5ecedb2914335e86313b
Signed-off-by: Vlad Lungu <vlad.lungu@windriver.com>
2016-04-16 21:14:43 +00:00
..
Kconfig
pinmux_board_galileo.c spi: intel: fix port 1 pin setup 2016-04-16 21:14:43 +00:00
pinmux_galileo.c pinmux: remove base address and number of pins from kconfig 2016-03-28 15:58:29 -07:00
pinmux_galileo.h