Merge "ARM: dts: msm: Add TPG2 to holi devicetree" into camera-kernel.lnx.4.0

This commit is contained in:
Haritha Chintalapati
2020-11-06 17:23:18 -08:00
committed by Gerrit - the friendly Code Review server

View File

@@ -207,7 +207,7 @@
clock-rates = <19200000>;
};
/*TPG0*/
/*TPG0*/
qcom,cam-tpg0 {
cell-index = <4>;
compatible = "qcom,cam-sensor";
@@ -230,7 +230,7 @@
clock-rates = <19200000>;
};
/*TPG1*/
/*TPG1*/
qcom,cam-tpg1 {
cell-index = <5>;
compatible = "qcom,cam-sensor";
@@ -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 {