devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] i.MX8M PWM polarity support
@ 2022-05-02  9:48 Alexander Stein
  2022-05-02  9:48 ` [PATCH 1/4] arm64: dt: imx8mq: support pwm polarity inversion Alexander Stein
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Alexander Stein @ 2022-05-02  9:48 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Shawn Guo, Sascha Hauer,
	Fabio Estevam
  Cc: Alexander Stein, Pengutronix Kernel Team, NXP Linux Team,
	devicetree, linux-arm-kernel

Hello,

this patchset adds the possibility to specify a PWM polarity inversion for
i.MX8M. The pwm-imx27 driver already supports this in the 3rd pwm-cells, but
the DT for imx8m so far only set #pwm-cells=<2>.
Add support by setting #pwm-cells=<3> and adding the (default) normal (0)
polarity to all boards.
make dtbs_check DT_SCHEMA_FILES=Documentation/devicetree/bindings/pwm/imx-pwm.yaml
was used to get all boards.

Best regards,
Alexander

Markus Niebel (4):
  arm64: dt: imx8mq: support pwm polarity inversion
  arm64: dt: imx8mm: support pwm polarity inversion
  arm64: dt: imx8mn: support pwm polarity inversion
  arm64: dt: imx8mp: support pwm polarity inversion

 .../boot/dts/freescale/imx8mm-data-modul-edm-sbc.dts      | 2 +-
 arch/arm64/boot/dts/freescale/imx8mm-evk.dtsi             | 2 +-
 arch/arm64/boot/dts/freescale/imx8mm.dtsi                 | 8 ++++----
 arch/arm64/boot/dts/freescale/imx8mn.dtsi                 | 8 ++++----
 arch/arm64/boot/dts/freescale/imx8mp.dtsi                 | 8 ++++----
 arch/arm64/boot/dts/freescale/imx8mq-librem5-devkit.dts   | 2 +-
 arch/arm64/boot/dts/freescale/imx8mq-mnt-reform2.dts      | 2 +-
 arch/arm64/boot/dts/freescale/imx8mq.dtsi                 | 8 ++++----
 8 files changed, 20 insertions(+), 20 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-05-05  7:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-02  9:48 [PATCH 0/4] i.MX8M PWM polarity support Alexander Stein
2022-05-02  9:48 ` [PATCH 1/4] arm64: dt: imx8mq: support pwm polarity inversion Alexander Stein
2022-05-02  9:48 ` [PATCH 2/4] arm64: dt: imx8mm: " Alexander Stein
2022-05-02  9:49 ` [PATCH 3/4] arm64: dt: imx8mn: " Alexander Stein
2022-05-02  9:49 ` [PATCH 4/4] arm64: dt: imx8mp: " Alexander Stein
2022-05-05  7:47 ` [PATCH 0/4] i.MX8M PWM polarity support Shawn Guo

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).