dt-bindings: soc: qcom: Add documentation for crm-v2

Add documentation for crm-v2 device.

Change-Id: If2855bb1cf13843fe098f349b2fa5d3907f81927
Signed-off-by: Rashid Zafar <quic_rzafar@quicinc.com>
This commit is contained in:
Rashid Zafar
2023-10-31 00:04:06 -07:00
parent c15c13a04e
commit 4421ee38ec

View File

@@ -19,22 +19,31 @@ properties:
- items: - items:
- const: cam_crm - const: cam_crm
- const: pcie_crm - const: pcie_crm
- const: disp_crm
- description: Specifies the name of the CRM. - description: Specifies the name of the CRM.
compatible: compatible:
enum: enum:
- qcom,cam-crm - qcom,cam-crm
- qcom,pcie-crm - qcom,pcie-crm
- qcom,cam-crm-v2
- qcom,pcie-crm-v2
- qcom,disp-crm-v2
reg: reg:
maxItems: 1 maxItems: 4
items: items:
- description: Should specify the base address for the CRM device. - description:
Should specify the addresses for the CRM device which includes
the base, common, crm_c and crm_b address.
reg-names: reg-names:
maxItems: 1 maxItems: 4
items: items:
- const: base - const: base
- const: common
- const: crm_b
- const: crm_c
interrupts: interrupts:
maxItems: 1 maxItems: 1
@@ -47,6 +56,7 @@ properties:
- items: - items:
- const: cam_crm - const: cam_crm
- const: pcie_crm - const: pcie_crm
- const: disp_crm
qcom,hw-drv-ids: qcom,hw-drv-ids:
description: List of HW DRV IDs. description: List of HW DRV IDs.