dt-bindings: Update rpmh devicetree bindings

Document tcs-distance property needed in devicetree for RSC devices.
This is an optional property which defines the distance between each
TCS for a DRV.

Change-Id: I8c01632597f40ff6856242b888610e61f7b3f15f
Signed-off-by: Rashid Zafar <quic_rzafar@quicinc.com>
This commit is contained in:
Rashid Zafar
2023-11-01 10:41:12 -07:00
parent d5963677a9
commit 64241d5d55

View File

@@ -87,6 +87,11 @@ properties:
description: description:
The offset of the TCS blocks. The offset of the TCS blocks.
qcom,tcs-distance:
$ref: /schemas/types.yaml#/definitions/uint32
description:
The distance between each TCS for a DRV.
reg: reg:
minItems: 1 minItems: 1
maxItems: 4 maxItems: 4
@@ -149,6 +154,7 @@ examples:
<GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>; <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>;
label = "apps_rsc"; label = "apps_rsc";
qcom,tcs-offset = <0xd00>; qcom,tcs-offset = <0xd00>;
qcom,tcs-distance= <0x150>;
qcom,drv-id = <2>; qcom,drv-id = <2>;
qcom,tcs-config = <ACTIVE_TCS 2>, qcom,tcs-config = <ACTIVE_TCS 2>,
<SLEEP_TCS 3>, <SLEEP_TCS 3>,
@@ -173,6 +179,7 @@ examples:
interrupts = <GIC_SPI 129 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 129 IRQ_TYPE_LEVEL_HIGH>;
label = "disp_rsc"; label = "disp_rsc";
qcom,tcs-offset = <0x1c00>; qcom,tcs-offset = <0x1c00>;
qcom,tcs-distance= <0x150>;
qcom,drv-id = <0>; qcom,drv-id = <0>;
qcom,tcs-config = <ACTIVE_TCS 0>, qcom,tcs-config = <ACTIVE_TCS 0>,
<SLEEP_TCS 1>, <SLEEP_TCS 1>,