diff options
| author | Uwe Kleine-König <[email protected]> | 2024-04-05 23:41:51 +0200 |
|---|---|---|
| committer | Shawn Guo <[email protected]> | 2024-04-28 15:56:08 +0800 |
| commit | 03438afeaaeb9a3a7350e1f308a2ea4d92a7dbbc (patch) | |
| tree | ad23370d0b5107d09d765b6c7b42a7271166930b | |
| parent | e10432d3dae57d543feabfb9f2a61b71a8155af7 (diff) | |
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 <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
| -rw-r--r-- | arch/arm/boot/dts/nxp/imx/imx53-kp.dtsi | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/boot/dts/nxp/imx/imx53-kp.dtsi b/arch/arm/boot/dts/nxp/imx/imx53-kp.dtsi index 4508f34139a0..8b25416a5303 100644 --- a/arch/arm/boot/dts/nxp/imx/imx53-kp.dtsi +++ b/arch/arm/boot/dts/nxp/imx/imx53-kp.dtsi @@ -162,14 +162,6 @@ >; }; -&pwm1 { - #pwm-cells = <2>; -}; - -&pwm2 { - #pwm-cells = <2>; -}; - &uart1 { status = "okay"; }; |