arm64: dts: qcom: apq8016-sbc: Fix ov5640 data-lanes declaration
authorBryan O'Donoghue <bryan.odonoghue@linaro.org>
Fri, 11 Aug 2023 23:47:34 +0000 (00:47 +0100)
committerBjorn Andersson <andersson@kernel.org>
Mon, 14 Aug 2023 02:38:32 +0000 (19:38 -0700)
The yaml constraint for data-lanes is [1, 2] not [0, 2]. The driver itself
doesn't do anything with the data-lanes declaration save count the number
of specified data-lanes and calculate the link rate so, this change doesn't
have any functional side-effects.

Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Link: https://lore.kernel.org/r/20230811234738.2859417-4-bryan.odonoghue@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/apq8016-sbc.dts

index 75b4e5ff7c95c7fc66b5be60621166e6f37732f6..0481a4a82090adfbba264d40bf4c5eac7cdb8ff0 100644 (file)
 
                port {
                        ov5640_ep: endpoint {
-                               data-lanes = <0 2>;
+                               data-lanes = <1 2>;
                                remote-endpoint = <&csiphy0_ep>;
                        };
                };