On Wed, 25 Oct 2023 12:02:34 +0200, Geert Uytterhoeven wrote: > Convert the Austria MicroSystems AS3711 Quad Buck High Current PMIC with > Charger Device Tree binding documentation to json-schema. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> > --- > v2: > - Consistently use "DC/DC" and "step-up", > - Move {additional,unevaluated}Properties in subnodes up to improve > readability, > - Split dependencies in dependent{Required,Schemas} to fix multiple > dependencies, > - s/oneof/oneOf/ (flagged by dt-schema as of commit 411c305105dd1273 > ("meta-schemas: Check sub-schemas of "dependencies" and > "dependentSchemas"")), > - Use pmic recommended node name. > --- > .../devicetree/bindings/mfd/ams,as3711.yaml | 223 ++++++++++++++++++ > .../devicetree/bindings/mfd/as3711.txt | 73 ------ > 2 files changed, 223 insertions(+), 73 deletions(-) > create mode 100644 Documentation/devicetree/bindings/mfd/ams,as3711.yaml > delete mode 100644 Documentation/devicetree/bindings/mfd/as3711.txt > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>