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

Commit e55561b2 authored by Mounika Reddy Tangirala's avatar Mounika Reddy Tangirala Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Changes for p upgrade for msm8937 mtp.



Common camera dtsi used for 8937 based targets.
Hence over writing the csiphy version for msm8937 specifically.

Change-Id: Iffc30f5c44d8500bd72beed1a3564b9c435707b0
Signed-off-by: default avatarMounika Reddy Tangirala <mtangi@codeaurora.org>
parent f7cb28bb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@
	qcom,csiphy@1b34000 {
		status = "ok";
		cell-index = <0>;
		compatible = "qcom,csiphy-v10.00", "qcom,csiphy";
		compatible = "qcom,csiphy-v3.4.2", "qcom,csiphy";
		reg = <0x1b34000 0x1000>,
			<0x1b00030 0x4>;
		reg-names = "csiphy", "csiphy_clk_mux";
@@ -45,7 +45,7 @@
	qcom,csiphy@1b35000 {
		status = "ok";
		cell-index = <1>;
		compatible = "qcom,csiphy-v10.00", "qcom,csiphy";
		compatible = "qcom,csiphy-v3.4.2", "qcom,csiphy";
		reg = <0x1b35000 0x1000>,
			<0x1b00038 0x4>;
		reg-names = "csiphy", "csiphy_clk_mux";
+6 −0
Original line number Diff line number Diff line
@@ -35,6 +35,12 @@
		qcom,csi-vdd-voltage = <800000>;
		qcom,mipi-csi-vdd-supply = <&pm8953_l23>;
	};
	qcom,csiphy@1b34000 {
		compatible = "qcom,csiphy-v10.00", "qcom,csiphy";
	};
	qcom,csiphy@1b35000 {
		compatible = "qcom,csiphy-v10.00", "qcom,csiphy";
	};

	/delete-node/ qcom,msm-cpufreq;
	msm_cpufreq: qcom,msm-cpufreq {