From: "Uwe Kleine-König" <ukleinek@kernel.org>
To: Rob Herring <robh@kernel.org>
Cc: Eduard Bostina <egbostina@gmail.com>,
Conor Dooley <conor+dt@kernel.org>,
devicetree@vger.kernel.org,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
linux-kernel@vger.kernel.org, linux-pwm@vger.kernel.org,
daniel.baluta@nxp.com, simona.toaca@nxp.com,
goledhruva@gmail.com, m-chawdhry@ti.com
Subject: Re: [PATCH] dt-bindings: pwm: Convert TI PWM Subsystem to DT schema
Date: Wed, 12 Aug 2026 00:58:59 +0200 [thread overview]
Message-ID: <anuo_LNHuSvZZMgh@monoceros> (raw)
In-Reply-To: <20260811174808.GA2709327-robh@kernel.org>
[-- Attachment #1: Type: text/plain, Size: 1400 bytes --]
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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
prev parent reply other threads:[~2026-08-11 22:59 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-11 9:22 [PATCH] dt-bindings: pwm: Convert TI PWM Subsystem to DT schema Eduard Bostina
2026-08-11 17:48 ` Rob Herring
2026-08-11 22:58 ` Uwe Kleine-König [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=anuo_LNHuSvZZMgh@monoceros \
--to=ukleinek@kernel.org \
--cc=conor+dt@kernel.org \
--cc=daniel.baluta@nxp.com \
--cc=devicetree@vger.kernel.org \
--cc=egbostina@gmail.com \
--cc=goledhruva@gmail.com \
--cc=krzk+dt@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pwm@vger.kernel.org \
--cc=m-chawdhry@ti.com \
--cc=robh@kernel.org \
--cc=simona.toaca@nxp.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox