Skip to content

Commit

Permalink
spi: spidev: Add Rohm DH2228FV DAC compatible string
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Maxime Ripard authored and Mark Brown committed Nov 1, 2012
1 parent 880cfd4 commit 8fad805
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/spi/spidev.c
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
{},
};

Expand Down

0 comments on commit 8fad805

Please sign in to comment.