[PATCH V2 1/3] omap: timer: add ti,am654-timer compatibility
Andrew Davis
afd at ti.com
Wed Jul 26 21:24:59 CEST 2023
On 7/26/23 10:10 AM, Nishanth Menon wrote:
> From: Sjoerd Simons <sjoerd at 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 at collabora.com>
> Reviewed-by: Tom Rini <trini at konsulko.com>
> Tested-by: Ravi Gunasekaran <r-gunasekaran at ti.com>
> Tested-by: Mattijs Korpershoek <mkorpershoek at baylibre.com>
> Cc: Francesco Dolcini <francesco at dolcini.it>
> Cc: Wadim Egorov <w.egorov at phytec.de>
> Signed-off-by: Nishanth Menon <nm at 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" },
> {}
> };
>
More information about the U-Boot
mailing list