Message ID | 20240627083431.1096889-4-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, AM68 SK and AM69 SK have similar connectivity > for CSI2 RPi connector and the same overlays can be reused, > thus pick the J721E SK CSI2 IMX219, fusion overlay and > AM68 SK V3Link fusion overlay for AM69 SK also. > > Signed-off-by: Vaishnav Achath <vaishnav.a@ti.com> > --- > meta-ti-bsp/conf/machine/am69-sk.conf | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/meta-ti-bsp/conf/machine/am69-sk.conf b/meta-ti-bsp/conf/machine/am69-sk.conf > index 6341a6fa..aff06a02 100644 > --- a/meta-ti-bsp/conf/machine/am69-sk.conf > +++ b/meta-ti-bsp/conf/machine/am69-sk.conf > @@ -11,6 +11,9 @@ KERNEL_DEVICETREE_PREFIX = " \ > ti/k3-am69-sk \ > ti/k3-fpdlink \ > ti/k3-v3link \ > + ti/k3-am68-sk-v3link-fusion \ > + 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/am69-sk.conf b/meta-ti-bsp/conf/machine/am69-sk.conf index 6341a6fa..aff06a02 100644 --- a/meta-ti-bsp/conf/machine/am69-sk.conf +++ b/meta-ti-bsp/conf/machine/am69-sk.conf @@ -11,6 +11,9 @@ KERNEL_DEVICETREE_PREFIX = " \ ti/k3-am69-sk \ ti/k3-fpdlink \ ti/k3-v3link \ + ti/k3-am68-sk-v3link-fusion \ + ti/k3-j721e-sk-csi2-dual-imx219 \ + ti/k3-j721e-sk-fpdlink-fusion \ " KERNEL_DEVICETREE = " \
J721E SK, AM68 SK and AM69 SK have similar connectivity for CSI2 RPi connector and the same overlays can be reused, thus pick the J721E SK CSI2 IMX219, fusion overlay and AM68 SK V3Link fusion overlay for AM69 SK also. Signed-off-by: Vaishnav Achath <vaishnav.a@ti.com> --- meta-ti-bsp/conf/machine/am69-sk.conf | 3 +++ 1 file changed, 3 insertions(+)