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

Commit f1642f0a authored by kartanan's avatar kartanan
Browse files

dt-bindings: camera: Add custom HW/csid bindings for KONA

The change adds device tree bindings for custom HW for KONA.

CRs-Fixed: 2515662
Change-Id: I3ee315c238275e5e4775c5a46a57636877ec44d7
parent fd49a1b8
Loading
Loading
Loading
Loading
+28 −0
Original line number Diff line number Diff line
* Qualcomm Technologies, Inc. MSM Camera Custom HW

Camera Custom device provides the definitions for enabling
the custom hardware. It also provides the functions for the client
to control the Custom hardware.

=======================
Required Node Structure
=======================
The Custom device is described in one level of the device node.

======================================
First Level Node - CAM Custom device
======================================
Required properties:
- compatible
  Usage: required
  Value type: <string>
  Definition: Should specify the compatibility string for matching the
	driver. e.g. "qcom,cam_custom_hw_sub_mod".

Example:

	qcom,cam-custom-hw {
		compatible = "qcom,cam_custom_hw_sub_mod";
		arch-compat = "custom";
		status = "ok";
	};
+31 −0
Original line number Diff line number Diff line
* Qualcomm Technologies, Inc. MSM Camera Custom

The MSM camera Custom driver provides the definitions for enabling
the Camera custom hadware. It provides the functions for the Client to
control the custom hardware.

=======================
Required Node Structure
=======================
The camera Custom device is described in one level of device node.

==================================
First Level Node - CAM CUSTOM device
==================================
- compatible
  Usage: required
  Value type: <string>
  Definition: Should be "qcom,cam-custom".

- arch-compat
  Usage: required
  Value type: <string>
  Definition: Should be "custom".

Example:

	qcom,cam-custom {
		compatible = "qcom,cam-custom";
		arch-compat = "custom";
		status = "ok";
	};
+2 −2
Original line number Diff line number Diff line
@@ -16,8 +16,8 @@ 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"
              or "qcom,csid-lite480".
              "qcom,csid480", "qcom,csid-lite170", "qcom,csid-lite175",
              "qcom,csid-lite480" or "qcom,csid-custom480".

- cell-index
  Usage: required