Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d7633b0b authored by Vijay kumar Tumati's avatar Vijay kumar Tumati
Browse files

ARM: dts: msm: Use correct vreg for camera csi vdd on SDM439



SDM439 uses a different camera csi vdd compared to msm8937.

Change-Id: Iedbb02d5b7527a64be60ab388dc2fe6d07a92966
Signed-off-by: default avatarVijay kumar Tumati <vtumati@codeaurora.org>
parent ad8801e6
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -23,13 +23,13 @@

&soc {
	qcom,csid@1b30000 {
		/delete-property/ qcom,mipi-csi-vdd-supply;
		qcom,mipi-csi-vdd-supply = <&pm8953_l23>;
	};
	qcom,csid@1b30400 {
		/delete-property/ qcom,mipi-csi-vdd-supply;
		qcom,mipi-csi-vdd-supply = <&pm8953_l23>;
	};
	qcom,csid@1b30800 {
		/delete-property/ qcom,mipi-csi-vdd-supply;
		qcom,mipi-csi-vdd-supply = <&pm8953_l23>;
	};
};