Re: [PATCH 08/10] dt-bindings: pwm: apple,s5l-fpwm: Add t8132 compatible
Yureka Lilian <[email protected]> Fri, 17 Jul 2026 11:16:48 +0200
| Newsgroups | dev.linux.lists.asahi,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-gpio,org.kernel.vger.linux-i2c,org.kernel.vger.linux-kernel,org.kernel.vger.linux-pwm,org.kernel.vger.linux-watchdog |
|---|---|
| Message-ID | <[email protected]> |
On 7/16/26 17:11, Uwe Kleine-König wrote: > Hello, > > On Sun, Jul 05, 2026 at 03:17:27PM +0200, Yureka Lilian wrote: >> The PWM controller on the Apple silicon t8132 (M4) SoC is compatible >> with the existing driver. Add "apple,t8132-fpwm" as SoC specific >> compatible under "apple,s5l-fpwm" used by the driver. >> >> Signed-off-by: Yureka Lilian <[email protected]> >> --- >> Documentation/devicetree/bindings/pwm/apple,s5l-fpwm.yaml | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/Documentation/devicetree/bindings/pwm/apple,s5l-fpwm.yaml b/Documentation/devicetree/bindings/pwm/apple,s5l-fpwm.yaml >> index 25ef04b60ca1..c85a2b85a66a 100644 >> --- a/Documentation/devicetree/bindings/pwm/apple,s5l-fpwm.yaml >> +++ b/Documentation/devicetree/bindings/pwm/apple,s5l-fpwm.yaml >> @@ -19,6 +19,7 @@ properties: >> - apple,t8103-fpwm >> - apple,t8112-fpwm >> - apple,t8122-fpwm >> + - apple,t8132-fpwm >> - apple,t6000-fpwm >> - apple,t6020-fpwm >> - const: apple,s5l-fpwm > There is no merge plan specified in the cover letter, but I assume this > should go via arm-soc? Yes, this will go through the appropriate -soc trees since there is no driver change. Sorry for not mentioning it in the original cover letter, I wasn't aware of the procedures at the time. > In that case: > > Acked-by: Uwe Kleine-König <[email protected]> > > Best regards > Uwe Thanks, — Yureka