Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8fad805b authored by Maxime Ripard's avatar Maxime Ripard Committed by Mark Brown
Browse files

spi: spidev: Add Rohm DH2228FV DAC compatible string



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

Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 880cfd43
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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" },
	{},
};