On Mon, 03 Aug 2020 14:44:36 +0800, Jisheng Zhang wrote: > Convert the sy8824x binding to DT schema format using json-schema. > > Signed-off-by: Jisheng Zhang <Jisheng.Zhang@xxxxxxxxxxxxx> > --- > Since v2: > - add $ref to regulator.yaml > - add unevaluatedProperties > > Since v1: > - It seems there's something wrong with my last email, so send out a v2 with > another email account > > .../bindings/regulator/silergy,sy8824x.yaml | 45 +++++++++++++++++++ > .../devicetree/bindings/regulator/sy8824x.txt | 24 ---------- > 2 files changed, 45 insertions(+), 24 deletions(-) > create mode 100644 Documentation/devicetree/bindings/regulator/silergy,sy8824x.yaml > delete mode 100644 Documentation/devicetree/bindings/regulator/sy8824x.txt > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>