diff options
author | Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> | 2024-11-30 17:39:36 +0100 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2024-12-10 12:16:42 +0100 |
commit | 11444fb6f2ed79f8ccaaf13e281957a2b6bbc360 (patch) | |
tree | a161a6621f174b479e79fec42f7c34049127c1b4 | |
parent | bfd5859709ee72f8a22cb3594eabd275ed030778 (diff) |
dt-bindings: power: domain-idle-state: Allow idle-state-name
Allow specifying a name for idle states, similar to CPU idle states
in cpu/idle-states.yaml
Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Message-ID: <20241130-topic-idle_state_name-v1-1-d0ff67b0c8e9@oss.qualcomm.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
-rw-r--r-- | Documentation/devicetree/bindings/power/domain-idle-state.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/power/domain-idle-state.yaml b/Documentation/devicetree/bindings/power/domain-idle-state.yaml index ec1f6f669e50..4dd4f59bbbec 100644 --- a/Documentation/devicetree/bindings/power/domain-idle-state.yaml +++ b/Documentation/devicetree/bindings/power/domain-idle-state.yaml @@ -54,6 +54,11 @@ patternProperties: (i.e. idle states node with entry-method property is set to "psci") must specify this property. + idle-state-name: + $ref: /schemas/types.yaml#/definitions/string + description: + A string used as a descriptive name for the idle state. + required: - compatible - entry-latency-us |