Re: [PATCH 3/6] arm64: dts: qcom: sc8280xp-x13s: Drop redundant clock-lanes from camera@10
From: Konrad Dybcio
Date: Fri Oct 25 2024 - 13:34:37 EST
On 25.10.2024 5:43 PM, Bryan O'Donoghue wrote:
> clock-lanes does nothing here - the sensor doesn't care about this
> property, remove it.
>
> Tested-by: Bryan O'Donoghue <bryan.odonoghue@xxxxxxxxxx> # x13s
> Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@xxxxxxxxxx>
> ---
drivers/media/platform/qcom/camss/camss.c : camss_of_parse_endpoint_node()
seems to reference it and pass it on to the PHY drivers
Konrad