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

Commit 0534c80e authored by Vishal Verma's avatar Vishal Verma
Browse files

dt-bindings: camera: Add dt bindings information for TPG

DT bindings information is added for dummy sensor TPG node

CRs-Fixed: 2813101
Change-Id: I9b104349805e82193e402deee296d392f9f00367
parent 059fc6cc
Loading
Loading
Loading
Loading
+25 −3
Original line number Diff line number Diff line
@@ -266,9 +266,9 @@ sensor resource.
	controller. These pin configurations are installed in the pinctrl device node.


=============================
CAMERA IMAGE SENSOR MODULE
=============================
==============================
CAMERA IMAGE SENSOR/TPG MODULE
==============================
Image sensor node contains properties of camera image sensor

- compatible
@@ -816,4 +816,26 @@ Example:
         clock-cntl-leveli = "turbo";
         clock-rates = <24000000>;
    };

    qcom,cam-tpg0 {
         cell-index = <4>;
         compatible = "qcom,cam-sensor";
         csiphy-sd-index = <4>;
         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>;
    };
};