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 29024183CC3; Tue, 2 Jun 2026 19:46:06 +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=1780429569; cv=none; b=UnJ9Kzyi8FvomiaF6y7jVgzGxZcSr67lVWzH1FwTd5Rn9XPU7YU0mnWXZJdQlm+9PU0jM5m94qaSW1wdHOo5M+TZ0xT5KqRaD/vL8wygS+vKFWVng/Md5uC30kPZx3VPaBWcPaR5chPB5z3IA400bg2ha/R925U1SwZl1ji4C+I= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780429569; c=relaxed/simple; bh=z3qmunTjQCTFibnWGcF0LuJ4zhe83D3cuLD+x/yWAlw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=NAsda8coTFgla9T0liUMD7lQdE9KtFSQKqElJOugdoT8homgu2j4fHd/H0JVMiIqcaywwjQkQwcfKD7hWv1CHZa0pIlSTeHOwrcJyyv1jE3g7kDfrK20Vkxx2IRRc3g33rYMJgobgJ6Zy6TfB3Yi2snLCiJPkd4oGV4amoScntk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=ftskL0vw; 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="ftskL0vw" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9415A1F00893; Tue, 2 Jun 2026 19:46:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1780429566; bh=FK+MzLh50k4KgIQIJX2KAuivt6XGuoiQBPlt2hCLlsw=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=ftskL0vwH9XUbViZ3GXIeCx3ef2akjJZ/roPPniGDZUzamobfFZmVCE/e65438GjC LsYfUf5sJSl+D+LD4ICxhjim03UQ5NKIHgZzeQlxyebeP1vHc7860uz+r7Z1Toy0rN IqGKOX1BfjIDkArZOmYbS75KyXcQSFaZFHxqkmxuiZ8XoWZcUn5CCbE7z1VjmKZYqV +K50W9uJaA1sW3viTYurNanm+1iSbzxVMY/uUgG2Z4aJdBsu7gAnYjp/Ox5SBe1fGO Ro6eq6xwr3o7xOapAqvsfnLMYY+cFTRma/FPPbA7FA0ADa5BF+f0ewS8sqvdSRBxHu KTt0toQdM85iQ== Date: Tue, 2 Jun 2026 14:46:06 -0500 From: Rob Herring To: Kaustabh Chakraborty Cc: Lee Jones , Pavel Machek , Krzysztof Kozlowski , Conor Dooley , MyungJoo Ham , Chanwoo Choi , Sebastian Reichel , Krzysztof Kozlowski , =?iso-8859-1?Q?Andr=E9?= Draszik , Alexandre Belloni , Jonathan Corbet , Shuah Khan , Nam Tran , =?utf-8?B?xYF1a2FzeiBMZWJpZWR6acWEc2tp?= , Yassine Oudjana , 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, Conor Dooley , Krzysztof Kozlowski Subject: Re: [PATCH v7 02/10] dt-bindings: extcon: document Samsung S2M series PMIC extcon device Message-ID: <20260602194606.GA1043828-robh@kernel.org> References: <20260516-s2mu005-pmic-v7-0-73f9702fb461@disroot.org> <20260516-s2mu005-pmic-v7-2-73f9702fb461@disroot.org> 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=us-ascii Content-Disposition: inline In-Reply-To: <20260516-s2mu005-pmic-v7-2-73f9702fb461@disroot.org> On Sat, May 16, 2026 at 03:08:34AM +0530, Kaustabh Chakraborty wrote: > Certain Samsung S2M series PMICs have a MUIC device which reports > various cable states by measuring the ID-GND resistance with an internal > ADC. Document the devicetree schema for this device. > > Acked-by: Conor Dooley > Reviewed-by: Krzysztof Kozlowski > Signed-off-by: Kaustabh Chakraborty > --- > .../bindings/extcon/samsung,s2mu005-muic.yaml | 40 ++++++++++++++++++++++ > 1 file changed, 40 insertions(+) As the rest of the series was applied without this, I've applied it to fix errors in dt_binding_check. Rob