ASR_BASE
Change-Id: Icf3719cc0afe3eeb3edc7fa80a2eb5199ca9dda1
diff --git a/marvell/linux/include/soc/asr/power_domain_isp.h b/marvell/linux/include/soc/asr/power_domain_isp.h
new file mode 100644
index 0000000..d52b89e
--- /dev/null
+++ b/marvell/linux/include/soc/asr/power_domain_isp.h
@@ -0,0 +1,11 @@
+#ifndef _POWER_DOMAIN_ISP_H
+#define _POWER_DOMAIN_ISP_H
+/*
+ * gc, vpu, isp will access the same regsiter to pwr on/off,
+ * add spinlock to protect the sequence
+ */
+extern spinlock_t gc_vpu_isp_pwr_lock;
+
+int isp_pwr_ctrl(void *dev, int on);
+
+#endif