mbox series

[v2,0/2] arm64: dts: imx8mp: Enable CSIS and ISI in DT

Message ID 20230418153104.21337-1-laurent.pinchart@ideasonboard.com
Headers show
Series arm64: dts: imx8mp: Enable CSIS and ISI in DT | expand

Message

Laurent Pinchart April 18, 2023, 3:31 p.m. UTC
Hello,

This small patch series adds the CSIS and ISI devices in the i.MX8MP DT
to support cameras. The ISI DT bindings have just been merged and will
appear in v6.4, making this series a candidate for v6.5.

With these two patches, a board overlay can enable camera support by
instantiating the camera sensor, connecting it to a CSIS instance, and
enabling the CSIS and ISI nodes. The camera pipeline is supported by
V4L2 drivers.

Laurent Pinchart (2):
  arm64: dts: imx8mp: Add CSIS DT nodes
  arm64: dts: imx8mp: Add ISI DT node

 arch/arm64/boot/dts/freescale/imx8mp.dtsi | 102 ++++++++++++++++++++++
 1 file changed, 102 insertions(+)


base-commit: 6a8f57ae2eb07ab39a6f0ccad60c760743051026

Comments

Shawn Guo May 14, 2023, 3:13 a.m. UTC | #1
On Tue, Apr 18, 2023 at 06:31:02PM +0300, Laurent Pinchart wrote:
> Hello,
> 
> This small patch series adds the CSIS and ISI devices in the i.MX8MP DT
> to support cameras. The ISI DT bindings have just been merged and will
> appear in v6.4, making this series a candidate for v6.5.
> 
> With these two patches, a board overlay can enable camera support by
> instantiating the camera sensor, connecting it to a CSIS instance, and
> enabling the CSIS and ISI nodes. The camera pipeline is supported by
> V4L2 drivers.
> 
> Laurent Pinchart (2):
>   arm64: dts: imx8mp: Add CSIS DT nodes
>   arm64: dts: imx8mp: Add ISI DT node

Applied both, thanks!