On Sat, 30 Sep 2023 22:27:43 +0200, Sebastian Reichel wrote: > Convert the binding to DT schema format. > > The sub-functions of this MFD device do not have their own compatible > string and are thus described directly in the MFD binding document > after being converted to YAML. > > Signed-off-by: Sebastian Reichel <sebastian.reichel@xxxxxxxxxxxxx> > --- > Changes since PATCHv2: > * https://lore.kernel.org/all/20230922233142.1479677-1-sebastian.reichel@xxxxxxxxxxxxx/ > * Add unevaluatedProperties: false to regulators subnode (Krzysztof Kozlowski) > * Use "pmic" for nodename (Krzysztof Kozlowski) > > Changes since PATCHv1: > * https://lore.kernel.org/all/20210413153407.GA1707829@xxxxxxxxxxxxxxxxxx/ > * Update License to GPL OR BSD > * Add missing type references pointed out by Rob > --- > .../leds/backlight/max8925-backlight.txt | 10 -- > .../devicetree/bindings/mfd/max8925.txt | 64 -------- > .../bindings/mfd/maxim,max8925.yaml | 145 ++++++++++++++++++ > .../bindings/power/supply/max8925_battery.txt | 18 --- > 4 files changed, 145 insertions(+), 92 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/leds/backlight/max8925-backlight.txt > delete mode 100644 Documentation/devicetree/bindings/mfd/max8925.txt > create mode 100644 Documentation/devicetree/bindings/mfd/maxim,max8925.yaml > delete mode 100644 Documentation/devicetree/bindings/power/supply/max8925_battery.txt > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>