We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1671a3b commit a0d0606Copy full SHA for a0d0606
drivers/net/ethernet/microchip/lan865x/lan865x.c
@@ -425,12 +425,14 @@ static void lan865x_remove(struct spi_device *spi)
425
426
static const struct spi_device_id lan865x_ids[] = {
427
{ .name = "lan8650" },
428
+ { .name = "lan8651" },
429
{},
430
};
431
MODULE_DEVICE_TABLE(spi, lan865x_ids);
432
433
static const struct of_device_id lan865x_dt_ids[] = {
434
{ .compatible = "microchip,lan8650" },
435
+ { .compatible = "microchip,lan8651" },
436
{ /* Sentinel */ }
437
438
MODULE_DEVICE_TABLE(of, lan865x_dt_ids);
0 commit comments