Re: [PATCH] dt-bindings: pwm: Convert TI PWM Subsystem to DT schema
From: Uwe Kleine-König
Date: Tue Aug 11 2026 - 18:59:12 EST
On Tue, Aug 11, 2026 at 12:48:08PM -0500, Rob Herring wrote:
> On Tue, Aug 11, 2026 at 09:22:08AM +0000, Eduard Bostina wrote:
> > +examples:
> > + - |
> > + pwm@48300000 { /* PWMSS for am33xx */
> > + compatible = "ti,am33xx-pwmss";
> > + reg = <0x48300000 0x10>;
> > + #address-cells = <1>;
> > + #size-cells = <1>;
> > + ranges = <0x48300100 0x48300100 0x80>, /* ECAP */
> > + <0x48300180 0x48300180 0x80>, /* EQEP */
> > + <0x48300200 0x48300200 0x80>; /* EHRPWM */
> > + };
> > +
> > + - |
> > + pwm@48300000 { /* PWMSS for am4372 */
> > + compatible = "ti,am4372-pwmss", "ti,am33xx-pwmss";
> > + reg = <0x48300000 0x10>;
> > + #address-cells = <1>;
> > + #size-cells = <1>;
> > + ranges = <0x48300100 0x48300100 0x80>, /* ECAP */
> > + <0x48300180 0x48300180 0x80>, /* EQEP */
> > + <0x48300200 0x48300200 0x80>; /* EHRPWM */
> > + };
> > +
> > + - |
> > + pwm@4843e000 { /* PWMSS for DRA7xx */
> > + compatible = "ti,dra746-pwmss", "ti,am33xx-pwmss";
> > + reg = <0x4843e000 0x30>;
> > + #address-cells = <1>;
> > + #size-cells = <1>;
> > + ranges;
> > + };
>
> One example is enough.
Also it would be nice if that one example included the actual PWM.
Attachment:
signature.asc
Description: PGP signature