Re: [PATCH v2 17/18] arm64: dts: ti: k3-v3link: Add overlay for IMX219+UB953 serializer
"Kumar, Udit" <[email protected]>
| Newsgroups | dev.linux.lists.imx,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On 7/13/2026 5:04 PM, Yemike Abhilash Chandra wrote: > From: Jianzhong Xu <[email protected]> > > Arducam V3Link camera solution is shipped with an UB953 serializer > and an IMX219 sensor[1]. Add an overlay for interfacing the UB953 > serilaizer and IMX219 sensor with the RX0 port on the UB960 deserializer. > > This overlay can be used to interface an IMX219 sensor on any platform > that supports the V3Link fusion board. > > [1]: https://docs.arducam.com/V3Link-Camera-Solution/V3Link-Camera-Solution-on-TI-Platform/Introduction/ > > Signed-off-by: Jianzhong Xu <[email protected]> > Signed-off-by: Yemike Abhilash Chandra <[email protected]> > --- > Changelog: > Changes in v2: > - Don't replacing generic V3Link fusion board DTB targets instead append new build > targets for v3link + IMX219 (sashiko) > - Add status = "okay" property in port 0 of deserializer ports (sashiko) > - Add port-specific suffixes to avoid naming collisions (sashiko) > > arch/arm64/boot/dts/ti/Makefile | 19 +++ > .../boot/dts/ti/k3-v3link-imx219-0-0.dtso | 128 ++++++++++++++++++ > 2 files changed, 147 insertions(+) > create mode 100644 arch/arm64/boot/dts/ti/k3-v3link-imx219-0-0.dtso > > [..]> +// SPDX-License-Identifier: GPL-2.0 > +/* > + * IMX219 Camera Module for V3-Link d-ch Adapter Board > + * https://docs.arducam.com/V3Link-Camera-Solution/V3Link-Camera-Solution-on-TI-Platform/Introduction/ > + * > + * Copyright (c) 2024 Texas Instruments Incorporated - http://www.ti.com/ Copyright 2026, with this change Reviewed-by: Udit Kumar <[email protected]> > + */ > + > +/dts-v1/; > +/plugin/; > + > [..]