Skip to content

Commit 5f3eee1

Browse files
fabioestevambroonie
authored andcommitted
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]>
1 parent be721b4 commit 5f3eee1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/spi/spidev.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -731,6 +731,7 @@ static int spidev_of_check(struct device *dev)
731731
static const struct of_device_id spidev_dt_ids[] = {
732732
{ .compatible = "cisco,spi-petra", .data = &spidev_of_check },
733733
{ .compatible = "dh,dhcom-board", .data = &spidev_of_check },
734+
{ .compatible = "elgin,jg10309-01", .data = &spidev_of_check },
734735
{ .compatible = "lineartechnology,ltc2488", .data = &spidev_of_check },
735736
{ .compatible = "lwn,bk4", .data = &spidev_of_check },
736737
{ .compatible = "menlo,m53cpld", .data = &spidev_of_check },

0 commit comments

Comments
 (0)