diff options
| author | Tom Rini <[email protected]> | 2023-07-28 10:25:50 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-07-28 10:25:50 -0400 |
| commit | 6544943819bdb8258195c0eb5716345dd5bba070 (patch) | |
| tree | fe016b47761cc4637059e4148ec6d7fdd95c1d1c /drivers/timer | |
| parent | 012174e8c1a4cbc2162c2dafe26ef791356b6944 (diff) | |
| parent | 5182e9c607c645eb97080ebd02c4f75fc1da0066 (diff) | |
Merge branch '2023-07-27-TI-K2-K3-updates'
- Resync some of the K3 DTS files with the kernel, and pull in some
required related updates to keep drivers in sync with the dts files
now. Bring in some incremental fixes on top of one of the series I
applied recently as well as updating the iot2050 platform. Also do a
few small updates to the K2 platforms.
Diffstat (limited to 'drivers/timer')
| -rw-r--r-- | drivers/timer/omap-timer.c | 1 |
1 files changed, 1 insertions, 0 deletions
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" }, {} }; |
