arm64: dts: qcom: apq8016-sbc: Rename ov5640 enable-gpios to powerdown-gpios
authorBryan O'Donoghue <bryan.odonoghue@linaro.org>
Fri, 11 Aug 2023 23:47:36 +0000 (00:47 +0100)
committerBjorn Andersson <andersson@kernel.org>
Mon, 14 Aug 2023 02:38:32 +0000 (19:38 -0700)
There are two control lines controlled by GPIO going into ov5640

- Reset
- Powerdown

The driver and yaml expect "reset-gpios" and "powerdown-gpios" there has
never been an "enable-gpios".

Fixes: 39e0ce6cd1bf ("arm64: dts: qcom: apq8016-sbc: Add CCI/Sensor nodes")
Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20230811234738.2859417-6-bryan.odonoghue@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/apq8016-sbc.dts

index ada0777567623dde0de963b23ad8ee457836ce5d..ddb19709a9eee67a688422e651f91f386e0e6afe 100644 (file)
                compatible = "ovti,ov5640";
                reg = <0x3b>;
 
-               enable-gpios = <&tlmm 34 GPIO_ACTIVE_HIGH>;
+               powerdown-gpios = <&tlmm 34 GPIO_ACTIVE_HIGH>;
                reset-gpios = <&tlmm 35 GPIO_ACTIVE_LOW>;
                pinctrl-names = "default";
                pinctrl-0 = <&camera_rear_default>;