diff --git a/bindings/remoteproc/qcom,spss.yaml b/bindings/remoteproc/qcom,spss.yaml index c1e97787..1bb41ab3 100644 --- a/bindings/remoteproc/qcom,spss.yaml +++ b/bindings/remoteproc/qcom,spss.yaml @@ -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 = ; + sensors-supply = <&L2J>; + sensors-uV-uA = <1200000 100000>; + clocks = <&rpmhcc RPMH_CXO_CLK>; clock-names = "xo"; qcom,proxy-clock-names = "xo";