Message ID | 20220422155713.12925-1-reatmon@ti.com |
---|---|
State | Accepted |
Delegated to: | Ryan Eatmon |
Headers | show |
Series | [meta-ti,master/dunfell] conf: machine: am62xx Add missing dtbo file | expand |
On 4/22/2022 10:57 AM, Ryan Eatmon wrote: > Add missing k3-am625-sk-csi2-ov5640.dtb required for the camera overlay. > > Signed-off-by: Ryan Eatmon <reatmon@ti.com> Reviewed-by: Praneeth Bajjuri <praneeth@ti.com> > --- > conf/machine/am62xx-evm.conf | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/conf/machine/am62xx-evm.conf b/conf/machine/am62xx-evm.conf > index eb1563f8..44f46d78 100644 > --- a/conf/machine/am62xx-evm.conf > +++ b/conf/machine/am62xx-evm.conf > @@ -8,6 +8,7 @@ MACHINE_FEATURES += "gpu" > > KERNEL_DEVICETREE = " \ > ti/k3-am625-sk.dtb \ > + ti/k3-am625-sk-csi2-ov5640.dtb \ But this patch is only applicable to dunfell branch, Ensure you make a similar change in master in meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_5.10.bb also consider updating updating kernel SRCREV to latest at same time. > " > > UBOOT_MACHINE = "am62x_evm_a53_defconfig"
diff --git a/conf/machine/am62xx-evm.conf b/conf/machine/am62xx-evm.conf index eb1563f8..44f46d78 100644 --- a/conf/machine/am62xx-evm.conf +++ b/conf/machine/am62xx-evm.conf @@ -8,6 +8,7 @@ MACHINE_FEATURES += "gpu" KERNEL_DEVICETREE = " \ ti/k3-am625-sk.dtb \ + ti/k3-am625-sk-csi2-ov5640.dtb \ " UBOOT_MACHINE = "am62x_evm_a53_defconfig"
Add missing k3-am625-sk-csi2-ov5640.dtb required for the camera overlay. Signed-off-by: Ryan Eatmon <reatmon@ti.com> --- conf/machine/am62xx-evm.conf | 1 + 1 file changed, 1 insertion(+)