On Thu, 23 Jan 2020 22:53:38 +0100, Saravanan Sekar wrote: > Add device tree binding information for mpq7920 regulator driver. > Example bindings for mpq7920 are added. > > Signed-off-by: Saravanan Sekar <sravanhome@xxxxxxxxx> > --- > > Notes: > Changes on v9 : > - fixed error reported by dt_binding_check > "pmic@69: regulators:mps,switch-freq: missing size tag in [[1]]" > > Changes on v8 : > - fixed error reported by dt_binding_check > > Changes on v7 : > - added regualtors child-node under patternProperties, added required > - mps,buck-ovp-disable is not common property, regulator subsystem provides > only over current protection support. > > .../bindings/regulator/mps,mpq7920.yaml | 121 ++++++++++++++++++ > 1 file changed, 121 insertions(+) > create mode 100644 Documentation/devicetree/bindings/regulator/mps,mpq7920.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>