From: Maxime Ripard Date: Wed, 31 Oct 2012 10:30:09 +0000 (+0100) Subject: spi: spidev: Add Rohm DH2228FV DAC compatible string X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=8fad805bdc5229bf9787b01ca07061bb5967c2d9;p=linux-beck.git 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 Signed-off-by: Mark Brown --- diff --git a/drivers/spi/spidev.c b/drivers/spi/spidev.c index 9fc5788f2095..e44abc96cd05 100644 --- a/drivers/spi/spidev.c +++ b/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[] = { + { .compatible = "rohm,dh2228fv" }, {}, };