On Fri, 22 Nov 2019 11:45:36 +0100, Benjamin Gaignard wrote: > Convert the STM32 regulator vrefbuf binding to DT schema format using json-schema > > Signed-off-by: Benjamin Gaignard <benjamin.gaignard@xxxxxx> > CC: Fabrice Gasnier <fabrice.gasnier@xxxxxx> > --- > .../bindings/regulator/st,stm32-vrefbuf.txt | 20 --------- > .../bindings/regulator/st,stm32-vrefbuf.yaml | 52 ++++++++++++++++++++++ > 2 files changed, 52 insertions(+), 20 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/regulator/st,stm32-vrefbuf.txt > create mode 100644 Documentation/devicetree/bindings/regulator/st,stm32-vrefbuf.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>