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