kernel: bump 6.1 to 6.1.83
[openwrt/openwrt.git] / target / linux / mediatek / patches-6.1 / 431-drivers-spi-mt65xx-Move-chip_config-to-driver-s-priv.patch
index 8c2c80d6bfd0261054fbd65764ff20fb176e6826..95fc7f4668226c2ff54e8ce8abd91d5c2818f18e 100644 (file)
@@ -97,7 +97,7 @@ Signed-off-by: SkyLake.Huang <skylake.huang@mediatek.com>
        if (mdata->dev_comp->need_pad_sel && spi->cs_gpiod)
                /* CS de-asserted, gpiolib will handle inversion */
                gpiod_direction_output(spi->cs_gpiod, 0);
-@@ -1138,6 +1126,10 @@ static int mtk_spi_probe(struct platform
+@@ -1140,6 +1128,10 @@ static int mtk_spi_probe(struct platform
        mdata = spi_master_get_devdata(master);
        mdata->dev_comp = device_get_match_data(dev);