ARM: dts: imx53-kp: Drop redundant settings in pwm nodes

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>
pull/141/merge
Uwe Kleine-König 2024-04-05 23:41:51 +02:00 committed by Shawn Guo
parent e10432d3da
commit 03438afeaa
1 changed files with 0 additions and 8 deletions

View File

@ -162,14 +162,6 @@
>;
};
&pwm1 {
#pwm-cells = <2>;
};
&pwm2 {
#pwm-cells = <2>;
};
&uart1 {
status = "okay";
};