spi: spidev: Add Rohm DH2228FV DAC compatible string
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Wed, 31 Oct 2012 10:30:09 +0000 (11:30 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 1 Nov 2012 14:54:47 +0000 (14:54 +0000)
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>
drivers/spi/spidev.c

index 9fc5788f20951dfaeffe752d67b11cfc9c484020..e44abc96cd0537eb08cefe03d10760c6c7a844e5 100644 (file)
@@ -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" },
        {},
 };
 
This page took 0.02616 seconds and 5 git commands to generate.