Revision | 6f7db3a9682daf977d83afcf0e5243aa74155482 (tree) |
---|---|
Time | 2022-07-25 23:12:00 |
Author | Marcel Ziswiler <marcel.ziswiler@tora...> |
Commiter | Stefano Babic |
imx6: aristainetos: fix pwms property warnings
Fix the following build-time pwms property warnings:
w+arch/arm/dts/imx6dl-aristainetos2c_7.dtb: Warning (pwms_property):
w+arch/arm/dts/imx6dl-aristainetos2c_cslb_7.dtb: Warning (pwms_property):
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Reviewed-by: Heiko Schocher <hs@denx.de>
@@ -344,6 +344,7 @@ | ||
344 | 344 | }; |
345 | 345 | |
346 | 346 | &pwm1 { |
347 | + #pwm-cells = <2>; | |
347 | 348 | pinctrl-names = "default"; |
348 | 349 | pinctrl-0 = <&pinctrl_pwm1>; |
349 | 350 | status = "okay"; |