Merge "dt-bindings: camera: Update the binding document" into camera-kernel.lnx.5.0

This commit is contained in:
Savita Patted
2021-11-05 19:01:43 -07:00
committed by Gerrit - the friendly Code Review server
3 changed files with 27 additions and 12 deletions

View File

@@ -43,6 +43,11 @@ First Level Node - CAM IFE CSID device
Value type: <u32>
Definition: List of bases.
- rt-wrapper-base
Usage: required
Value type: u32
Definition: Titan offset of start of the RT Wrapper.
- interrupt-names
Usage: Required
Value type: <string>
@@ -104,11 +109,11 @@ Example:
cam_csid0: qcom,csid0@acb7000 {
cell-index = <0>;
compatible = "qcom,csid680";
reg-names = "csid", "csid_top", "rt_wrapper";
reg-names = "csid", "csid_top";
reg = <0xacb7000 0xd00>,
<0xacb6000 0x1000>,
<0xac62000 0x64000>;
reg-cam-base = <0xb7000 0xb6000 0x62000>;
<0xacb6000 0x1000>;
reg-cam-base = <0xb7000 0xb6000>;
rt-wrapper-base = <0x62000>;
interrupt-names = "csid";
interrupts = <GIC_SPI 464 IRQ_TYPE_EDGE_RISING>;
regulator-names = "camss";

View File

@@ -40,6 +40,11 @@ Required properties:
Value type: <u32>
Definition: List of bases.
- rt-wrapper-base
Usage: required
Value type: u32
Definition: Titan offset of start of the RT Wrapper.
- interrupt-names
Usage: Required
Value type: <string>
@@ -100,10 +105,10 @@ Example:
cam_sfe0: qcom,sfe0@ac9e000 {
cell-index = <0>;
compatible = "qcom,sfe680";
reg-names = "sfe0", "rt_wrapper";
reg = <0xac9e000 0x8000>,
<0xac62000 0x64000>;
reg-cam-base = <0x9e000 0x62000>;
reg-names = "sfe0";
reg = <0xac9e000 0x8000>;
reg-cam-base = <0x9e000>;
rt-wrapper-base = <0x62000>;
interrupt-names = "sfe";
interrupts = <GIC_SPI 462 IRQ_TYPE_EDGE_RISING>;
regulator-names = "camss", "sfe0";

View File

@@ -44,6 +44,11 @@ Required properties:
Value type: <u32>
Definition: List of bases.
- rt-wrapper-base
Usage: required
Value type: u32
Definition: Titan offset of start of the RT Wrapper.
- interrupt-names
Usage: Required
Value type: <string>
@@ -131,11 +136,11 @@ Example:
cam_vfe0: qcom,ife0@ac62000 {
cell-index = <0>;
compatible = "qcom,vfe680";
reg-names = "ife", "cam_camnoc", "rt_wrapper";
reg-names = "ife", "cam_camnoc";
reg = <0xac62000 0xF000>,
<0xac19000 0x9000>,
<0xac62000 0x64000>;
reg-cam-base = <0x62000 0x19000 0x62000>;
<0xac19000 0x9000>;
reg-cam-base = <0x62000 0x19000>;
rt-wrapper-base = <0x62000>;
interrupt-names = "ife";
interrupts = <GIC_SPI 465 IRQ_TYPE_EDGE_RISING>;
regulator-names = "camss", "ife0";