On Wed, 02 Sep 2020 16:22:57 +0200, Luca Ceresoli wrote: > Also apply a few smaller improvements: > > - document that the only possible I2C slave address is 0x60 as per the > datasheet and fix the second example accordingly > - The definition of "xxx-in-supply" was generic, thus define in detail the > possible cases for each chip variant > - remove "MFD driver" from the title as it is implementation specific > - replace "PMIC" with "buck converter" in title as it is more informative > > Signed-off-by: Luca Ceresoli <luca@xxxxxxxxxxxxxxxx> > > --- > > Changes in v5: > - describe the "regulators" node too (Rob) > - add 'additionalProperties: false' (Rob) > - simplify supply description > - update commit message > > Changes in v4: > - split in two different bindings (Rob) > - remove "MFD driver" from title as it is implementation specific; also > replace "PMIC" with "buck converter" which is more informative > > Changes in v3: > - fix yaml errors > > Changes in v2: > - this patch replaces patch "regulator: lp87565: dt: remove duplicated > section" in RFC,v1 (Rob Herring) > - use capital letters consistently (Lee Jones) > - replace "regulator" -> "mfd" in subject line (Lee Jones) > - replace "dt:" suffix with "dt-bindings:" prefix in subject line > --- > .../devicetree/bindings/mfd/lp87565.txt | 79 -------------- > .../bindings/mfd/ti,lp87561-q1.yaml | 83 ++++++++++++++ > .../bindings/mfd/ti,lp87565-q1.yaml | 101 ++++++++++++++++++ > 3 files changed, 184 insertions(+), 79 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/mfd/lp87565.txt > create mode 100644 Documentation/devicetree/bindings/mfd/ti,lp87561-q1.yaml > create mode 100644 Documentation/devicetree/bindings/mfd/ti,lp87565-q1.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>