V4L2: add imx219 support
authorchanghuang.liang <changhuang.liang@starfivetech.com>
Thu, 23 Jun 2022 05:49:41 +0000 (13:49 +0800)
committermason.huo <mason.huo@starfivetech.com>
Fri, 1 Jul 2022 07:05:39 +0000 (15:05 +0800)
commit94eff4a49b2e6d2b1081c3b2bacfda001ae5a176
tree5cf6e5724e069296cdab0dfdcfc0254af5a8ab8a
parent01b4be26fe8e212804aada6b78a208df55de7e65
V4L2: add imx219 support

dts/starfive: add imx219 configure

Signed-off-by: changhuang.liang <changhuang.liang@starfivetech.com>
17 files changed:
arch/riscv/boot/dts/starfive/jh7110-common.dtsi
arch/riscv/configs/starfive_jh7110_defconfig
drivers/media/platform/starfive/Kconfig
drivers/media/platform/starfive/Makefile
drivers/media/platform/starfive/v4l2_driver/Readme.txt [changed mode: 0755->0644]
drivers/media/platform/starfive/v4l2_driver/ov13850_mipi.c [changed mode: 0755->0644]
drivers/media/platform/starfive/v4l2_driver/stf_common.h [changed mode: 0755->0644]
drivers/media/platform/starfive/v4l2_driver/stf_csi.h [changed mode: 0755->0644]
drivers/media/platform/starfive/v4l2_driver/stf_csi_hw_ops.c
drivers/media/platform/starfive/v4l2_driver/stf_csiphy.h [changed mode: 0755->0644]
drivers/media/platform/starfive/v4l2_driver/stf_csiphy_hw_ops.c
drivers/media/platform/starfive/v4l2_driver/stf_dvp.h [changed mode: 0755->0644]
drivers/media/platform/starfive/v4l2_driver/stf_dvp_hw_ops.c [changed mode: 0755->0644]
drivers/media/platform/starfive/v4l2_driver/stf_event.c [changed mode: 0755->0644]
drivers/media/platform/starfive/v4l2_driver/stf_video.h [changed mode: 0755->0644]
drivers/media/platform/starfive/v4l2_driver/stf_vin.h [changed mode: 0755->0644]
drivers/media/platform/starfive/v4l2_driver/stfcamss.h [changed mode: 0755->0644]