From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 975952DC334; Fri, 6 Mar 2026 00:50:59 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772758259; cv=none; b=ZNXyAS5Q2Q6ncOkWCztU90Ud2ilG2E5oMQdFsDMh9zjrXISsG/1AvpQJIGVmWiYMdTk1G1YJe2JKygRv/0sgpfbJBIJ3RBNfYxkL6/u11X4QYGqWytr4LPwCzzHxXA1dEcvWCajv7acqBLFer1TXMjuM3t0/8oKh3+DXGUlsmo0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772758259; c=relaxed/simple; bh=rqLpQNdsN3bFAosqutwLfQ4hCid22S/GwXAsl9MyJZM=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=jea0qfDnToc9J76JmSTXlR5KEuHXvSxOlwiPAr87apujv4OBPcrXuIgk3ugDieYZMnPsRbPDVaI4E245LZecHL7RkR8rRaPNasBR/UI5H8WWwf8CcD4kXdEpo+J1zWBKgW3sGIQpkFTJfQOADq0HouO0/pOZLu7l+RgLn8rbCog= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=uY0qC/VE; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="uY0qC/VE" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 12201C116C6; Fri, 6 Mar 2026 00:50:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772758259; bh=rqLpQNdsN3bFAosqutwLfQ4hCid22S/GwXAsl9MyJZM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=uY0qC/VEaN2Yqj1KTuKX/T0rVcCP9sTMbZJLJcUIIJszbR0nY3u6B1L3MwV12ChyX WkL1GK89L321Qcg0iCrR6sm7KnFtj4Xg89RZdSHcawcPti/JfT54MAPjjXtU/IzgXN 8m4vR/khFxXs+3ooRBtTS3STo+s4VyaJE5/Rii25vLOOPgc3zwTsYJLGlYMyny8XmA chvmRzjueyfwpsuwXekgT5+T1FX4LAaz4W+SdYFr1ENULxcUR9rOONHWWQGYeQKYVI PsbtdKYo8ceI9e6hBaOTt9jTKWBSLCwP5EHxrEVl0Injyq1Ywcp6SiQoYIgo0tO2Ne oI8x+badEIpcw== Date: Thu, 5 Mar 2026 18:50:57 -0600 From: Rob Herring To: Kaustabh Chakraborty Cc: Krzysztof Kozlowski , Lee Jones , Pavel Machek , Krzysztof Kozlowski , Conor Dooley , MyungJoo Ham , Chanwoo Choi , Sebastian Reichel , =?iso-8859-1?Q?Andr=E9?= Draszik , Alexandre Belloni , Jonathan Corbet , Shuah Khan , Nam Tran , linux-leds@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, linux-samsung-soc@vger.kernel.org, linux-rtc@vger.kernel.org, linux-doc@vger.kernel.org Subject: Re: [PATCH v3 04/13] dt-bindings: power: supply: document Samsung S2M series PMIC charger device Message-ID: <20260306005057.GA877725-robh@kernel.org> References: <20260225-s2mu005-pmic-v3-0-b4afee947603@disroot.org> <20260225-s2mu005-pmic-v3-4-b4afee947603@disroot.org> <20260225-secret-amusing-cuttlefish-d3bee5@quoll> 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-Disposition: inline In-Reply-To: On Fri, Feb 27, 2026 at 07:56:58PM +0530, Kaustabh Chakraborty wrote: > On 2026-02-25 11:44 +01:00, Krzysztof Kozlowski wrote: > > On Wed, Feb 25, 2026 at 12:45:06AM +0530, Kaustabh Chakraborty wrote: > >> + > >> + This is a part of device tree bindings for S2M and S5M family of Power > >> + Management IC (PMIC). > >> + > >> + See also Documentation/devicetree/bindings/mfd/samsung,s2mps11.yaml for > >> + additional information and example. > >> + > >> +allOf: > >> + - $ref: power-supply.yaml# > >> + > >> +properties: > >> + compatible: > >> + enum: > >> + - samsung,s2mu005-charger > > > > Review from v1 still applies. I think you ignored several reviews, so I > > will mark entire patchset as changes requested. > > Somehow I missed this one... anyways I address them here: > > Why do you need a dedicated child node for this? It's got one property, > other than the compatible, that you're using. It could easily just go > in the parent without a dedicated node etc. > > The dt node also references a simple-battery node, that's why it's > required. That can go in the parent. Rob