diff options
| author | Fabio Estevam <[email protected]> | 2024-08-29 11:31:57 +0000 |
|---|---|---|
| committer | Mark Brown <[email protected]> | 2024-08-29 12:02:06 +0000 |
| commit | ab3f6e159204864f2bc208599d4652d10a4824ac (patch) | |
| tree | dabe25564d9d8dda8281459af692bdf2552b9468 /drivers/spi/spidev.c | |
| parent | dt-bindings: trivial-devices: Document elgin,jg10309-01 (diff) | |
| download | kernel-ab3f6e159204864f2bc208599d4652d10a4824ac.tar.gz kernel-ab3f6e159204864f2bc208599d4652d10a4824ac.zip | |
spi: spidev: Add an entry for elgin,jg10309-01
The rv1108-elgin-r1 board has an LCD controlled via SPI in userspace.
The marking on the LCD is JG10309-01.
Add the "elgin,jg10309-01" compatible string.
Signed-off-by: Fabio Estevam <[email protected]>
Reviewed-by: Heiko Stuebner <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'drivers/spi/spidev.c')
| -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 05e6d007f9a7..1927175c8095 100644 --- a/drivers/spi/spidev.c +++ b/drivers/spi/spidev.c @@ -730,6 +730,7 @@ static int spidev_of_check(struct device *dev) static const struct of_device_id spidev_dt_ids[] = { { .compatible = "cisco,spi-petra", .data = &spidev_of_check }, { .compatible = "dh,dhcom-board", .data = &spidev_of_check }, + { .compatible = "elgin,jg10309-01", .data = &spidev_of_check }, { .compatible = "lineartechnology,ltc2488", .data = &spidev_of_check }, { .compatible = "lwn,bk4", .data = &spidev_of_check }, { .compatible = "menlo,m53cpld", .data = &spidev_of_check }, |
