bmips: add new target
[openwrt/openwrt.git] / target / linux / bmips / patches-5.10 / 206-spi-bcm63xx-hsspi-disable-auto_runtime_pm.patch
1 --- a/drivers/spi/spi-bcm63xx-hsspi.c
2 +++ b/drivers/spi/spi-bcm63xx-hsspi.c
3 @@ -417,7 +417,6 @@ static int bcm63xx_hsspi_probe(struct pl
4 master->mode_bits = SPI_CPOL | SPI_CPHA | SPI_CS_HIGH |
5 SPI_RX_DUAL | SPI_TX_DUAL;
6 master->bits_per_word_mask = SPI_BPW_MASK(8);
7 - master->auto_runtime_pm = true;
8
9 platform_set_drvdata(pdev, master);
10