Message ID | 20240627083431.1096889-3-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: > J721E SK and AM68 SK have similar connectivity for CSI2 RPi > connector and the same overlays can be reused, thus pick the > J721E SK CSI2 IMX219 and fusion overlays for AM68 SK also. > > Signed-off-by: Vaishnav Achath <vaishnav.a@ti.com> > --- > meta-ti-bsp/conf/machine/am68-sk.conf | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/meta-ti-bsp/conf/machine/am68-sk.conf b/meta-ti-bsp/conf/machine/am68-sk.conf > index 00b81b77..894c4e87 100644 > --- a/meta-ti-bsp/conf/machine/am68-sk.conf > +++ b/meta-ti-bsp/conf/machine/am68-sk.conf > @@ -11,6 +11,8 @@ KERNEL_DEVICETREE_PREFIX = " \ > ti/k3-am68-sk \ > ti/k3-fpdlink \ > ti/k3-v3link \ > + ti/k3-j721e-sk-csi2-dual-imx219 \ > + ti/k3-j721e-sk-fpdlink-fusion \ > " > Reviewed-by: Rahul T R <r-ravikumar@ti.com> > KERNEL_DEVICETREE = " \
diff --git a/meta-ti-bsp/conf/machine/am68-sk.conf b/meta-ti-bsp/conf/machine/am68-sk.conf index 00b81b77..894c4e87 100644 --- a/meta-ti-bsp/conf/machine/am68-sk.conf +++ b/meta-ti-bsp/conf/machine/am68-sk.conf @@ -11,6 +11,8 @@ KERNEL_DEVICETREE_PREFIX = " \ ti/k3-am68-sk \ ti/k3-fpdlink \ ti/k3-v3link \ + ti/k3-j721e-sk-csi2-dual-imx219 \ + ti/k3-j721e-sk-fpdlink-fusion \ " KERNEL_DEVICETREE = " \
J721E SK and AM68 SK have similar connectivity for CSI2 RPi connector and the same overlays can be reused, thus pick the J721E SK CSI2 IMX219 and fusion overlays for AM68 SK also. Signed-off-by: Vaishnav Achath <vaishnav.a@ti.com> --- meta-ti-bsp/conf/machine/am68-sk.conf | 2 ++ 1 file changed, 2 insertions(+)