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

Commit fc59e78b authored by Vishal Verma's avatar Vishal Verma
Browse files

ARM: dts: msm: Add TPG2 to holi devicetree

A separate dt node is added in holi 
devicetree for additional camera ID of 
different resolution.

CRs-Fixed: 2810963
Change-Id: I6b10cb1c8d4874a57598bdc75554ab17efc753e9
parent 2524b4a5
Loading
Loading
Loading
Loading
+25 −2
Original line number Diff line number Diff line
@@ -253,6 +253,29 @@
		clock-rates = <19200000>;
	};

	/*TPG2*/
	qcom,cam-tpg2 {
		cell-index = <6>;
		compatible = "qcom,cam-sensor";
		csiphy-sd-index = <6>;
		sensor-position-roll = <270>;
		sensor-position-pitch = <0>;
		sensor-position-yaw = <180>;
		gpios = <&tlmm 30 0>,
			<&tlmm 35 0>;
		gpio-reset = <1>;
		gpio-req-tbl-num = <0 1>;
		gpio-req-tbl-flags = <1 0>;
		gpio-req-tbl-label = "CAMIF_MCLK1",
					"CAM_RESET1";
		sensor-mode = <0>;
		status = "ok";
		clocks = <&gcc GCC_CAMSS_MCLK1_CLK>;
		clock-names = "cam_clk";
		clock-cntl-level = "turbo";
		clock-rates = <19200000>;
	};

};

&cam_cci1 {