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

Commit 9c340f0c authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Documentation: Add support for ife and cdm in DT bindings"

parents 58723a1e 163aa2d3
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -54,7 +54,8 @@ to CDM interface node.
- compatible
  Usage: required
  Value type: <string>
  Definition: Should be "qcom,cam-cdm-intf".
  Definition: Should be "qcom,cam480-cpas-cdm0", "qcom,cam480-cpas-cdm1"
              or "qcom,cam480-cpas-cdm2".

- label
  Usage: required
@@ -127,7 +128,7 @@ to CDM interface node.
Example:
	qcom,cpas-cdm0@ac48000 {
		cell-index = <0>;
		compatible = "qcom,cam170-cpas-cdm0";
		compatible = "qcom,cam480-cpas-cdm0";
		label = "cpas-cdm0";
		reg = <0xac48000 0x1000>;
		reg-names = "cpas-cdm";
+3 −2
Original line number Diff line number Diff line
@@ -49,7 +49,8 @@ about the device register map, interrupt map, clocks, regulators.
- compatible
  Usage: required
  Value type: <string>
  Definition: Should be one of "qcom,fd41", "qcom,fd501".
  Definition: Should be one of "qcom,fd41", "qcom,fd501",
              "qcom,fd600".

- reg-names
  Usage: optional
@@ -122,7 +123,7 @@ about the device register map, interrupt map, clocks, regulators.
Examples:
	cam_fd: qcom,fd@ac5a000 {
		cell-index = <0>;
		compatible = "qcom,fd501";
		compatible = "qcom,fd600";
		reg-names = "fd_core", "fd_wrapper";
		reg = <0xac5a000 0x1000>,
			<0xac5b000 0x400>;
+4 −3
Original line number Diff line number Diff line
@@ -15,8 +15,9 @@ First Level Node - CAM IFE CSID device
- compatible
  Usage: required
  Value type: <string>
  Definition: Should be "qcom,csid170", "qcom,csid175", "qcom,csid-lite170"
              or "qcom,csid-lite175".
  Definition: Should be "qcom,csid170", "qcom,csid175", "qcom,csid480",
              "qcom,csid-lite170", "qcom,csid-lite175"
              or "qcom,csid-lite480".

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

	qcom,csid0@acb3000 {
		cell-index = <0>;
		compatible = "qcom,csid170";
		compatible = "qcom,csid480";
		reg = <0xacb3000 0x1000>;
		reg-names = "csid";
		interrupts = <0 464 0>;
+3 −2
Original line number Diff line number Diff line
@@ -17,7 +17,8 @@ Required properties:
  Usage: required
  Value type: <string>
  Definition: Should specify the compatibility string for matching the
	driver. e.g. "qcom,vfe175", "qcom,vfe170", "qcom,vfe-lite175", "qcom,vfe-lite170".
	driver. e.g. "qcom,vfe480", "qcom,vfe175", "qcom,vfe170",
	"qcom,vfe-lite480", "qcom,vfe-lite175", "qcom,vfe-lite170".

- cell-index
  Usage: required
@@ -99,7 +100,7 @@ Optional properties:
Example:
	qcom,vfe0@acaf000 {
		cell-index = <0>;
		compatible = "qcom,vfe170";
		compatible = "qcom,vfe480";
		reg-names = "ife";
		reg = <0xacaf000 0x4000>;
		interrupts = <0 465 0>;