ARM: OMAP2+: omap_device: expose hwmod assert/deassert to omap devices
[firefly-linux-kernel-4.4.55.git] / arch / arm / plat-omap / include / plat / omap_device.h
index 4327b2c90c3db5b8fbe4dedb6ad80fcadabed0c7..27bcc24411950f86de7f91db0fb8a542e5e3cf3c 100644 (file)
@@ -118,6 +118,10 @@ int omap_device_get_context_loss_count(struct platform_device *pdev);
 
 /* Other */
 
+int omap_device_assert_hardreset(struct platform_device *pdev,
+                                const char *name);
+int omap_device_deassert_hardreset(struct platform_device *pdev,
+                                const char *name);
 int omap_device_idle_hwmods(struct omap_device *od);
 int omap_device_enable_hwmods(struct omap_device *od);