ARM: dts: imx53-kp: Drop redundant settings in pwm nodes
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Fri, 5 Apr 2024 21:41:51 +0000 (23:41 +0200)
committerShawn Guo <shawnguo@kernel.org>
Sun, 28 Apr 2024 07:56:08 +0000 (15:56 +0800)
imx53-kp.dtsi includes imx53-tqma53.dtsi which already sets #pwm-cells
to 2. So the two nodes can be dropped without resulting in any changes
in the compiled device tree blobs.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/imx/imx53-kp.dtsi

index 4508f34139a061aa0a4ce48ccffcc7b2b5da1d9d..8b25416a5303aed9b91628f4b111c74020249406 100644 (file)
        >;
 };
 
-&pwm1 {
-       #pwm-cells = <2>;
-};
-
-&pwm2 {
-       #pwm-cells = <2>;
-};
-
 &uart1 {
        status = "okay";
 };