summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/spi/spi-bcm2835.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/spi/spi-bcm2835.c b/drivers/spi/spi-bcm2835.c
index cf04960cc3e6..f35cc10772f6 100644
--- a/drivers/spi/spi-bcm2835.c
+++ b/drivers/spi/spi-bcm2835.c
@@ -727,11 +727,6 @@ static int bcm2835_spi_setup(struct spi_device *spi)
727 spi->chip_select, spi->cs_gpio, err); 727 spi->chip_select, spi->cs_gpio, err);
728 return err; 728 return err;
729 } 729 }
730 /* the implementation of pinctrl-bcm2835 currently does not
731 * set the GPIO value when using gpio_direction_output
732 * so we are setting it here explicitly
733 */
734 gpio_set_value(spi->cs_gpio, (spi->mode & SPI_CS_HIGH) ? 0 : 1);
735 730
736 return 0; 731 return 0;
737} 732}