summaryrefslogtreecommitdiff
path: root/chip/g
diff options
context:
space:
mode:
Diffstat (limited to 'chip/g')
-rw-r--r--chip/g/spi_master.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/chip/g/spi_master.c b/chip/g/spi_master.c
index aa9f9707b8..f3ddbd1bdb 100644
--- a/chip/g/spi_master.c
+++ b/chip/g/spi_master.c
@@ -213,9 +213,7 @@ static void spi_init(void)
#ifdef CONFIG_SPI_MASTER_CONFIGURE_GPIOS
/* Set SPI_MISO as an input */
- GWRITE_FIELD(PINMUX, DIOA11_CTL, IE, 1); /* SPS_MISO */
- /* Set SPI_CS to be an internal pull up */
- GWRITE_FIELD(PINMUX, DIOA14_CTL, PU, 1);
+ GWRITE_FIELD(PINMUX, DIOA11_CTL, IE, 1); /* SPI_MISO */
#endif
for (i = 0; i < SPI_NUM_PORTS; i++) {