summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorKaustabh Chakraborty <kauschluss@disroot.org>2025-06-12 18:09:30 +0300
committerVinod Koul <vkoul@kernel.org>2025-06-15 17:09:25 +0300
commit543f5e314282c4c2e5114f88ddecc9aeaf0985e2 (patch)
tree41a35fbb675ea55916d6ec6d12e2e598ffed045b /include/linux
parent2ac5840594b2cc2b41116f708241a2a61d9108bd (diff)
downloadlinux-543f5e314282c4c2e5114f88ddecc9aeaf0985e2.tar.xz
phy: exynos-mipi-video: introduce support for exynos7870
Add support for Exynos7870 in the existing MIPI CSIS/DSIM driver. The SoC has one DSIM phy and three CSIS phys. Signed-off-by: Kaustabh Chakraborty <kauschluss@disroot.org> Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Link: https://lore.kernel.org/r/20250612-exynos7870-mipi-phy-v1-2-3fff0b62d9d3@disroot.org Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/soc/samsung/exynos-regs-pmu.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/soc/samsung/exynos-regs-pmu.h b/include/linux/soc/samsung/exynos-regs-pmu.h
index 7754697e5810..fa28a8784d65 100644
--- a/include/linux/soc/samsung/exynos-regs-pmu.h
+++ b/include/linux/soc/samsung/exynos-regs-pmu.h
@@ -665,6 +665,11 @@
/* For Exynos990 */
#define EXYNOS990_PHY_CTRL_USB20 (0x72C)
+/* For Exynos7870 */
+#define EXYNOS7870_MIPI_PHY_CONTROL0 (0x070c)
+#define EXYNOS7870_MIPI_PHY_CONTROL1 (0x0714)
+#define EXYNOS7870_MIPI_PHY_CONTROL2 (0x0734)
+
/* For Tensor GS101 */
/* PMU ALIVE */
#define GS101_SYSIP_DAT0 (0x810)