arm64: dts: qcom: apq8016-sbc: Fix ov5640 regulator supply names
authorBryan O'Donoghue <bryan.odonoghue@linaro.org>
Fri, 11 Aug 2023 23:47:33 +0000 (00:47 +0100)
committerBjorn Andersson <andersson@kernel.org>
Mon, 14 Aug 2023 02:38:32 +0000 (19:38 -0700)
The ov5640 driver expects DOVDD, AVDD and DVDD as regulator supply names.

The ov5640 has depended on these names since the driver was committed
upstream in 2017. Similarly apq8016-sbc.dtsi has had completely different
regulator names since its own initial commit in 2020.

Perhaps the regulators were left on in previous 410c bootloaders. In any
case today on 6.5 we won't switch on the ov5640 without correctly naming
the regulators.

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-3-bryan.odonoghue@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/apq8016-sbc.dts

index f6eeb259884650adc437b9cb7e6b83a1ab3e16c6..75b4e5ff7c95c7fc66b5be60621166e6f37732f6 100644 (file)
                clock-names = "xclk";
                clock-frequency = <23880000>;
 
-               vdddo-supply = <&camera_vdddo_1v8>;
-               vdda-supply = <&camera_vdda_2v8>;
-               vddd-supply = <&camera_vddd_1v5>;
+               DOVDD-supply = <&camera_vdddo_1v8>;
+               AVDD-supply = <&camera_vdda_2v8>;
+               DVDD-supply = <&camera_vddd_1v5>;
 
                /* No camera mezzanine by default */
                status = "disabled";