diff options
author | Anup Patel <anup.patel@wdc.com> | 2022-02-10 08:49:46 +0300 |
---|---|---|
committer | Palmer Dabbelt <palmer@rivosinc.com> | 2022-03-10 20:29:56 +0300 |
commit | 1bd524f7e8d8f194cd94bc4535df91391d0f1dc8 (patch) | |
tree | 6483ac61aa7a3bc119bdbe5dfdc810ee01172cca /Documentation/devicetree/bindings/arm/msm | |
parent | 6abf32f1d9c5009dcccded2c1e7ca899a4ab587b (diff) | |
download | linux-1bd524f7e8d8f194cd94bc4535df91391d0f1dc8.tar.xz |
dt-bindings: Add common bindings for ARM and RISC-V idle states
The RISC-V CPU idle states will be described in under the
/cpus/idle-states DT node in the same way as ARM CPU idle
states.
This patch adds common bindings documentation for both ARM
and RISC-V idle states.
Signed-off-by: Anup Patel <anup.patel@wdc.com>
Signed-off-by: Anup Patel <apatel@ventanamicro.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Reviewed-by: Guo Ren <guoren@kernel.org>
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
Diffstat (limited to 'Documentation/devicetree/bindings/arm/msm')
-rw-r--r-- | Documentation/devicetree/bindings/arm/msm/qcom,idle-state.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/arm/msm/qcom,idle-state.txt b/Documentation/devicetree/bindings/arm/msm/qcom,idle-state.txt index 6ce0b212ec6d..606b4b1b709d 100644 --- a/Documentation/devicetree/bindings/arm/msm/qcom,idle-state.txt +++ b/Documentation/devicetree/bindings/arm/msm/qcom,idle-state.txt @@ -81,4 +81,4 @@ Example: }; }; -[1]. Documentation/devicetree/bindings/arm/idle-states.yaml +[1]. Documentation/devicetree/bindings/cpu/idle-states.yaml |