From 9f6e78f036c15f4a647603c5e3b90ba83beb0e6a Mon Sep 17 00:00:00 2001 From: Arturo Buzarra Date: Thu, 26 Jun 2025 09:13:42 +0200 Subject: [PATCH] ccmp25-dvk: integrate Sony IMX335 MIPI camera in default device tree As the OmniVision OV5640 camera is now deprecated and no longer supported by most vendors, this commit moves its support to a separate Device Tree overlay, allowing it to be used if needed. Instead, the Sony IMX335 MIPI camera is integrated into the default device tree as the default supported camera for the CCMP25-DVK platform. Signed-off-by: Arturo Buzarra --- meta-digi-arm/conf/machine/ccmp25-dvk.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-digi-arm/conf/machine/ccmp25-dvk.conf b/meta-digi-arm/conf/machine/ccmp25-dvk.conf index d7ab816b4..df8c187c3 100644 --- a/meta-digi-arm/conf/machine/ccmp25-dvk.conf +++ b/meta-digi-arm/conf/machine/ccmp25-dvk.conf @@ -54,7 +54,7 @@ STM32MP_KERNEL_DEVICETREE:ccmp25-dvk += " \ ccmp25_wifi.dtbo \ ccmp25-dvk_e55rb-i-mw346-c-mipi-dsi.dtbo \ ccmp25-dvk_g101evn010-lvds.dtbo \ - ccmp25-dvk_imx335-mipi-csi.dtbo \ + ccmp25-dvk_ov5640-mipi-csi.dtbo \ ccmp25-dvk_mikroe-accel2-click.dtbo \ ccmp25-dvk_mikroe-gyro-click.dtbo \ ccmp25-dvk_mikroe-i2c-to-spi-click.dtbo \