Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Konrad Dybcio and committed by
Ulf Hansson
11444fb6 bfd58597

+5
+5
Documentation/devicetree/bindings/power/domain-idle-state.yaml
··· 54 54 (i.e. idle states node with entry-method property is set to "psci") 55 55 must specify this property. 56 56 57 + idle-state-name: 58 + $ref: /schemas/types.yaml#/definitions/string 59 + description: 60 + A string used as a descriptive name for the idle state. 61 + 57 62 required: 58 63 - compatible 59 64 - entry-latency-us