diff options
author | Marcel Ziswiler | 2022-07-21 15:27:41 +0200 |
---|---|---|
committer | Stefano Babic | 2022-07-25 16:12:00 +0200 |
commit | 35c819ed4eb5a662d787636824dcad62166cf001 (patch) | |
tree | 04a92943cb58aae5b9a290fca61c9279e0f61b6f /arch | |
parent | b96a9683e50a79e34e8cbf7c1c9ff5f2f10f34df (diff) |
imx8mm-kontron-n801x-s-lvds: fix pwms property warnings
Fix the following build-time pwms property warnings:
w+arch/arm/dts/imx8mm-kontron-n801x-s-lvds.dtb: Warning (pwms_property):
/backlight:pwms: property size (12) too small for cell size 3
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/dts/imx8mm-kontron-n801x-s-lvds.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/dts/imx8mm-kontron-n801x-s-lvds.dts b/arch/arm/dts/imx8mm-kontron-n801x-s-lvds.dts index dd1addea708..40c14734e22 100644 --- a/arch/arm/dts/imx8mm-kontron-n801x-s-lvds.dts +++ b/arch/arm/dts/imx8mm-kontron-n801x-s-lvds.dts @@ -87,6 +87,7 @@ &pwm1 { pinctrl-names = "default"; pinctrl-0 = <&pinctrl_pwm1>; + #pwm-cells = <2>; status = "okay"; }; |