On Fri, Apr 1, 2022 at 4:36 PM Palmer Dabbelt <palmer@xxxxxxxxxxxx> wrote:
From: Palmer Dabbelt <palmer@xxxxxxxxxxxx>
As per 39bd2b6a3783 ("dt-bindings: Improve phandle-array schemas"), the
phandle-array bindings have been disambiguated. This fixes the new
RISC-V idle-states bindings to comply with the schema.
Fixes: 1bd524f7e8d8 ("dt-bindings: Add common bindings for ARM and RISC-V idle states")
Signed-off-by: Palmer Dabbelt <palmer@xxxxxxxxxxxx>
---
Changes since v2:
* Add the missing schema requirement to riscv/cpus.yaml
Changes since v1:
* Only fix the RISC-V bindings, to avoid a merge conflict.
---
.../devicetree/bindings/cpu/idle-states.yaml | 16 ++++++++--------
.../devicetree/bindings/riscv/cpus.yaml | 2 ++
2 files changed, 10 insertions(+), 8 deletions(-)
Reviewed-by: Rob Herring <robh@xxxxxxxxxx>
Thanks for fixing quickly.