mbox series

[0/2] phy: rockchip: add Innosilicon-based CSI DPHY

Message ID 20210210214205.2496336-1-heiko@sntech.de
Headers show
Series phy: rockchip: add Innosilicon-based CSI DPHY | expand

Message

Heiko Stübner Feb. 10, 2021, 9:42 p.m. UTC
Newer Rockchip SoCs use a different DPHY for camera operation
based on an IP block from Innosilicon.

This adds a driver for it for px30/rk3326/rk3368/rk1808.

Heiko Stuebner (2):
  dt-bindings: phy: add yaml binding for rockchip-inno-csi-dphy
  phy/rockchip: add Innosilicon-based CSI dphy

 .../bindings/phy/rockchip-inno-csi-dphy.yaml  |  79 +++
 drivers/phy/rockchip/Kconfig                  |   9 +
 drivers/phy/rockchip/Makefile                 |   1 +
 .../phy/rockchip/phy-rockchip-inno-csidphy.c  | 480 ++++++++++++++++++
 4 files changed, 569 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/phy/rockchip-inno-csi-dphy.yaml
 create mode 100644 drivers/phy/rockchip/phy-rockchip-inno-csidphy.c

Comments

Rob Herring March 5, 2021, 7:13 p.m. UTC | #1
On Wed, 10 Feb 2021 22:42:04 +0100, Heiko Stuebner wrote:
> From: Heiko Stuebner <heiko.stuebner@theobroma-systems.com>

> 

> Some Rockchip SoCs like the rk3368, rk3326, px30 use a CSI dphy

> based on an Innosilicon IP. Add a binding for them.

> 

> Signed-off-by: Heiko Stuebner <heiko.stuebner@theobroma-systems.com>

> ---

>  .../bindings/phy/rockchip-inno-csi-dphy.yaml  | 79 +++++++++++++++++++

>  1 file changed, 79 insertions(+)

>  create mode 100644 Documentation/devicetree/bindings/phy/rockchip-inno-csi-dphy.yaml

> 


Reviewed-by: Rob Herring <robh@kernel.org>