On Tue, Jan 17, 2023 at 05:13:39PM +0100, Mario Kicherer wrote: > This patch adds dt-bindings for the NXP MC34VR500 PMIC. As with the other patches, use imperative mood. Guenter > > Signed-off-by: Mario Kicherer <dev@xxxxxxxxxxxx> > --- > .../bindings/hwmon/nxp,mc34vr500.yaml | 36 +++++++++++++++++++ > 1 file changed, 36 insertions(+) > create mode 100644 Documentation/devicetree/bindings/hwmon/nxp,mc34vr500.yaml > > diff --git a/Documentation/devicetree/bindings/hwmon/nxp,mc34vr500.yaml b/Documentation/devicetree/bindings/hwmon/nxp,mc34vr500.yaml > new file mode 100644 > index 000000000000..dfbd6125e84a > --- /dev/null > +++ b/Documentation/devicetree/bindings/hwmon/nxp,mc34vr500.yaml > @@ -0,0 +1,36 @@ > +# SPDX-License-Identifier: GPL-2.0-only or BSD-2-Clause > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/hwmon/mc34vr500.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: NXP MC34VR500 hwmon sensor > + > +maintainers: > + - Mario Kicherer <dev@xxxxxxxxxxxx> > + > +properties: > + compatible: > + enum: > + - nxp,mc34vr500 > + > + reg: > + maxItems: 1 > + > +required: > + - compatible > + - reg > + > +additionalProperties: false > + > +examples: > + - | > + i2c { > + #address-cells = <1>; > + #size-cells = <0>; > + > + mc34vr500@8 { > + compatible = "nxp,mc34vr500"; > + reg = <0x08>; > + }; > + }; > -- > 2.34.1 >