On Wed, 21 Jul 2021 16:04:00 +0200, Maxime Ripard wrote: > The Silergy SY8106A is a regulator controlled through i2c supported by > Linux with a matching device tree binding. > > Now that we have the DT validation in place, let's convert the device > tree bindings for that driver over to a YAML schema. > > Cc: Icenowy Zheng <icenowy@xxxxxxx> > Cc: Liam Girdwood <lgirdwood@xxxxxxxxx> > Cc: Mark Brown <broonie@xxxxxxxxxx> > Cc: Ondrej Jirman <megous@xxxxxxxxxx> > Signed-off-by: Maxime Ripard <maxime@xxxxxxxxxx> > --- > .../bindings/regulator/silergy,sy8106a.yaml | 52 +++++++++++++++++++ > .../bindings/regulator/sy8106a-regulator.txt | 23 -------- > 2 files changed, 52 insertions(+), 23 deletions(-) > create mode 100644 Documentation/devicetree/bindings/regulator/silergy,sy8106a.yaml > delete mode 100644 Documentation/devicetree/bindings/regulator/sy8106a-regulator.txt > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>