]> Git Repo - J-u-boot.git/commitdiff
soc: ti: pruss: Add support for AM64x
authorMD Danish Anwar <[email protected]>
Tue, 30 Apr 2024 10:46:33 +0000 (16:16 +0530)
committerTom Rini <[email protected]>
Fri, 10 May 2024 16:44:54 +0000 (10:44 -0600)
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]>
drivers/soc/ti/pruss.c

index 461390925d2ceac578622efdea2dc63163757a60..5317b8335bdaf9280101b8d1a287259a51b9a1a6 100644 (file)
@@ -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"},
        {}
 };
 
This page took 0.030423 seconds and 4 git commands to generate.