From 2632f3d43f4031027e577fbc5b164a516a038eae Mon Sep 17 00:00:00 2001 From: Nurit Lichtenstein Date: Sun, 5 May 2024 15:16:54 +0200 Subject: [PATCH] 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 --- bindings/remoteproc/qcom,spss.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) 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";