Re: [PATCH v2 2/3] spi: spidev: Add an entry for elgin,jg10309-01

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Am Freitag, 19. Juli 2024, 13:12:09 CEST schrieb Fabio Estevam:
> 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 <festevam@xxxxxxxxx>

Reviewed-by: Heiko Stuebner <heiko@xxxxxxxxx>

> ---
> Changes since v1:
> - Use a more specific compatible string. (Conor)
> 
>  drivers/spi/spidev.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/spi/spidev.c b/drivers/spi/spidev.c
> index 05e6d007f9a7..316ed3664cb2 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 },
> 








[Index of Archives]     [Linux Kernel]     [Linux ARM (vger)]     [Linux ARM MSM]     [Linux Omap]     [Linux Arm]     [Linux Tegra]     [Fedora ARM]     [Linux for Samsung SOC]     [eCos]     [Linux Fastboot]     [Gcc Help]     [Git]     [DCCP]     [IETF Announce]     [Security]     [Linux MIPS]     [Yosemite Campsites]

  Powered by Linux