diff options
author | Marek Vasut <marex@denx.de> | 2019-05-29 12:24:51 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-05-29 16:41:29 +0100 |
commit | c6e2d2c7ca4e6d09bc07ab5ced2e687cc842a860 (patch) | |
tree | fa73100894422f28fd14e90df2ed8ef7325445b7 /drivers/spi | |
parent | 891100dfa2d6eeca6913b45c883b72efee7c229b (diff) | |
download | linux-c6e2d2c7ca4e6d09bc07ab5ced2e687cc842a860.tar.gz linux-c6e2d2c7ca4e6d09bc07ab5ced2e687cc842a860.tar.bz2 linux-c6e2d2c7ca4e6d09bc07ab5ced2e687cc842a860.zip |
spidev: Add M53Menlo CPLD compatible
Add compatible string for Menlosystems CPLD present on the M53Menlo
board. This CPLD is used to communicate with various custom sensors.
Signed-off-by: Marek Vasut <marex@denx.de>
To: linux-spi@vger.kernel.org
Cc: Mark Brown <broonie@kernel.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi')
-rw-r--r-- | drivers/spi/spidev.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/spi/spidev.c b/drivers/spi/spidev.c index df4c0a9b34dd..30498cf25f3b 100644 --- a/drivers/spi/spidev.c +++ b/drivers/spi/spidev.c @@ -673,6 +673,7 @@ static const struct of_device_id spidev_dt_ids[] = { { .compatible = "semtech,sx1301" }, { .compatible = "lwn,bk4" }, { .compatible = "dh,dhcom-board" }, + { .compatible = "menlo,m53cpld" }, {}, }; MODULE_DEVICE_TABLE(of, spidev_dt_ids); |