瀏覽代碼

spi: spidev: add compatible value for LTC2488

Since spidev is no more allowed to use in DT and is really loudly warned about
it I'd like to add this compatible value.
(Geert Uytterhoeven wrote: "Add the compatible value for your device to the
spidev_dt_ids[] array in drivers/spi/spidev.c.")

Signed-off-by: Mark Brown <broonie@kernel.org>
Jiri Prchal 10 年之前
父節點
當前提交
6fec919b61
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/spi/spidev.c

+ 1 - 0
drivers/spi/spidev.c

@@ -693,6 +693,7 @@ static struct class *spidev_class;
 #ifdef CONFIG_OF
 static const struct of_device_id spidev_dt_ids[] = {
 	{ .compatible = "rohm,dh2228fv" },
+	{ .compatible = "lineartechnology,ltc2488" },
 	{},
 };
 MODULE_DEVICE_TABLE(of, spidev_dt_ids);