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

Commit da868b42 authored by Santhosh Kumar Thimmanna Bhattar's avatar Santhosh Kumar Thimmanna Bhattar Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add supported camera csiphy for 8940



Added supported csiphy version 3.4.2.1 changes to bring up
camea on 8940.
Also updated device tree documentation for csiphy version
3.4.2.1

Change-Id: I446d7c934d4ea40e0f374728a0d473b11030f704
Signed-off-by: default avatarSanthosh Kumar Thimmanna Bhattar <sthim@codeaurora.org>
parent 86d62b0f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@ Required properties:
    - "qcom,csiphy-v3.1.1"
    - "qcom,csiphy-v3.2"
    - "qcom,csiphy-v3.4.2"
    - "qcom,csiphy-v3.4.2.1"
    - "qcom,csiphy-v3.5"
    - "qcom,csiphy-v5.0"
    - "qcom,csiphy-v5.01"
+13 −0
Original line number Diff line number Diff line
@@ -665,3 +665,16 @@
	qcom,temp1-offset = <0 (-2) (-5) (-3) (-1) (-1) (-1) 0 1 (-1) (-6)>;
	qcom,temp2-offset = <1 1 (-7) 5 4 7 6 2 3 1 7>;
};

/* CAMSS_CPHY */
&soc {
	qcom,csiphy@1b34000 {
		status = "ok";
		compatible = "qcom,csiphy-v3.4.2.1", "qcom,csiphy";
	};

	qcom,csiphy@1b35000 {
		status = "ok";
		compatible = "qcom,csiphy-v3.4.2.1", "qcom,csiphy";
	};
};