Re: [PATCH v5 5/5] arm64: dts: qcom: talos-evk-camera: Add DT overlay
From: Konrad Dybcio
Date: Mon Jan 26 2026 - 05:33:54 EST
On 1/23/26 3:30 AM, Wenmeng Liu wrote:
> Hi Konrad,
>
> On 1/22/2026 9:44 PM, Konrad Dybcio wrote:
>> On 1/22/26 11:48 AM, Wenmeng Liu wrote:
>>> Enable IMX577 via CCI on Taloss EVK Core Kit.
>>>
>>> The Talos EVK board does not include a camera sensor
>>> by default, this DTSO has enabled the Arducam 12.3MP
>>> IMX577 Mini Camera Module on the CSI-1 interface.
>>>
>>> Reviewed-by: Vladimir Zapolskiy <vladimir.zapolskiy@xxxxxxxxxx>
>>> Signed-off-by: Wenmeng Liu <wenmeng.liu@xxxxxxxxxxxxxxxx>
>>> ---
>>
>> [...]
>>
>>> +&cci_i2c1 {
>>> + #address-cells = <1>;
>>> + #size-cells = <0>;
>>> +
>>> + camera@1a {
>>> + compatible = "sony,imx577";
>>> + reg = <0x1a>;
>>> +
>>> + reset-gpios = <&tlmm 29 GPIO_ACTIVE_LOW>;
>>
>> Let's define the pin settings for the reset pin too, otherwise lgtm
>
> The reset pin on the Talos EVK board is different from the default. Do you recommend that I define the reset pin's pinctrl in the Talos EVK board's DTS?
Certianly not in the SoC DTSI
The other question is whether to put it in the board or mezz DTS(O)
I think the latter makes more sense, as presumably a different mezz
could use it for different purposes
Konrad