spi: spidev: Add Rohm DH2228FV DAC compatible string
[deliverable/linux.git] / 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.034337 seconds and 5 git commands to generate.