bmips: add new target
[openwrt/openwrt.git] / target / linux / bmips / patches-5.10 / 205-spi-bcm63xx-spi-disable-auto_runtime_pm.patch
1 --- a/drivers/spi/spi-bcm63xx.c
2 +++ b/drivers/spi/spi-bcm63xx.c
3 @@ -574,7 +574,6 @@ static int bcm63xx_spi_probe(struct plat
4 master->bits_per_word_mask = SPI_BPW_MASK(8);
5 master->max_transfer_size = bcm63xx_spi_max_length;
6 master->max_message_size = bcm63xx_spi_max_length;
7 - master->auto_runtime_pm = true;
8 bs->msg_type_shift = bs->reg_offsets[SPI_MSG_TYPE_SHIFT];
9 bs->msg_ctl_width = bs->reg_offsets[SPI_MSG_CTL_WIDTH];
10 bs->tx_io = (u8 *)(bs->regs + bs->reg_offsets[SPI_MSG_DATA]);