zephyr/boards/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.board boards: make individual boards dependent on SoC selections 2016-03-16 01:38:06 +00:00
Kconfig.defconfig spi: intel: fix port 1 pin setup 2016-04-16 21:14:43 +00:00
Makefile pinmux: Move the Galileo board to the pinmux model 2016-03-25 06:17:33 -04:00
board.c build: switch to board based configurations 2016-02-05 20:25:11 -05:00
board.h pinmux: remove base address and number of pins from kconfig 2016-03-28 15:58:29 -07:00
galileo_defconfig gpio/sch: remove kconfigs that are SoC specific 2016-03-31 23:17:23 +00:00