From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-15.5 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_2 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id AA0A3C433E0 for ; Sat, 9 Jan 2021 19:27:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 626F823A5B for ; Sat, 9 Jan 2021 19:27:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726005AbhAIT07 (ORCPT ); Sat, 9 Jan 2021 14:26:59 -0500 Received: from mail.kernel.org ([198.145.29.99]:50288 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725978AbhAIT07 (ORCPT ); Sat, 9 Jan 2021 14:26:59 -0500 Received: from archlinux (cpc108967-cmbg20-2-0-cust86.5-4.cable.virginm.net [81.101.6.87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id D9CFF23A31; Sat, 9 Jan 2021 19:26:16 +0000 (UTC) Date: Sat, 9 Jan 2021 19:26:13 +0000 From: Jonathan Cameron To: Stephan Gerhold Cc: Lars-Peter Clausen , Peter Meerwald-Stadler , Rob Herring , linux-iio@vger.kernel.org, devicetree@vger.kernel.org, Linus Walleij , Rob Herring Subject: Re: [PATCH v2 1/2] dt-bindings: iio: magnetometer: bmc150: Document regulator supplies Message-ID: <20210109192613.602ffe88@archlinux> In-Reply-To: <20210109152327.512538-1-stephan@gerhold.net> References: <20210109152327.512538-1-stephan@gerhold.net> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Sat, 9 Jan 2021 16:23:26 +0100 Stephan Gerhold 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 > Reviewed-by: Rob Herring > Signed-off-by: Stephan Gerhold 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 >