On Thu, 18 Mar 2021 18:35:11 +0530, Anup Patel wrote: > 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@xxxxxxx> > --- > .../bindings/{arm => cpu}/idle-states.yaml | 228 ++++++++++++++++-- > .../devicetree/bindings/riscv/cpus.yaml | 6 + > 2 files changed, 217 insertions(+), 17 deletions(-) > rename Documentation/devicetree/bindings/{arm => cpu}/idle-states.yaml (74%) > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>