On Thu, 07 Apr 2022 17:43:32 +0200, Philipp Zabel wrote: > Convert the device tree bindings for the AXS10x reset controller to YAML > schema to allow participating in DT validation. > > Signed-off-by: Philipp Zabel <p.zabel@xxxxxxxxxxxxxx> > Cc: Eugeniy Paltsev <Eugeniy.Paltsev@xxxxxxxxxxxx> > --- > .../bindings/reset/snps,axs10x-reset.txt | 33 ------------- > .../bindings/reset/snps,axs10x-reset.yaml | 48 +++++++++++++++++++ > 2 files changed, 48 insertions(+), 33 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/reset/snps,axs10x-reset.txt > create mode 100644 Documentation/devicetree/bindings/reset/snps,axs10x-reset.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>