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 A4008258CD7; Sun, 17 May 2026 15:05:14 +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=1779030314; cv=none; b=NuGzSvpNPnCIG4ngs+w3Ch6a9OH7px4uqu5sLN5pu1PNWY/vKDVkOXCaUsj9fhxvRWXJ/92uetNmXHltdpTzpK7ggA+VNCEUWV347PAPiMY7HcBAS1Xi+764HCnBL19x3hB3wihnUZHtPdhcFm4nansUgq3oERy7e1BiHKwPzps= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779030314; c=relaxed/simple; bh=HTf0CYA7N9N3ycOlSsH2RN9JpiCBHmSJID9/ns/WmqU=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Bx2O+lm3E7/0nyGNAp04vvrRXB0dO3pfRmYiJY8HTaDAeyAA52Nlo23lBukIzDabvtiZN/3MhqvA3RMSqOL3Ja7I7EwxyIzGwZGLjTzNMdJrC6YfSqSAubkV2+pj/+21I7EgsQwvhJxlXigVk18v3uAj1VB6qPjp2SMf0exHZW8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=OacEpg0B; 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="OacEpg0B" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 980A7C2BCB0; Sun, 17 May 2026 15:05:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1779030314; bh=HTf0CYA7N9N3ycOlSsH2RN9JpiCBHmSJID9/ns/WmqU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=OacEpg0BHllVT5dCFHETKkOb/zz7Q6gsVg68LmodwakwJs7TUwK+px4dfd2w1SItX SroQwxfa2dxebFsbEq5TJ+CIIfKootwvJE9alpoAqCLALsL/IFibntmjImIo6CCP9v hMhNc4WPIc2JRIvnEXCUpq8tzXLQEO89zHHz4GPzfn02Vy2WD/KGtkONSGloh3TuKG zTh3oKtNfwX62moIN6h5K6pGVWelBPzdZq+/n9ZViXSd32bbfLO71eeE5RMVQpiDN3 nGkQ2RavjezKKqbnCJeZNZfRh96kfFQH5fC75f0aVKPwNl95uHNFBR4qHOR3oJIKut ULi35LN7GpmSA== Date: Sun, 17 May 2026 17:05:10 +0200 From: Uwe =?utf-8?Q?Kleine-K=C3=B6nig?= To: Manish Baing Cc: lee@kernel.org, linusw@kernel.org, robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org, mcoquelin.stm32@gmail.com, alexandre.torgue@foss.st.com, devicetree@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-pwm@vger.kernel.org Subject: Re: [PATCH v3] dt-bindings: mfd: st,stmpe: fix PWM schema and drop legacy binding Message-ID: References: <20260509193928.19030-1-manishbaing2789@gmail.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="mjp4gispirhzowi5" Content-Disposition: inline In-Reply-To: <20260509193928.19030-1-manishbaing2789@gmail.com> --mjp4gispirhzowi5 Content-Type: text/plain; protected-headers=v1; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Subject: Re: [PATCH v3] dt-bindings: mfd: st,stmpe: fix PWM schema and drop legacy binding MIME-Version: 1.0 Hello, On Sat, May 09, 2026 at 07:39:28PM +0000, Manish Baing wrote: > The st,stmpe-pwm binding is already covered by the MFD schema in > Documentation/devicetree/bindings/mfd/st,stmpe.yaml. However, the > PWM subnode was missing a 'required' properties block. This allowed > Device Tree nodes to pass validation even if the 'compatible' > string was omitted. This omission could lead to probe failures > at runtime. >=20 > Fix the schema by adding the missing 'required' block and > remove the obsolete and redundant text binding file. >=20 > Signed-off-by: Manish Baing > --- > Changes in v3: > - Added 'required' properties to the pwm subnode in st,stmpe.yaml > to close a validation gap identified by the Sashiko. > - Updated commit message and description to reflect MFD subsystem changes. >=20 > Changes in v2: > - Droppped the TXT file instead of converting to YAML, as the > functionality is already covered by st,stmpe.yaml. > =20 > .../devicetree/bindings/mfd/st,stmpe.yaml | 4 ++++ > .../devicetree/bindings/pwm/st,stmpe-pwm.txt | 18 ------------------ If the patch was split into two, each touching just one of the files, there would be no need for merge coordination. Also logically it's two patches. Would you mind splitting? Best regards Uwe --mjp4gispirhzowi5 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEP4GsaTp6HlmJrf7Tj4D7WH0S/k4FAmoJ2SQACgkQj4D7WH0S /k7qMgf9F8VgNDKxylmZdIj4jJug5gFq8NLuFrwgb2rwAp26Bz+awUtEStzEzWKd YpjTwUDqoiOqAam42pv06UN8+mKhBH9BVfekX4xbfyJ3WtQVCvea1hPgVXfWv7Ed ADiMCiIY/8grsyCNp5IFeCgnhYBjn7gh4u+aCdhebcKWUnmTSZjcLAsncqe2WhWI PLxxYjvuQyZ32cYE5w0TZ99ak4QNLT4kjaanPA92nxbT7RXSWs2d0OZOPdKAE0i9 s3Bu31dCoJ9u7XgQxtrlZGHxKMhuv6MBZdf+L73abLabw7tMi+nLe2V8p/nOv9AI XTZoWFflGQwfAyG8uEGHOxvzIgCRyw== =LQj8 -----END PGP SIGNATURE----- --mjp4gispirhzowi5--