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

Commit e25cf96e authored by Jigarkumar Zala's avatar Jigarkumar Zala Committed by Mukund Madhusudan Atre
Browse files

dt-bindings: camera: Update documentation for camera modules

Add description for different blocks in camera with new
camera version compatibility strings.

CRs-Fixed: 2528908
Change-Id: I0a1760ac44a82c30a7b2bd993db864d356838f06
parent f3521d13
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -724,7 +724,7 @@ Example:
};

&cam_cci0 {
    actuator0: qcom,actuator@0 {
    actuator0: qcom,actuator0 {
         cell-index = <0>;
         reg = <0x0>;
         compatible = "qcom,actuator";
@@ -738,7 +738,7 @@ Example:
         rgltr-load-current = <100000>;
    };

	ois0: qcom,ois@0 {
    ois0: qcom,ois0 {
         cell-index = <0>;
         reg = <0x0>;
         compatible = "qcom,ois";
@@ -761,7 +761,7 @@ Example:
         pinctrl-1 = <&cam_shared_clk_suspend &cam_res_mgr_suspend>;
    };

    qcom,cam-sensor@0 {
    qcom,cam-sensor0 {
         cell-index = <0>;
         compatible = "qcom,camera";
         reg = <0x0>;
+2 −1
Original line number Diff line number Diff line
@@ -15,7 +15,8 @@ First Level Node - CSIPHY device
  Value type: <string>
  Definition: Should be "qcom,csiphy-v1.0",
	"qcom,csiphy-v1.1", "qcom,csiphy-v1.2", "qcom,csiphy-v1.2.1",
	"qcom,csiphy-v1.2.2", "qcom,csiphy-v2.0", "qcom,csiphy".
	"qcom,csiphy-v1.2.2", "qcom,csiphy-v1.2.3",
	"qcom,csiphy-v2.0", "qcom,csiphy".

- cell-index: csiphy hardware core index
  Usage: required
+1 −1
Original line number Diff line number Diff line
@@ -434,7 +434,7 @@ First Level Node - CAM EEPROM device

Example:

	eeprom0: qcom,eeprom@0 {
	eeprom0: qcom,eeprom0 {
		cell-index = <0>;
		reg = <0x0>;
		qcom,eeprom-name = "msm_eeprom";
+4 −3
Original line number Diff line number Diff line
@@ -16,8 +16,9 @@ First Level Node - CAM IFE CSID device
  Usage: required
  Value type: <string>
  Definition: Should be "qcom,csid170", "qcom,csid175", "qcom,csid175_200",
              "qcom,csid480", "qcom,csid-lite170", "qcom,csid-lite175",
              "qcom,csid-lite480" or "qcom,csid-custom480".
              "qcom,csid480", "qcom,csid580", "qcom,csid-lite170", "qcom,csid-lite175",
              "qcom,csid-lite480" or "qcom,csid-custom480",
              "qcom,csid-lite580" or "qcom,csid-custom580".

- cell-index
  Usage: required
@@ -89,7 +90,7 @@ Example:

	qcom,csid0@acb3000 {
		cell-index = <0>;
		compatible = "qcom,csid480";
		compatible = "qcom,csid580";
		reg = <0xacb3000 0x1000>;
		reg-names = "csid";
		interrupts = <0 464 0>;
+1 −1
Original line number Diff line number Diff line
@@ -96,7 +96,7 @@ Third Level Node - CAM SMMU memory map device
  Definition: Should specify IOVA granularity for shared memory region.

Example:
	qcom,cam_smmu@0 {
	qcom,cam_smmu {
		compatible = "qcom,msm-cam-smmu";

		msm_cam_smmu_icp {
Loading