mbox series

[0/2] Support for Exynos7870's MIPI PHY blocks

Message ID 20250612-exynos7870-mipi-phy-v1-0-3fff0b62d9d3@disroot.org
Headers show
Series Support for Exynos7870's MIPI PHY blocks | expand

Message

Kaustabh Chakraborty June 12, 2025, 3:09 p.m. UTC
This patch series adds support for Exynos7870's MIPI DSIM (for display)
and CSIS (for camera) PHY blocks. It contains a single DSIM and three
CSIS PHYs.

Signed-off-by: Kaustabh Chakraborty <kauschluss@disroot.org>
---
Kaustabh Chakraborty (2):
      dt-bindings: phy: samsung,mipi-video-phy: document exynos7870 MIPI phy
      phy: exynos-mipi-video: introduce support for exynos7870

 .../bindings/phy/samsung,mipi-video-phy.yaml       | 29 ++++++++++--
 drivers/phy/samsung/phy-exynos-mipi-video.c        | 52 ++++++++++++++++++++++
 include/linux/soc/samsung/exynos-regs-pmu.h        |  5 +++
 3 files changed, 82 insertions(+), 4 deletions(-)
---
base-commit: 0bb71d301869446810a0b13d3da290bd455d7c78
change-id: 20250523-exynos7870-mipi-phy-451f875f6ba2

Best regards,

Comments

Conor Dooley June 12, 2025, 3:28 p.m. UTC | #1
On Thu, Jun 12, 2025 at 08:39:29PM +0530, Kaustabh Chakraborty wrote:
> The Exynos7870 MIPI PHY device contains one DSIM PHY block and three
> CSIS PHY blocks. It also requires two sysregs, one for display, and the
> other for cameras. Document this device.
> 
> Signed-off-by: Kaustabh Chakraborty <kauschluss@disroot.org>

Acked-by: Conor Dooley <conor.dooley@microchip.com>
Vinod Koul June 15, 2025, 4:52 p.m. UTC | #2
On Thu, 12 Jun 2025 20:39:28 +0530, Kaustabh Chakraborty wrote:
> This patch series adds support for Exynos7870's MIPI DSIM (for display)
> and CSIS (for camera) PHY blocks. It contains a single DSIM and three
> CSIS PHYs.
> 
> 

Applied, thanks!

[1/2] dt-bindings: phy: samsung,mipi-video-phy: document exynos7870 MIPI phy
      commit: 2ac5840594b2cc2b41116f708241a2a61d9108bd
[2/2] phy: exynos-mipi-video: introduce support for exynos7870
      commit: 543f5e314282c4c2e5114f88ddecc9aeaf0985e2

Best regards,