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

This commit is contained in:
qctecmdr
2024-05-12 06:18:53 -07:00
committed by Gerrit - the friendly Code Review server

View File

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