]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/hwspinlock/omap_hwspinlock.c
Merge tag 'linux-watchdog-5.3-rc1' of git://www.linux-watchdog.org/linux-watchdog
[linux.git] / drivers / hwspinlock / omap_hwspinlock.c
index 625844e0abefb314941757881599b8365e11f50d..14e1a532ebb56e9805fcf035b3d960e9b5398a8c 100644 (file)
@@ -140,6 +140,9 @@ static int omap_hwspinlock_probe(struct platform_device *pdev)
        if (ret)
                goto reg_fail;
 
+       dev_dbg(&pdev->dev, "Registered %d locks with HwSpinlock core\n",
+               num_locks);
+
        return 0;
 
 reg_fail:
@@ -171,6 +174,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);