Commit 9a2fcea53700bf118fc7d98a9db75131f404c5d0

Authored by Eric Lee
1 parent 1402e2f9f1

Add spidev node

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

drivers/spi/spidev.c
... ... @@ -707,6 +707,7 @@
707 707 #ifdef CONFIG_OF
708 708 static const struct of_device_id spidev_dt_ids[] = {
709 709 { .compatible = "rohm,dh2228fv" },
  710 + { .compatible = "spidev" },
710 711 {},
711 712 };
712 713 MODULE_DEVICE_TABLE(of, spidev_dt_ids);