Message ID | 20240627083431.1096889-2-vaishnav.a@ti.com |
---|---|
State | Accepted |
Delegated to: | Ryan Eatmon |
Headers | show |
Series | conf: machine: j784s4/am68/am69 : Pick reused CSI overlays | expand |
On 27/06/24 14:04, Vaishnav Achath wrote: > J784S4 and J721S2 EVM has similar connectivity for MIPI CSI2 > connector and the same overlays can be reused, thus pick the > J721S2 CSI2 OV5640 and J721S2 EVM fusion overlays for J784S4. > > Signed-off-by: Vaishnav Achath <vaishnav.a@ti.com> > --- > meta-ti-bsp/conf/machine/j784s4-evm.conf | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/meta-ti-bsp/conf/machine/j784s4-evm.conf b/meta-ti-bsp/conf/machine/j784s4-evm.conf > index e451bf47..770701f7 100644 > --- a/meta-ti-bsp/conf/machine/j784s4-evm.conf > +++ b/meta-ti-bsp/conf/machine/j784s4-evm.conf > @@ -11,6 +11,8 @@ KERNEL_DEVICETREE_PREFIX = " \ > ti/k3-j784s4 \ > ti/k3-fpdlink \ > ti/k3-j7200-evm-mcspi-loopback \ > + ti/k3-j721s2-evm-csi2-ov5640 \ > + ti/k3-j721s2-evm-fusion \ Reviewed-by: Rahul T R <r-ravikumar@ti.com> > ti/k3-am69-sk \ > ti/k3-v3link \ > "
diff --git a/meta-ti-bsp/conf/machine/j784s4-evm.conf b/meta-ti-bsp/conf/machine/j784s4-evm.conf index e451bf47..770701f7 100644 --- a/meta-ti-bsp/conf/machine/j784s4-evm.conf +++ b/meta-ti-bsp/conf/machine/j784s4-evm.conf @@ -11,6 +11,8 @@ KERNEL_DEVICETREE_PREFIX = " \ ti/k3-j784s4 \ ti/k3-fpdlink \ ti/k3-j7200-evm-mcspi-loopback \ + ti/k3-j721s2-evm-csi2-ov5640 \ + ti/k3-j721s2-evm-fusion \ ti/k3-am69-sk \ ti/k3-v3link \ "
J784S4 and J721S2 EVM has similar connectivity for MIPI CSI2 connector and the same overlays can be reused, thus pick the J721S2 CSI2 OV5640 and J721S2 EVM fusion overlays for J784S4. Signed-off-by: Vaishnav Achath <vaishnav.a@ti.com> --- meta-ti-bsp/conf/machine/j784s4-evm.conf | 2 ++ 1 file changed, 2 insertions(+)