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=-7.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS autolearn=unavailable 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 10DCBC48BE7 for ; Sat, 22 Jun 2019 09:36:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id CF5DB2089C for ; Sat, 22 Jun 2019 09:36:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1561196204; bh=eXC8Xq9kLci/NGLyBfxyNU889cVJ+lqdS50qW2RhjsA=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=YnD/wNJx2bwU/YuogW62WX5dbzZv6ZYlf7hu0ZQ7GSp9rWL30H/E6jFlGm5HCcLak KUmI8ummeHQWjXu7R+L68Zga/lV56uOw5GRA46c8fyM/B2t/yIGgnvJU8JFEcg5AS7 QFlj/ir/f97JLmn3e59dBPRynHA4MD6IQLbF/lMQ= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726396AbfFVJgn (ORCPT ); Sat, 22 Jun 2019 05:36:43 -0400 Received: from mail.kernel.org ([198.145.29.99]:50862 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726276AbfFVJgn (ORCPT ); Sat, 22 Jun 2019 05:36:43 -0400 Received: from archlinux (cpc149474-cmbg20-2-0-cust94.5-4.cable.virginm.net [82.4.196.95]) (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 A5B922075E; Sat, 22 Jun 2019 09:36:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1561196202; bh=eXC8Xq9kLci/NGLyBfxyNU889cVJ+lqdS50qW2RhjsA=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=nTQtIPcxBLV3ybuRfTtxjC4XTFwE+Gh5YXhMygJKNNLNrDDnXeSN/jK5izqRCx2vr jNJ64iiYnqA5fQgqr1JI8vIUTzByd5MCkAgG4+d1HUviunMy32fSgcgXJPQTxc+N3r zD4Sntl1TNsAd4Nk+HYZTt/wBbugEDDOCfQOr5nI= Date: Sat, 22 Jun 2019 10:36:36 +0100 From: Jonathan Cameron To: Fabrice Gasnier Cc: , , , , , , , , , , , Subject: Re: [PATCH 1/5] dt-bindings: iio: adc: stm32: add missing vdda supply Message-ID: <20190622103636.63148958@archlinux> In-Reply-To: <1560947398-11592-2-git-send-email-fabrice.gasnier@st.com> References: <1560947398-11592-1-git-send-email-fabrice.gasnier@st.com> <1560947398-11592-2-git-send-email-fabrice.gasnier@st.com> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 19 Jun 2019 14:29:54 +0200 Fabrice Gasnier wrote: > Add missing vdda-supply, analog power supply, to STM32 ADC. It's required > to properly supply the ADC. > > Fixes: 841fcea454fe ("Documentation: dt-bindings: Document STM32 ADC DT > bindings") > > Signed-off-by: Fabrice Gasnier Applied to the togreg branch of iio.git and pushed out as testing for the autobuilders to ignore completely. thanks, Jonathan > --- > Documentation/devicetree/bindings/iio/adc/st,stm32-adc.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/iio/adc/st,stm32-adc.txt b/Documentation/devicetree/bindings/iio/adc/st,stm32-adc.txt > index 8346bcb..93a0bd2 100644 > --- a/Documentation/devicetree/bindings/iio/adc/st,stm32-adc.txt > +++ b/Documentation/devicetree/bindings/iio/adc/st,stm32-adc.txt > @@ -38,6 +38,7 @@ Required properties: > It's required on stm32h7. > - clock-names: Must be "adc" and/or "bus" depending on part used. > - interrupt-controller: Identifies the controller node as interrupt-parent > +- vdda-supply: Phandle to the vdda input analog voltage. > - vref-supply: Phandle to the vref input analog reference voltage. > - #interrupt-cells = <1>; > - #address-cells = <1>;