dt-bindings: remoteproc: qcom,spss: add sensor regulator

Add a property describing the new regulator
added for SPU's sensors.

Change-Id: Iaee84ffdd0e0442b7ac87cb41ce54d999e55762c
Signed-off-by: Nurit Lichtenstein <quic_nuritl@quicinc.com>
This commit is contained in:
Nurit Lichtenstein
2024-05-05 15:16:54 +02:00
parent 639c8091f5
commit 2632f3d43f

View File

@@ -58,6 +58,12 @@ properties:
px-supply: px-supply:
description: Phandle to the PX regulator description: Phandle to the PX regulator
sensors-supply:
description: Phandle to the Sensors regulator
sensors-uV-uA:
description: Voltage and Current levels for Sensors regulator
memory-region: memory-region:
maxItems: 1 maxItems: 1
description: Reference to the reserved-memory for the SPSS description: Reference to the reserved-memory for the SPSS
@@ -74,6 +80,8 @@ required:
- reg-names - reg-names
- interrupts - interrupts
- cx-supply - cx-supply
- sensors-supply
- sensors-uV-uA
- clocks - clocks
- clock-names - clock-names
- memory-region - memory-region
@@ -99,6 +107,9 @@ examples:
cx-supply = <&VDD_CX_LEVEL>; cx-supply = <&VDD_CX_LEVEL>;
cx-uV-uA = <RPMH_REGULATOR_LEVEL_TURBO 100000>; cx-uV-uA = <RPMH_REGULATOR_LEVEL_TURBO 100000>;
sensors-supply = <&L2J>;
sensors-uV-uA = <1200000 100000>;
clocks = <&rpmhcc RPMH_CXO_CLK>; clocks = <&rpmhcc RPMH_CXO_CLK>;
clock-names = "xo"; clock-names = "xo";
qcom,proxy-clock-names = "xo"; qcom,proxy-clock-names = "xo";