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 8DC18394797; Tue, 30 Jun 2026 07:26:26 +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=1782804387; cv=none; b=jNSCZqLS1G9DkCkUXZxQNLI6CGrO865bNjWINPov4TD9S2pu90pNrVpatCnzfGwadrVGVj4/VqZ1eoK8ozWkKnCl26Nk2NA/hjd2RpHn5injyvKLxUtOYdo/yHaZZ4dJe0PE7+sw1VP5DcjbDNhmrlkqfmSsu/QFG8dO+XExyLM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782804387; c=relaxed/simple; bh=4Qykl1DAzexPzA14pjSagYez6F0f/KCIu6wyOZjFuwk=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=DDoadUXvZ+CisBX4lYHWkTPNv3LSGDh4w/GXlmi6PEZUzQKQ0OAJlMr8m1cq482L+FDgnIy2OEjv28E3krOwa1Waa+CwgXbKoWJ81kL1A6wkgnCfZy2EO7F3qq2mMx9w7PcEiCB9MGaJ7gprhAbrFZ1hUrL4ci/sF7rk13LkD5A= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=kIkLS++d; 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="kIkLS++d" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0DD771F000E9; Tue, 30 Jun 2026 07:26:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1782804386; bh=jxaNAkivZ1AVZW+PKQW8rZahuz3xPS1ieWwF7Eg9Yek=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=kIkLS++dnq5uONRuP5/hadR6FUC1ngfBC9zPyoJapY2xWLccOuHhezeJD44qUjLs3 VuIfvHz8gvaSL+gGqCyeYw8Rl6uD8+N+LouAYfrV+M2e92mYSeWYOq1zFBSZLX1ALi m3wjqXbkkcjUXyRUa26U+/LZHq6fER0UKfKSl3ptBMhEmhfqLuNULlPEKIcwuTTc5J lycOJTEvTe2Ek2fMSb+HR1sk78YjpNnuMC/YbRsKo6bcV3dOjtodTumq0HbaRxEBCx PKqDqx2dVhvPyUhk9Kx8ZOmObd0qlunMSrMahjdFP7FtvqxPxYPpqGi2SDtDUZOgL6 0fw9yTjPwU+iQ== Date: Tue, 30 Jun 2026 09:26:21 +0200 From: Krzysztof Kozlowski To: Alexis Czezar Torreno Cc: Guenter Roeck , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Jonathan Corbet , Shuah Khan , linux-hwmon@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org Subject: Re: [PATCH 1/6] dt-bindings: hwmon: (pmbus/max20830): add enable-gpios property Message-ID: <20260630-cuddly-quiet-jackdaw-b7ab3d@quoll> References: <20260630-dev-max20830c-v1-0-a02786bde470@analog.com> <20260630-dev-max20830c-v1-1-a02786bde470@analog.com> Precedence: bulk X-Mailing-List: linux-doc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20260630-dev-max20830c-v1-1-a02786bde470@analog.com> On Tue, Jun 30, 2026 at 10:46:43AM +0800, Alexis Czezar Torreno wrote: > Adding a missing entry for the MAX20830 EN (enable) pin. ... because? Device has it? Was missing? > > Signed-off-by: Alexis Czezar Torreno > --- > Documentation/devicetree/bindings/hwmon/pmbus/adi,max20830.yaml | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/Documentation/devicetree/bindings/hwmon/pmbus/adi,max20830.yaml b/Documentation/devicetree/bindings/hwmon/pmbus/adi,max20830.yaml > index 1625dd59417f1b3ca689a9c86ca266da913d1217..ab8f6324866f29de8c66c3c63300845b2e02207e 100644 > --- a/Documentation/devicetree/bindings/hwmon/pmbus/adi,max20830.yaml > +++ b/Documentation/devicetree/bindings/hwmon/pmbus/adi,max20830.yaml > @@ -39,6 +39,11 @@ properties: > description: > Optional 2.5V to 5.5V LDO input supply. > > + enable-gpios: > + description: > + GPIO connected to the EN (enable) pin. > + maxItems: 1 Make also the example complete. Best regards, Krzysztof