diff options
| author | MD Danish Anwar <[email protected]> | 2024-04-30 16:16:33 +0530 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-05-10 10:44:54 -0600 |
| commit | 86b40d2d5f88352c3e5a9e97eb0c33ac9f4b04da (patch) | |
| tree | 3b2290efd71be5c56a95fe5fea29f427b6ffeb51 /drivers/soc | |
| parent | 2b1a5d221774dce3479efa86f386b89332eb1b67 (diff) | |
soc: ti: pruss: Add support for AM64x
Add support for AM64x by adding it's compatible in pruss driver.
Signed-off-by: MD Danish Anwar <[email protected]>
Reviewed-by: Roger Quadros <[email protected]>
Diffstat (limited to 'drivers/soc')
| -rw-r--r-- | drivers/soc/ti/pruss.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/ti/pruss.c b/drivers/soc/ti/pruss.c index 461390925d2..5317b8335bd 100644 --- a/drivers/soc/ti/pruss.c +++ b/drivers/soc/ti/pruss.c @@ -205,6 +205,7 @@ static int pruss_probe(struct udevice *dev) static const struct udevice_id pruss_ids[] = { { .compatible = "ti,am654-icssg"}, + { .compatible = "ti,am642-icssg"}, {} }; |
