From: Andrew Davis <afd@ti.com>
To: Nishanth Menon <nm@ti.com>, <u-boot@lists.denx.de>,
Tom Rini <trini@konsulko.com>
Cc: Wadim Egorov <w.egorov@phytec.de>,
Francesco Dolcini <francesco@dolcini.it>,
Sjoerd Simons <sjoerd@collabora.com>,
Neha Malcom Francis <n-francis@ti.com>,
Bryan Brattlof <bb@ti.com>, Vignesh Raghavendra <vigneshr@ti.com>,
Mattijs Korpershoek <mkorpershoek@baylibre.com>,
Marcel Ziswiler <marcel.ziswiler@toradex.com>,
Maxime Ripard <mripard@kernel.org>,
Roger Quadros <rogerq@kernel.org>,
Ravi Gunasekaran <r-gunasekaran@ti.com>
Subject: Re: [PATCH V2 1/3] omap: timer: add ti,am654-timer compatibility
Date: Wed, 26 Jul 2023 14:24:59 -0500 [thread overview]
Message-ID: <20de4fe5-84ef-5b43-c288-c3d0dfea2c06@ti.com> (raw)
In-Reply-To: <20230726151027.2517151-2-nm@ti.com>
On 7/26/23 10:10 AM, Nishanth Menon wrote:
> From: Sjoerd Simons <sjoerd@collabora.com>
>
> THe TI AM654 timer is compatible with the omap-timer implementation, so
s/THe/The
> add it to the id list
s/id list/compatible ID list.
Andrew
>
> Signed-off-by: Sjoerd Simons <sjoerd@collabora.com>
> Reviewed-by: Tom Rini <trini@konsulko.com>
> Tested-by: Ravi Gunasekaran <r-gunasekaran@ti.com>
> Tested-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
> Cc: Francesco Dolcini <francesco@dolcini.it>
> Cc: Wadim Egorov <w.egorov@phytec.de>
> Signed-off-by: Nishanth Menon <nm@ti.com>
> ---
> No Changes since V1.
>
> V1: https://lore.kernel.org/all/20230725125856.1807742-2-nm@ti.com/
> Original Patch: https://lore.kernel.org/r/20230406185542.1179073-2-sjoerd@collabora.com
>
> drivers/timer/omap-timer.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/timer/omap-timer.c b/drivers/timer/omap-timer.c
> index aa2e4360c1bb..9b6d97dae677 100644
> --- a/drivers/timer/omap-timer.c
> +++ b/drivers/timer/omap-timer.c
> @@ -114,6 +114,7 @@ static const struct udevice_id omap_timer_ids[] = {
> { .compatible = "ti,am335x-timer" },
> { .compatible = "ti,am4372-timer" },
> { .compatible = "ti,omap5430-timer" },
> + { .compatible = "ti,am654-timer" },
> {}
> };
>
next prev parent reply other threads:[~2023-07-26 19:25 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-26 15:10 [PATCH V2 0/3] arm: dts: Sync k3-am62 with upstream Nishanth Menon
2023-07-26 15:10 ` [PATCH V2 1/3] omap: timer: add ti,am654-timer compatibility Nishanth Menon
2023-07-26 19:24 ` Andrew Davis [this message]
2023-07-26 15:10 ` [PATCH V2 2/3] arm: mach-k3: am62: Add timer0 id to the dev list Nishanth Menon
2023-07-26 15:10 ` [PATCH V2 3/3] arm: dts: k3-am62: Bump dtsi from linux v6.5-rc1 Nishanth Menon
2023-07-26 15:53 ` Nishanth Menon
2023-07-27 7:11 ` [PATCH V2 0/3] arm: dts: Sync k3-am62 with upstream Roger Quadros
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=20de4fe5-84ef-5b43-c288-c3d0dfea2c06@ti.com \
--to=afd@ti.com \
--cc=bb@ti.com \
--cc=francesco@dolcini.it \
--cc=marcel.ziswiler@toradex.com \
--cc=mkorpershoek@baylibre.com \
--cc=mripard@kernel.org \
--cc=n-francis@ti.com \
--cc=nm@ti.com \
--cc=r-gunasekaran@ti.com \
--cc=rogerq@kernel.org \
--cc=sjoerd@collabora.com \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
--cc=vigneshr@ti.com \
--cc=w.egorov@phytec.de \
/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