Message ID | 20190529102451.4548-1-marex@denx.de (mailing list archive) |
---|---|
State | Accepted |
Commit | c6e2d2c7ca4e6d09bc07ab5ced2e687cc842a860 |
Headers | show |
Series | spidev: Add M53Menlo CPLD compatible | expand |
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);
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> --- drivers/spi/spidev.c | 1 + 1 file changed, 1 insertion(+)