Message ID | 20210109152327.512538-1-stephan@gerhold.net (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v2,1/2] dt-bindings: iio: magnetometer: bmc150: Document regulator supplies | expand |
On Sat, 9 Jan 2021 16:23:26 +0100 Stephan Gerhold <stephan@gerhold.net> wrote: > BMC150 needs VDD and VDDIO regulators that might need to be explicitly > enabled. Document support for vdd/vddio-supply to implement this. > > Reviewed-by: Linus Walleij <linus.walleij@linaro.org> > Reviewed-by: Rob Herring <robh@kernel.org> > Signed-off-by: Stephan Gerhold <stephan@gerhold.net> Thanks for the quick resend! Series applied to the togreg branch of iio.git and pushed out as testing for the autobuilders to poke at it and see if they can find anything we missed. Jonathan > --- > Changes in v2: Picked up Reviewed-by:, split patch series from bmg160 > --- > .../bindings/iio/magnetometer/bosch,bmc150_magn.yaml | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/Documentation/devicetree/bindings/iio/magnetometer/bosch,bmc150_magn.yaml b/Documentation/devicetree/bindings/iio/magnetometer/bosch,bmc150_magn.yaml > index cdef7aeba708..2867ab6bf9b0 100644 > --- a/Documentation/devicetree/bindings/iio/magnetometer/bosch,bmc150_magn.yaml > +++ b/Documentation/devicetree/bindings/iio/magnetometer/bosch,bmc150_magn.yaml > @@ -30,6 +30,9 @@ properties: > reg: > maxItems: 1 > > + vdd-supply: true > + vddio-supply: true > + > interrupts: > maxItems: 1 >
diff --git a/Documentation/devicetree/bindings/iio/magnetometer/bosch,bmc150_magn.yaml b/Documentation/devicetree/bindings/iio/magnetometer/bosch,bmc150_magn.yaml index cdef7aeba708..2867ab6bf9b0 100644 --- a/Documentation/devicetree/bindings/iio/magnetometer/bosch,bmc150_magn.yaml +++ b/Documentation/devicetree/bindings/iio/magnetometer/bosch,bmc150_magn.yaml @@ -30,6 +30,9 @@ properties: reg: maxItems: 1 + vdd-supply: true + vddio-supply: true + interrupts: maxItems: 1