On Thu, 5 Dec 2019 17:13:59 +0100, Pascal Paillet wrote: > Convert the stm32-pwr regulator binding to DT schema format using > json-schema. > > Signed-off-by: Pascal Paillet <p.paillet@xxxxxx> > --- > Changes since v2: > remove /schemas/types.yaml#/definitions/phandle-array for supply > > .../regulator/st,stm32mp1-pwr-reg.txt | 43 ------------- > .../regulator/st,stm32mp1-pwr-reg.yaml | 64 +++++++++++++++++++ > 2 files changed, 64 insertions(+), 43 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/regulator/st,stm32mp1-pwr-reg.txt > create mode 100644 Documentation/devicetree/bindings/regulator/st,stm32mp1-pwr-reg.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>