From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 093B83D093B; Wed, 20 May 2026 10:09:56 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779271798; cv=none; b=m6nzLATGKsg4lCDtzHyAKkO61TcXhWsQ9wBbKFWRdy7su48NvcmjbdlxTKx/p+9vFXFrXt6M402z/n5QnxhFSoxq7CHVnM8vFd4O7P/CYl8z8xoOsWNEGsh+y9Y8TzN5SoEAGT2738FegStRCaMNEMPDB7oQ5PfQ2edkRcS5O0I= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779271798; c=relaxed/simple; bh=1ppgeAFDo1cmwkY1CpueAD6t9/svUfEAWa5+bdroJTc=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=doQYpasqoRIjVIzbjXXxKLY6MbPWCf2alk79GTW6vjOIg9WMZ3K0DheMS2+2SkBWvQ1urWxihfTiSWeiynBRwXPPsDQ5gTP+qWtYMP+djMXZU0G6/PEXQKhBfFzC3EQI6BP9GP/1YTzU1xqActdS7eBsjhDvJ6s5271pEumYsnw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Nkf1hj+G; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Nkf1hj+G" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 05D8F1F000E9; Wed, 20 May 2026 10:09:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1779271796; bh=t9eA5JJdzPuY3YBlUchbJdm0CwMkj433FnoppyW6ysA=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=Nkf1hj+G86Z9L7YVCs48ElEEhd3IXiORAD+Gq81TfLl7tsHrYwC4CzpQfO6inaBI3 KZXV7ITkOaFR9SvBQ6Oiw2c8VpSDTJEUIfmX4OB0dpnVzrloXAHPt6fwIrTDnZeNtV CyIOM0UPN3WbDlvspn2a8kOeVL/TAs1DvKQjP32qTZZgBjBsz0OrEqNkyBA5HtBNYG Ouv8E9vq4Y7FbTuFmbXeOja7CGLi5A0n77pq0BUb3yUy/TRHu2TDrNr4x0UoeEHx4f vS1P1JJVlAC9L0zSnJ0JX3IJBIJgx/ZGQHVHRrDcOxTg+Td9v722FyUpTth0leEZUv cY72gnDV2GoAQ== Date: Wed, 20 May 2026 11:09:48 +0100 From: Jonathan Cameron To: Piyush Patle Cc: linux-iio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Andreas Klinger , Andy Shevchenko , Conor Dooley , Krzysztof Kozlowski , Rob Herring Subject: Re: [PATCH v9 02/11] dt-bindings: iio: adc: hx711: add VSUP supply property Message-ID: <20260520110948.167c8e14@jic23-huawei> In-Reply-To: <20260518220228.63322-3-piyushpatle228@gmail.com> References: <20260518220228.63322-1-piyushpatle228@gmail.com> <20260518220228.63322-3-piyushpatle228@gmail.com> X-Mailer: Claws Mail 4.4.0 (GTK 3.24.52; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Tue, 19 May 2026 03:32:18 +0530 Piyush Patle wrote: > Document the optional VSUP supply used by the HX711 on-chip regulator. > > Signed-off-by: Piyush Patle > Reviewed-by: Andy Shevchenko > Acked-by: Conor Dooley See my reply to v8 around dvdd needing (I think) to be in this patch for the hx711 not later in the series. > --- > No change from v8. Already applied to iio.git testing branch. > Documentation/devicetree/bindings/iio/adc/avia-hx711.yaml | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/Documentation/devicetree/bindings/iio/adc/avia-hx711.yaml b/Documentation/devicetree/bindings/iio/adc/avia-hx711.yaml > index 1ea60dff98d5..a8eaa1f18de5 100644 > --- a/Documentation/devicetree/bindings/iio/adc/avia-hx711.yaml > +++ b/Documentation/devicetree/bindings/iio/adc/avia-hx711.yaml > @@ -33,6 +33,10 @@ properties: > description: > Analog supply voltage (AVDD). > > + vsup-supply: > + description: > + Supply voltage for the on-chip regulator (VSUP). > + > clock-frequency: > description: > Controls the SCK bit-bang timing. The value is used to derive the