[PATCH 0/5] phy: rockchip: phy-rockchip-inno-csidphy: add support for rk3588 variant

Michael Riesch via B4 Relay posted 5 patches 3 months, 3 weeks ago
There is a newer version of this series
.../bindings/phy/rockchip-inno-csi-dphy.yaml       | 60 ++++++++++++++++++++--
.../devicetree/bindings/soc/rockchip/grf.yaml      |  1 +
arch/arm64/boot/dts/rockchip/rk3588-base.dtsi      | 31 +++++++++++
drivers/phy/rockchip/phy-rockchip-inno-csidphy.c   | 28 ++++++++--
4 files changed, 112 insertions(+), 8 deletions(-)
[PATCH 0/5] phy: rockchip: phy-rockchip-inno-csidphy: add support for rk3588 variant
Posted by Michael Riesch via B4 Relay 3 months, 3 weeks ago
Habidere,

The Rockchip RK3588 features two MIPI CSI-2 DPHYs (not to be confused with
the two combo MIPI DSI/CSI CPHY/DPHY blocks). The CSI-2 DPHYs can be
supported using the existing phy-rockchip-inno-csidphy driver, the notable
differences being
 - the control bits in the GRF
 - the additional reset line
This patch series adds support for this variant.

As you may have guessed, this is part of the efforts to bring the support
for the RK3588 Video Capture (VICAP) unit mainline.

Looking forward to your comments!

Signed-off-by: Michael Riesch <michael.riesch@collabora.com>
---
Michael Riesch (5):
      dt-bindings: soc: rockchip: add rk3588 csidphy grf syscon
      dt-bindings: phy: rockchip-inno-csi-dphy: add rk3588 variant
      phy: rockchip: phy-rockchip-inno-csidphy: allow writes to grf register 0
      phy: rockchip: phy-rockchip-inno-csidphy: add support for rk3588 variant
      arm64: dts: rockchip: add mipi csi-2 dphy nodes to rk3588

 .../bindings/phy/rockchip-inno-csi-dphy.yaml       | 60 ++++++++++++++++++++--
 .../devicetree/bindings/soc/rockchip/grf.yaml      |  1 +
 arch/arm64/boot/dts/rockchip/rk3588-base.dtsi      | 31 +++++++++++
 drivers/phy/rockchip/phy-rockchip-inno-csidphy.c   | 28 ++++++++--
 4 files changed, 112 insertions(+), 8 deletions(-)
---
base-commit: 19272b37aa4f83ca52bdf9c16d5d81bdd1354494
change-id: 20250616-rk3588-csi-dphy-c9ed2ad4cd9f

Best regards,
-- 
Michael Riesch <michael.riesch@collabora.com>