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 DE7D13FD154; Thu, 12 Mar 2026 17:54:19 +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=1773338059; cv=none; b=OVSXX450ebEtEMNky1c1NVW5RbmtonxAn7OSdnw66Qr8c6d9ayTiHetsQin31CLOg5RyvCBgrr4v5asV0cD2ppsYdv4vzLwBSuiszHS1Rrob2bGr/C+KRFJkrXO2YEjomNsI/IERvKt9+LtYaaCOhl6m1ooDaZ2BBDgq8an5R6U= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773338059; c=relaxed/simple; bh=iHA+mfGwcVcD2Rn+abYlORqPhdvUyx65/E0KTynstd8=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=fc5S9g8D0fqvCsEkxbJoLs2EBBauJt+8tzFa2thGBQEWmSGV+sDB3aD5StVTW4ozOxvFnncV38A80oJu52VetbhlbpLVgrecESR+EYpeq1iwWk3AcK+8G3pLfa5Dc8gMB6VG7/o8nw3/e/YxTwcOh3gqze3Cgj5/soKBVCqrTq8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=rOEVFbXi; 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="rOEVFbXi" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C1AD6C4CEF7; Thu, 12 Mar 2026 17:54:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1773338059; bh=iHA+mfGwcVcD2Rn+abYlORqPhdvUyx65/E0KTynstd8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=rOEVFbXiY/K5m0CDM5tKQKPBkcX7HpGKp8xiiCbSemrsuGJV1RTQ9NGfgKVDhEb9b Jeb6B7I2Udw3jyhNtSrQ97wkJhXwWkOoyil9kyEuV5yhROOk08rtbsqIOe19Ab/mDL jWgcKBEEthr5uC8XaJY2A0K3J7rDt7IUllNSjrbeJKPd9q/TH4yWCKvtFSNMvZL1xQ QbmFd2Pjaee1qqX0a/PIUfi9Q2opQiXeOlvbcf+9geYUKwI1w2LlnwPphPRCuIh9nP mCfrEA0YlAzKQjKp73p2g7o4cLVet/nRYdwEfP/xR8uGLfSNYUxDcXW2mVeh58ekZo dXH6y1nCpVSYw== Date: Thu, 12 Mar 2026 17:54:15 +0000 From: Conor Dooley To: xianwei.zhao@amlogic.com Cc: Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Heiner Kallweit , linux-pwm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] dt-bindings: pwm: amlogic: Document A4 A5 and T7 PWM Message-ID: <20260312-perfume-afternoon-da62000ff87c@spud> References: <20260312-pwm_binding-v1-1-515cb65add98@amlogic.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="90r8pBONFMd7ikMz" Content-Disposition: inline In-Reply-To: <20260312-pwm_binding-v1-1-515cb65add98@amlogic.com> --90r8pBONFMd7ikMz Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Mar 12, 2026 at 03:10:28AM +0000, Xianwei Zhao via B4 Relay wrote: > From: Xianwei Zhao >=20 > Document amlogic,a4-pwm amlogic,a5-pwm and amlogic,t7-pwm > compatible, which falls back to the meson-s4-pwm group. >=20 > Signed-off-by: Xianwei Zhao > --- > After the clock module is merged, the PWM node will be submitted > together with the nodes of other modules. For now, we submit the > PWM DT binding first. I dunno what you mean by this. Are you talking about submitting the dts user of these compatibles? patch is Acked-by: Conor Dooley Cheers, Conor. pw-bot: not-applicable > Documentation/devicetree/bindings/pwm/pwm-amlogic.yaml | 3 +++ > 1 file changed, 3 insertions(+) >=20 > diff --git a/Documentation/devicetree/bindings/pwm/pwm-amlogic.yaml b/Doc= umentation/devicetree/bindings/pwm/pwm-amlogic.yaml > index cc3ebd4deeb6..c337d85da40f 100644 > --- a/Documentation/devicetree/bindings/pwm/pwm-amlogic.yaml > +++ b/Documentation/devicetree/bindings/pwm/pwm-amlogic.yaml > @@ -39,7 +39,10 @@ properties: > - amlogic,meson-s4-pwm > - items: > - enum: > + - amlogic,a4-pwm > + - amlogic,a5-pwm > - amlogic,c3-pwm > + - amlogic,t7-pwm > - amlogic,meson-a1-pwm > - const: amlogic,meson-s4-pwm > - items: >=20 > --- > base-commit: e3194dfb772304a1b7ca3bcfccacefec3468b7bf > change-id: 20260312-pwm_binding-ae847cd0c70f >=20 > Best regards, > --=20 > Xianwei Zhao >=20 >=20 --90r8pBONFMd7ikMz Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCabL9xwAKCRB4tDGHoIJi 0klwAP9XxUiVZqCnyB6nSdN1wWR2JQvNI/1gg74vr2SOUf6iyAD5ATAWXUCMOWRQ w+YIlDBXtCDpFqOhLZseMtG+Emaytgs= =c0tV -----END PGP SIGNATURE----- --90r8pBONFMd7ikMz--