Message ID | 20240229081201.3850832-1-j-luthra@ti.com |
---|---|
State | Accepted |
Delegated to: | Ryan Eatmon |
Headers | show |
Series | [master/kirkstone] conf: machine: am62axx: Pick overlays for V3Link cameras | expand |
On 29/02/24 13:42, Jai Luthra wrote: > The new V3Link camera fusion board [1] comes with a CSI to FPDLink > serializer board, which allows interfacing multiple 22-pin FFC > compatible sensors with SK-AM62A. > > Currently overlays for interfacing IMX219 sensor with V3Link are built > as part of the TI linux kernel, so pick these in the BSP filesystem. > > [1]: https://www.arducam.com/fpd-link-3-cameras/ > > Signed-off-by: Jai Luthra <j-luthra@ti.com> Acked-by: Chirag Shilwant <c-shilwant@ti.com> > --- > meta-ti-bsp/conf/machine/am62axx-evm.conf | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/meta-ti-bsp/conf/machine/am62axx-evm.conf b/meta-ti-bsp/conf/machine/am62axx-evm.conf > index 22f61401..238718d0 100644 > --- a/meta-ti-bsp/conf/machine/am62axx-evm.conf > +++ b/meta-ti-bsp/conf/machine/am62axx-evm.conf > @@ -8,6 +8,7 @@ KERNEL_DEVICETREE_PREFIX = " \ > ti/k3-am62a7 \ > ti/k3-am62x-sk \ > ti/k3-fpdlink \ > + ti/k3-v3link \ > " > > KERNEL_DEVICETREE = " \
diff --git a/meta-ti-bsp/conf/machine/am62axx-evm.conf b/meta-ti-bsp/conf/machine/am62axx-evm.conf index 22f61401..238718d0 100644 --- a/meta-ti-bsp/conf/machine/am62axx-evm.conf +++ b/meta-ti-bsp/conf/machine/am62axx-evm.conf @@ -8,6 +8,7 @@ KERNEL_DEVICETREE_PREFIX = " \ ti/k3-am62a7 \ ti/k3-am62x-sk \ ti/k3-fpdlink \ + ti/k3-v3link \ " KERNEL_DEVICETREE = " \
The new V3Link camera fusion board [1] comes with a CSI to FPDLink serializer board, which allows interfacing multiple 22-pin FFC compatible sensors with SK-AM62A. Currently overlays for interfacing IMX219 sensor with V3Link are built as part of the TI linux kernel, so pick these in the BSP filesystem. [1]: https://www.arducam.com/fpd-link-3-cameras/ Signed-off-by: Jai Luthra <j-luthra@ti.com> --- meta-ti-bsp/conf/machine/am62axx-evm.conf | 1 + 1 file changed, 1 insertion(+)