Re: [PATCH v2 4/4] arm64: dts: qcom: kaanapali-mtp: Add s5kjn5 image sensor on CSIPHY2

From: Hangxiang Ma

Date: Thu Jul 30 2026 - 22:16:00 EST


Ack. Thanks Konrad and Abel.

Best regards,
Hangxiang
On 7/24/2026 7:50 PM, Konrad Dybcio wrote:
> On 7/21/26 6:57 AM, Hangxiang Ma wrote:
>> Enable the S5KJN5 image sensor which connected to cci0_i2c1 on Kaanapali
>> MTP. The sensor appears on CCI pins connected to the CSIPHY2 interface
>> in four lane mode.
>>
>> Signed-off-by: Hangxiang Ma <hangxiang.ma@xxxxxxxxxxxxxxxx>
>> ---
>
> [...]
>
>> +&camss {
>> + status = "okay";
>> +
>> + ports {
>> + /*
>> + * port0 => csiphy0
>> + * port1 => csiphy1
>> + * port2 => csiphy2
>> + * port3 => csiphy3
>> + * port4 => csiphy4
>> + * port5 => csiphy5
>> + */
>
> This comment is SoC-specific and is really not very useful, especially
> since it's an identity mapping
>
> Konrad