mbox series

[v2,0/3] Add Rockchip RK3288 support

Message ID 20200406073017.19462-1-karthik.poduval@gmail.com (mailing list archive)
Headers show
Series Add Rockchip RK3288 support | expand

Message

karthik poduval April 6, 2020, 7:30 a.m. UTC
Here are the series of patches adding Rockchip RK3288 chipset support to the
Rockchip ISP1 driver and Rockchip MIPI DPHY RX0 driver. These patches have been
worked by referring to tinkerbaord debian kernel posted at:-
https://github.com/TinkerBoard/debian_kernel.git

They have been tested on the tinkerbaord using a ov5647 camera
Example test command (libcamera test tool):
cam -c 1 -C -F cap

Some modifications were required to the ov5647 driver to make it work with
libcamera which were derived from git://gitlab.collabora.com/koike/linux.git
rockchip/isp/v12 branch.

Those ov5647 driver changes are not a part of this patch series.

Karthik Poduval (3):
  media: staging: phy-rockchip-dphy-rx0: add rk3288 support to DPHY
    driver
  media: staging: rkisp1: add rk3288 support
  ARM: dts: rockchip: add rk3288 ISP and DPHY

 arch/arm/boot/dts/rk3288.dtsi                 | 25 +++++++
 .../bindings/phy/rockchip-mipi-dphy-rx0.yaml  |  1 +
 .../phy-rockchip-dphy-rx0.c                   | 69 +++++++++++++++++++
 .../bindings/media/rockchip-isp1.yaml         |  1 +
 drivers/staging/media/rkisp1/rkisp1-dev.c     | 18 +++++
 5 files changed, 114 insertions(+)