From: "Heiko Stübner" <heiko@sntech.de>
To: broonie@kernel.org, Fabio Estevam <festevam@gmail.com>
Cc: linux-spi@vger.kernel.org, otavio.salvador@ossystems.com.br,
robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
Fabio Estevam <festevam@gmail.com>
Subject: Re: [PATCH v2 2/3] spi: spidev: Add an entry for elgin,jg10309-01
Date: Sat, 10 Aug 2024 23:22:25 +0200 [thread overview]
Message-ID: <1893982.AB8Y2P6tQ1@diego> (raw)
In-Reply-To: <20240719111210.1287783-2-festevam@gmail.com>
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@gmail.com>
Reviewed-by: Heiko Stuebner <heiko@sntech.de>
> ---
> 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 },
>
next prev parent reply other threads:[~2024-08-10 21:23 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-19 11:12 [PATCH v2 1/3] dt-bindings: trivial-devices: Document elgin,jg10309-01 Fabio Estevam
2024-07-19 11:12 ` [PATCH v2 2/3] spi: spidev: Add an entry for elgin,jg10309-01 Fabio Estevam
2024-08-10 21:22 ` Heiko Stübner [this message]
2024-07-19 11:12 ` [PATCH v2 3/3] ARM: dts: rockchip: rv1108-elgin-r1: Do not describe unexisting DAC device Fabio Estevam
2024-08-10 21:23 ` Heiko Stübner
2024-08-29 17:31 ` Fabio Estevam
2024-08-29 17:40 ` Heiko Stübner
2024-07-19 14:45 ` [PATCH v2 1/3] dt-bindings: trivial-devices: Document elgin,jg10309-01 Conor Dooley
2024-07-26 21:57 ` Heiko Stübner
2024-08-05 13:18 ` Fabio Estevam
2024-08-05 22:05 ` Conor Dooley
2024-07-23 2:57 ` Rob Herring (Arm)
2024-08-10 21:22 ` Heiko Stübner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1893982.AB8Y2P6tQ1@diego \
--to=heiko@sntech.de \
--cc=broonie@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=festevam@gmail.com \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-spi@vger.kernel.org \
--cc=otavio.salvador@ossystems.com.br \
--cc=robh@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).