generic: 6.1: manually refresh pending patches
[openwrt/staging/ldir.git] / target / linux / generic / pending-6.1 / 110-v6.3-0002-spidev-Add-Silicon-Labs-SI3210-device-compatible.patch
index ffbed0c622bfcfe05d4380cc65dd9293d940cb57..d88e5106c17d6dc5e6c661150567511fbaffd12f 100644 (file)
@@ -23,10 +23,10 @@ Signed-off-by: Vincent Tremblay <vincent@vtremblay.dev>
  };
  MODULE_DEVICE_TABLE(spi, spidev_spi_ids);
 @@ -707,6 +708,7 @@ static const struct of_device_id spidev_
-       { .compatible = "cisco,spi-petra" },
-       { .compatible = "micron,spi-authenta" },
-       { .compatible = "silabs,em3581" },
-+      { .compatible = "silabs,si3210" },
+       { .compatible = "cisco,spi-petra", .data = &spidev_of_check },
+       { .compatible = "micron,spi-authenta", .data = &spidev_of_check },
+       { .compatible = "silabs,em3581", .data = &spidev_of_check },
++      { .compatible = "silabs,si3210", .data = &spidev_of_check },
        {},
  };
  MODULE_DEVICE_TABLE(of, spidev_dt_ids);