From: Bryan O'Donoghue Date: Fri, 11 Aug 2023 23:47:34 +0000 (+0100) Subject: arm64: dts: qcom: apq8016-sbc: Fix ov5640 data-lanes declaration X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=3652866ff493db60e2f767bd751fe15c1b4bd37a;p=linux.git arm64: dts: qcom: apq8016-sbc: Fix ov5640 data-lanes declaration 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 Link: https://lore.kernel.org/r/20230811234738.2859417-4-bryan.odonoghue@linaro.org Signed-off-by: Bjorn Andersson --- diff --git a/arch/arm64/boot/dts/qcom/apq8016-sbc.dts b/arch/arm64/boot/dts/qcom/apq8016-sbc.dts index 75b4e5ff7c95c..0481a4a82090a 100644 --- a/arch/arm64/boot/dts/qcom/apq8016-sbc.dts +++ b/arch/arm64/boot/dts/qcom/apq8016-sbc.dts @@ -291,7 +291,7 @@ port { ov5640_ep: endpoint { - data-lanes = <0 2>; + data-lanes = <1 2>; remote-endpoint = <&csiphy0_ep>; }; };