kernel: bump 5.4 to 5.4.79
[openwrt/staging/jow.git] / target / linux / bcm27xx / patches-5.4 / 950-0135-spi-spi-bcm2835-Disable-forced-software-CS.patch
index ce44eed0c820d88fae4c784408e9eb594260780e..752464087f7b44f1bc5a18089448ec6ee88feffb 100644 (file)
@@ -13,7 +13,7 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.org>
 
 --- a/drivers/spi/spi-bcm2835.c
 +++ b/drivers/spi/spi-bcm2835.c
-@@ -1279,31 +1279,6 @@ static int bcm2835_spi_setup(struct spi_
+@@ -1278,31 +1278,6 @@ static int bcm2835_spi_setup(struct spi_
                return -EINVAL;
        }
  
@@ -33,7 +33,7 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.org>
 -
 -      spi->cs_gpiod = gpiochip_request_own_desc(chip, 8 - spi->chip_select,
 -                                                DRV_NAME,
--                                                lflags,
+-                                                GPIO_LOOKUP_FLAGS_DEFAULT,
 -                                                GPIOD_OUT_LOW);
 -      if (IS_ERR(spi->cs_gpiod))
 -              return PTR_ERR(spi->cs_gpiod);