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 192FC4DA541; Thu, 9 Jul 2026 17:53:58 +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=1783619640; cv=none; b=aunO2JXdvA6ewWZ5L7AyF5kZcYMhzUb7CgLu2zdbGcqqhavrFDHPRbkhN6B1hp7XFnOSyVxPabF8iI7p8sc9KnrAfpkknLMlEBFcDXrB4Uw63AUt032nXvfwOIVxxEKpFadyMRhA/8ZK3E1zz1OQ8tEQ1pBXPqj4iSYCSpy5DfA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783619640; c=relaxed/simple; bh=IgaaPsemsC+IDKQ3E1/0ZPZ3hwV9iGW6IP86+iaMa+8=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=fawOZkrAjikWNxra4q8kFeVBXt9n9aImbW5iriL5NAiA/GGlGuAOhpHtxVdDv4ZOq+R+EcOrKxaJu47vmVgwuKMBI/Im81dg5sCj5Gs+RCAf7qYOZ0Sp3Jrk3EeQpVHLO0GnVGimVc6Jow0yGlWcHJ+953POSi6mG1TM6ETQPB8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=ch+fGB01; 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="ch+fGB01" Received: by smtp.kernel.org (Postfix) with ESMTPSA id BBBE01F000E9; Thu, 9 Jul 2026 17:53:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1783619638; bh=NPTWf8IkpUM/GoXdCReFMm8GO5zNKUCMfneM2J+wRcQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=ch+fGB01B+Y2wHsXyL6Mwf+jlXLmYKTogI8bhG9oidFgOrCvd0H5Z8TqY43bORl7j fdavMNONM29oyC7GhEP4Z1gQHawvMvAWFJB0xXxiY5zoUMo02V7TBS+foOjQrrwWcG v6wDETv+iwHZbBH8fEW5KrLbIu0DImHPM0S8h7y7hUHBrot3QzdCgL07XLxQgBIVBC ndXOFrqcueWmVNhKapLvsZFmXwhFJp7+U0PGOmYLSwsXDJGL2CbrDVvKsANVZJ2q3Y QyVJATx0BZrtorCd7w0Y/b/kwDs9e9/IDo8PpvHoO7SFiksewAcwAjxizSqrw1VKP4 sZI6G/agO9pow== Date: Thu, 9 Jul 2026 18:53:52 +0100 From: Conor Dooley To: Janne Grunau Cc: Sven Peter , Neal Gompa , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Thomas Gleixner , Wim Van Sebroeck , Guenter Roeck , Linus Walleij , Mark Kettenis , Andi Shyti , Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , Sasha Finkelstein , asahi@lists.linux.dev, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-watchdog@vger.kernel.org, linux-gpio@vger.kernel.org, linux-i2c@vger.kernel.org, linux-pwm@vger.kernel.org Subject: Re: [PATCH 09/11] dt-bindings: pwm: apple,s5l-fpwm: Add t6030 and t6031 compatibles Message-ID: <20260709-decimal-footnote-efb045601806@spud> References: <20260709-apple-t603x-initial-devices-v1-0-55b305833123@jannau.net> <20260709-apple-t603x-initial-devices-v1-9-55b305833123@jannau.net> Precedence: bulk X-Mailing-List: linux-watchdog@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="J240Diajxrqh0f/T" Content-Disposition: inline In-Reply-To: <20260709-apple-t603x-initial-devices-v1-9-55b305833123@jannau.net> --J240Diajxrqh0f/T Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jul 09, 2026 at 09:30:55AM +0200, Janne Grunau wrote: > The PWM controller on Apple silicon M3 Pro, Max and Ultra SoCs is > compatible with the t8103 (M1) one. Add "apple,t6030-pinctrl" for M3 Pro Is this copy-paste getting you? The fallback here is a phone I think, so the text should probably say s5l - even if being compatible with the s5l means that it's comaptible with the t8103 too. Acked-by: Conor Dooley pw-bot: changes-requested > and "apple,t6031-pinctrl" for M3 Max and Ultra as per-SoC compatibles. >=20 > Signed-off-by: Janne Grunau > --- > Documentation/devicetree/bindings/pwm/apple,s5l-fpwm.yaml | 2 ++ > 1 file changed, 2 insertions(+) >=20 > diff --git a/Documentation/devicetree/bindings/pwm/apple,s5l-fpwm.yaml b/= Documentation/devicetree/bindings/pwm/apple,s5l-fpwm.yaml > index 25ef04b60ca1..dd95037ea5ee 100644 > --- a/Documentation/devicetree/bindings/pwm/apple,s5l-fpwm.yaml > +++ b/Documentation/devicetree/bindings/pwm/apple,s5l-fpwm.yaml > @@ -21,6 +21,8 @@ properties: > - apple,t8122-fpwm > - apple,t6000-fpwm > - apple,t6020-fpwm > + - apple,t6030-fpwm > + - apple,t6031-fpwm > - const: apple,s5l-fpwm > =20 > reg: >=20 > --=20 > 2.54.0 >=20 --J240Diajxrqh0f/T Content-Type: application/pgp-signature; name=signature.asc -----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCak/gMAAKCRB4tDGHoIJi 0iA1AP9f2X3yVc+9kze/1BFv51MWAwJzEJUK3YiBi76IVaJTMAD/TKKQIBLqKKKe 2nVj0Lym2F8dg6XkZnloYvGSi8A45gk= =kEtM -----END PGP SIGNATURE----- --J240Diajxrqh0f/T--