Re: [PATCH 1/8] omap: timer: add ti,am654-timer compatibility

2023-01-25 Thread Dhruva Gole



On 21/01/23 21:24, Sjoerd Simons wrote:
> THe TI AM654 timer is compatible with the omap-timer implementation, so
> add it to the id list
>
> Signed-off-by: Sjoerd Simons 
> ---
>
>  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 aa2e4360c1b..9b6d97dae67 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" },

Reviewed-by: Dhruva Gole 

> + { .compatible = "ti,am654-timer" },
>   {}
>  };
>  

-- 
Best regards,
Dhruva Gole
Texas Instruments Incorporated



Re: [PATCH 1/8] omap: timer: add ti,am654-timer compatibility

2023-01-24 Thread Tom Rini
On Sat, Jan 21, 2023 at 04:54:27PM +0100, Sjoerd Simons wrote:

> THe TI AM654 timer is compatible with the omap-timer implementation, so
> add it to the id list
> 
> Signed-off-by: Sjoerd Simons 

Reviewed-by: Tom Rini 

-- 
Tom


signature.asc
Description: PGP signature


[PATCH 1/8] omap: timer: add ti,am654-timer compatibility

2023-01-21 Thread Sjoerd Simons
THe TI AM654 timer is compatible with the omap-timer implementation, so
add it to the id list

Signed-off-by: Sjoerd Simons 
---

 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 aa2e4360c1b..9b6d97dae67 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" },
{}
 };
 
-- 
2.39.0