From 6fa154e282f9c86ff3e2f8df478f1df92881a6e2 Mon Sep 17 00:00:00 2001 From: Suman Anna Date: Thu, 30 May 2019 21:13:20 -0500 Subject: hwspinlock/omap: Add support for TI K3 SoCs A HwSpinlock IP is also present on the newer TI K3 AM65x and J721E family of SoCs within the Main NavSS sub-module. Reuse the existing OMAP Hwspinlock driver to extend the support for this IP on K3 AM65x SoCs as well. The IP has slightly different bit-fields in the SYSCONFIG and SYSSTATUS registers. Signed-off-by: Suman Anna Signed-off-by: Bjorn Andersson --- drivers/hwspinlock/omap_hwspinlock.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/hwspinlock/omap_hwspinlock.c') diff --git a/drivers/hwspinlock/omap_hwspinlock.c b/drivers/hwspinlock/omap_hwspinlock.c index 625844e0abef..a4d7a7bc863a 100644 --- a/drivers/hwspinlock/omap_hwspinlock.c +++ b/drivers/hwspinlock/omap_hwspinlock.c @@ -171,6 +171,7 @@ static int omap_hwspinlock_remove(struct platform_device *pdev) static const struct of_device_id omap_hwspinlock_of_match[] = { { .compatible = "ti,omap4-hwspinlock", }, + { .compatible = "ti,am654-hwspinlock", }, { /* end */ }, }; MODULE_DEVICE_TABLE(of, omap_hwspinlock_of_match); -- cgit v1.2.3