From: Rob Herring <robh@kernel.org>
To: Sebastian Reichel <sebastian.reichel@collabora.com>
Cc: "Heiko Stuebner" <heiko@sntech.de>,
"Krzysztof Kozlowski" <krzysztof.kozlowski+dt@linaro.org>,
"Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>,
linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org,
kernel@collabora.com, linux-pwm@vger.kernel.org,
"Rob Herring" <robh+dt@kernel.org>,
"Thierry Reding" <thierry.reding@gmail.com>
Subject: Re: [PATCH 1/1] dt-bindings: pwm: rockchip: Add description for rk3588
Date: Thu, 01 Sep 2022 14:14:55 -0500 [thread overview]
Message-ID: <1662059695.095333.2226883.nullmailer@robh.at.kernel.org> (raw)
In-Reply-To: <20220901135523.52151-1-sebastian.reichel@collabora.com>
On Thu, 01 Sep 2022 15:55:23 +0200, Sebastian Reichel wrote:
> Add "rockchip,rk3588-pwm" compatible string for PWM nodes found
> on a rk3588 platform.
>
> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
> ---
> No driver changes required.
> ---
> Documentation/devicetree/bindings/pwm/pwm-rockchip.yaml | 1 +
> 1 file changed, 1 insertion(+)
>
Running 'make dtbs_check' with the schema in this patch gives the
following warnings. Consider if they are expected or the schema is
incorrect. These may not be new warnings.
Note that it is not yet a requirement to have 0 warnings for dtbs_check.
This will change in the future.
Full log is available here: https://patchwork.ozlabs.org/patch/
pwm@10280000: 'interrupts' does not match any of the regexes: 'pinctrl-[0-9]+'
arch/arm/boot/dts/rv1108-elgin-r1.dtb
arch/arm/boot/dts/rv1108-evb.dtb
pwm@10280010: 'interrupts' does not match any of the regexes: 'pinctrl-[0-9]+'
arch/arm/boot/dts/rv1108-elgin-r1.dtb
arch/arm/boot/dts/rv1108-evb.dtb
pwm@10280020: 'interrupts' does not match any of the regexes: 'pinctrl-[0-9]+'
arch/arm/boot/dts/rv1108-elgin-r1.dtb
arch/arm/boot/dts/rv1108-evb.dtb
pwm@10280030: 'interrupts' does not match any of the regexes: 'pinctrl-[0-9]+'
arch/arm/boot/dts/rv1108-elgin-r1.dtb
arch/arm/boot/dts/rv1108-evb.dtb
pwm@20040000: 'interrupts' does not match any of the regexes: 'pinctrl-[0-9]+'
arch/arm/boot/dts/rv1108-elgin-r1.dtb
arch/arm/boot/dts/rv1108-evb.dtb
pwm@20040010: 'interrupts' does not match any of the regexes: 'pinctrl-[0-9]+'
arch/arm/boot/dts/rv1108-elgin-r1.dtb
arch/arm/boot/dts/rv1108-evb.dtb
pwm@20040020: 'interrupts' does not match any of the regexes: 'pinctrl-[0-9]+'
arch/arm/boot/dts/rv1108-elgin-r1.dtb
arch/arm/boot/dts/rv1108-evb.dtb
pwm@20040030: 'interrupts' does not match any of the regexes: 'pinctrl-[0-9]+'
arch/arm/boot/dts/rv1108-elgin-r1.dtb
arch/arm/boot/dts/rv1108-evb.dtb
pwm@ff1b0030: 'interrupts' does not match any of the regexes: 'pinctrl-[0-9]+'
arch/arm64/boot/dts/rockchip/rk3318-a95x-z2.dtb
arch/arm64/boot/dts/rockchip/rk3328-a1.dtb
arch/arm64/boot/dts/rockchip/rk3328-evb.dtb
arch/arm64/boot/dts/rockchip/rk3328-nanopi-r2s.dtb
arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dtb
arch/arm64/boot/dts/rockchip/rk3328-rock64.dtb
arch/arm64/boot/dts/rockchip/rk3328-rock-pi-e.dtb
arch/arm64/boot/dts/rockchip/rk3328-roc-pc.dtb
next prev parent reply other threads:[~2022-09-01 19:15 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-01 13:55 [PATCH 1/1] dt-bindings: pwm: rockchip: Add description for rk3588 Sebastian Reichel
2022-09-01 15:02 ` Krzysztof Kozlowski
2022-09-01 18:49 ` Heiko Stübner
2022-09-01 19:14 ` Rob Herring [this message]
2022-09-13 9:12 ` Uwe Kleine-König
2022-09-13 14:16 ` Sebastian Reichel
2022-09-14 7:33 ` Uwe Kleine-König
2022-09-28 11:48 ` Thierry Reding
2022-09-28 13:06 ` Sebastian Reichel
2022-09-28 13:56 ` Thierry Reding
2022-09-28 15:18 ` Johan Jonker
2022-09-28 16:11 ` Sebastian Reichel
2022-09-28 18:29 ` Johan Jonker
2022-09-29 13:10 ` Sebastian Reichel
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=1662059695.095333.2226883.nullmailer@robh.at.kernel.org \
--to=robh@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=heiko@sntech.de \
--cc=kernel@collabora.com \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-pwm@vger.kernel.org \
--cc=linux-rockchip@lists.infradead.org \
--cc=robh+dt@kernel.org \
--cc=sebastian.reichel@collabora.com \
--cc=thierry.reding@gmail.com \
--cc=u.kleine-koenig@pengutronix.de \
/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;
as well as URLs for NNTP newsgroup(s).