]> git.ipfire.org Git - thirdparty/linux.git/commit
ARM: dts: lpc32xx: Add #pwm-cells property to the two SoC PWMs
authorUwe Kleine-König <u.kleine-koenig@baylibre.com>
Tue, 1 Jul 2025 14:58:03 +0000 (16:58 +0200)
committerArnd Bergmann <arnd@arndb.de>
Thu, 3 Jul 2025 15:10:32 +0000 (17:10 +0200)
commit36bbb14ee7436a2c48af1655d7a56720e19c00c9
tree5533bbe9ecd1cdede7410e2634e7f6c22a65a440
parent7eb5b8d0b2df8d4d9c39c892ccb3179419bec2c5
ARM: dts: lpc32xx: Add #pwm-cells property to the two SoC PWMs

If these PWMs are to be used, a #pwm-cells property is necessary. The
right location for that is in the SoC's dtsi file to not make
machine.dts files repeat the value for each usage. Currently the
machines based on nxp/lpc/lpc32xx.dtsi don't make use of the PWMs, so
there are no properties to drop there.

Reviewed-by: Vladimir Zapolskiy <vz@mleia.com>
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@baylibre.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/boot/dts/nxp/lpc/lpc32xx.dtsi