soc: ti: pruss: Enable support for PRUSS-M subsystem on K3 AM62x SoCs
authorKishon Vijay Abraham I <kishon@ti.com>
Thu, 2 Jun 2022 12:06:13 +0000 (17:36 +0530)
committerNishanth Menon <nm@ti.com>
Thu, 7 Jul 2022 00:34:45 +0000 (19:34 -0500)
The K3 AM62x family of SoC has one PRUSS-M instance and it has two
Programmable Real-Time Units (PRU0 and PRU1). This does not support
Industrial Communications Subsystem features like Ethernet.

The existing pruss platform driver has been updated to support this
through a new AM62x specific compatible.

Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
Link: https://lore.kernel.org/r/20220602120613.2175-4-kishon@ti.com
drivers/soc/ti/pruss.c

index 0e4ba0f89533a8ade2f81e828a3269b621bcd6b8..6882c86b3ce541d6039ce213ada5edf0ea3be6d6 100644 (file)
@@ -338,6 +338,7 @@ static const struct of_device_id pruss_of_match[] = {
        { .compatible = "ti,am654-icssg", .data = &am65x_j721e_pruss_data, },
        { .compatible = "ti,j721e-icssg", .data = &am65x_j721e_pruss_data, },
        { .compatible = "ti,am642-icssg", .data = &am65x_j721e_pruss_data, },
+       { .compatible = "ti,am625-pruss", .data = &am65x_j721e_pruss_data, },
        {},
 };
 MODULE_DEVICE_TABLE(of, pruss_of_match);