瀏覽代碼

spi: spidev: Add Rohm DH2228FV DAC compatible string

Since we don't have a driver for it yet, use spidev instead.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Maxime Ripard 12 年之前
父節點
當前提交
8fad805bdc
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/spi/spidev.c

+ 1 - 0
drivers/spi/spidev.c

@@ -645,6 +645,7 @@ static int __devexit spidev_remove(struct spi_device *spi)
 }
 }
 
 
 static const struct of_device_id spidev_dt_ids[] = {
 static const struct of_device_id spidev_dt_ids[] = {
+	{ .compatible = "rohm,dh2228fv" },
 	{},
 	{},
 };
 };