Re: [PATCH v5 3/3] arm64: dts: qcom: lemans-evk-camera: Add DT overlay

From: Wenmeng Liu

Date: Thu Sep 11 2025 - 22:23:35 EST




On 9/11/2025 8:15 PM, Dmitry Baryshkov wrote:
On Thu, Sep 11, 2025 at 07:55:16PM +0800, Wenmeng Liu wrote:
Enable IMX577 via CCI1 on LeMans EVK Core Kit.

The LeMans EVK board does not include a camera sensor
by default, this overlay reflects the possibility of
attaching an optional camera sensor.
For this reason, the camera sensor configuration is
placed in lemans-evk-camera.dtso, rather than
modifying the base lemans-evk.dts.

So, is it the only camera configuration that we are going to support?
If not, what happens when we get the second sensor or second set of
sensors to support?
You're right, although currently we only plan to support the IMX577 on CCI1.>

Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@xxxxxxxxxx>
Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx>
Signed-off-by: Wenmeng Liu <quic_wenmliu@xxxxxxxxxxxx>
---
arch/arm64/boot/dts/qcom/Makefile | 4 +
arch/arm64/boot/dts/qcom/lemans-evk-camera.dtso | 97 +++++++++++++++++++++++++

At least the filename should mention that this is imx577.

2 files changed, 101 insertions(+)


Would lemans-evk-camera-csi1-imx577.dtso be a more appropriate name?
It more precisely describes the content of the dtso.

Thanks,
Wenmeng