From: Nihal Kumar Gupta <quic_nihalkum@quicinc.com>
To: Vikram Sharma <quic_vikramsa@quicinc.com>,
Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Cc: <bryan.odonoghue@linaro.org>, <mchehab@kernel.org>,
<robh@kernel.org>, <krzk+dt@kernel.org>, <conor+dt@kernel.org>,
<andersson@kernel.org>, <konradybcio@kernel.org>,
<hverkuil-cisco@xs4all.nl>, <cros-qcom-dts-watchers@chromium.org>,
<catalin.marinas@arm.com>, <will@kernel.org>,
<linux-arm-kernel@lists.infradead.org>,
<quic_svankada@quicinc.com>, <linux-media@vger.kernel.org>,
<linux-arm-msm@vger.kernel.org>, <devicetree@vger.kernel.org>,
<linux-kernel@vger.kernel.org>,
Ravi Shankar <quic_rshankar@quicinc.com>,
Vishal Verma <quic_vishverm@quicinc.com>
Subject: Re: [PATCH 3/4] arm64: dts: qcom: monaco-evk-camera: Add DT overlay
Date: Thu, 11 Sep 2025 14:49:59 +0530 [thread overview]
Message-ID: <3d26b554-727a-44cb-a1a9-56f49775ba3a@quicinc.com> (raw)
In-Reply-To: <8104bb41-e827-4daa-bc96-9b6678a9d345@quicinc.com>
On 10-09-2025 12:33, Vikram Sharma wrote:
> On 9/9/2025 7:31 PM, Dmitry Baryshkov wrote:
>> On Tue, Sep 09, 2025 at 05:12:40PM +0530, Vikram Sharma wrote:
>>> From: Nihal Kumar Gupta<quic_nihalkum@quicinc.com>
>>>
>>> Enable IMX577 sensor using the CCI1 interface on Monaco EVK.
>>> Camera reset is controlled through an I2C expander,
>>> and power supply is managed via tlmm GPIO74.
>> Why is done as an overlay? Is it a seprate mezzanine?
> It’s not a separate mezzanine; monaco-evk does not come with an attached camera
> sensor by default.
> The overlay simply reflects an optional camera sensor attachment (e.g., IMX577
> on CSIPHY1)
> That is why camera sensor is configured in monaco-evk-camera.dtso instead of
> modifying the base monaco-evk.dts.
> Please suggest and alternative approach if you feel this is not correct
Dmitry, Do you agree with this justification or you have a follow-up comment?
Can we post v2 with the same change addressing other comments.
>>> Co-developed-by: Ravi Shankar<quic_rshankar@quicinc.com>
>>> Signed-off-by: Ravi Shankar<quic_rshankar@quicinc.com>
>>> Co-developed-by: Vishal Verma<quic_vishverm@quicinc.com>
>>> Signed-off-by: Vishal Verma<quic_vishverm@quicinc.com>
>>> Signed-off-by: Nihal Kumar Gupta<quic_nihalkum@quicinc.com>
>>> Signed-off-by: Vikram Sharma<quic_vikramsa@quicinc.com>
>>> ---
>>> arch/arm64/boot/dts/qcom/Makefile | 4 +
>>> .../boot/dts/qcom/monaco-evk-camera.dtso | 98 +++++++++++++++++++
>>> 2 files changed, 102 insertions(+)
>>> create mode 100644 arch/arm64/boot/dts/qcom/monaco-evk-camera.dtso
>>>
>>> diff --git a/arch/arm64/boot/dts/qcom/monaco-evk-camera.dtso b/arch/arm64/boot/dts/qcom/monaco-evk-camera.dtso
>>> new file mode 100644
>>> index 000000000000..5831b4de6eca
>>> --- /dev/null
>>> +++ b/arch/arm64/boot/dts/qcom/monaco-evk-camera.dtso
>>> @@ -0,0 +1,98 @@
>>> +// SPDX-License-Identifier: BSD-3-Clause
>>> +/*
>>> + * Copyright (c) 2025 Qualcomm Innovation Center, Inc. All rights reserved.
>>> + */
>>> +
>>> +/* Camera Sensor overlay on top of Monaco EVK Core Kit */
>>> +
>>> +/dts-v1/;
>>> +/plugin/;
>>> +
>>> +#include <dt-bindings/clock/qcom,sa8775p-camcc.h>
>>> +#include <dt-bindings/gpio/gpio.h>
>>> +
>>> +&{/} {
>> Is this a different product than just Monaco EVK?
> No.
>>
>>
>>> + vreg_cam1_2p8: vreg_cam1_2p8 {
>>> + compatible = "regulator-fixed";
>>> + regulator-name = "vreg_cam1_2p8";
>>> + startup-delay-us = <10000>;
>>> + enable-active-high;
>>> + gpio = <&tlmm 74 GPIO_ACTIVE_HIGH>;
>>> + };
>>> +};
>>> +
>
> Best Regards,
>
> Vikram
>
Regards,
Nihal Kumar Gupta
next prev parent reply other threads:[~2025-09-11 9:20 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-09 11:42 [PATCH 0/4] Add CCI and imx577 sensor support for monaco evk Vikram Sharma
2025-09-09 11:42 ` [PATCH 1/4] dt-bindings: i2c: qcom-cci: Document qcs8300 compatible Vikram Sharma
2025-09-09 11:52 ` Bryan O'Donoghue
2025-09-09 11:42 ` [PATCH 2/4] arm64: dts: qcom: qcs8300: Add CCI definitions Vikram Sharma
2025-10-08 10:04 ` Konrad Dybcio
2025-10-10 12:32 ` Nihal Kumar Gupta
2025-09-09 11:42 ` [PATCH 3/4] arm64: dts: qcom: monaco-evk-camera: Add DT overlay Vikram Sharma
2025-09-09 14:01 ` Dmitry Baryshkov
[not found] ` <8104bb41-e827-4daa-bc96-9b6678a9d345@quicinc.com>
2025-09-11 9:19 ` Nihal Kumar Gupta [this message]
2025-09-11 10:08 ` Dmitry Baryshkov
2025-09-11 12:49 ` Nihal Kumar Gupta
2025-09-11 13:03 ` Dmitry Baryshkov
2025-09-11 13:41 ` Vikram Sharma
2025-09-11 10:57 ` Dmitry Baryshkov
2025-09-10 7:01 ` Krzysztof Kozlowski
2025-09-09 11:42 ` [PATCH 4/4] dt-bindings: media: camss: Add qcs8300 supplies binding Vikram Sharma
2025-09-09 14:00 ` Dmitry Baryshkov
2025-09-10 7:02 ` Krzysztof Kozlowski
2025-09-10 11:41 ` Bryan O'Donoghue
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3d26b554-727a-44cb-a1a9-56f49775ba3a@quicinc.com \
--to=quic_nihalkum@quicinc.com \
--cc=andersson@kernel.org \
--cc=bryan.odonoghue@linaro.org \
--cc=catalin.marinas@arm.com \
--cc=conor+dt@kernel.org \
--cc=cros-qcom-dts-watchers@chromium.org \
--cc=devicetree@vger.kernel.org \
--cc=dmitry.baryshkov@oss.qualcomm.com \
--cc=hverkuil-cisco@xs4all.nl \
--cc=konradybcio@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=mchehab@kernel.org \
--cc=quic_rshankar@quicinc.com \
--cc=quic_svankada@quicinc.com \
--cc=quic_vikramsa@quicinc.com \
--cc=quic_vishverm@quicinc.com \
--cc=robh@kernel.org \
--cc=will@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).