diff mbox series

[v1,01/26] board/BuR/brppt2: fix pwms property warning

Message ID 20220721132748.1052244-2-marcel@ziswiler.com
State Accepted
Commit 398ae1dca1b32d6781f2ee620111caa54c622ed7
Delegated to: Stefano Babic
Headers show
Series arm: dts: imx: sync device trees with upstream linux kernel ones | expand

Commit Message

Marcel Ziswiler July 21, 2022, 1:27 p.m. UTC
From: Marcel Ziswiler <marcel.ziswiler@toradex.com>

Fix the following build-time pwms property warning:

w+arch/arm/dts/imx6dl-brppt2.dtb: Warning (pwms_property):
 /backlight:pwms: property size (12) too small for cell size 3

Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
---

 arch/arm/dts/imx6dl-brppt2.dts | 1 +
 1 file changed, 1 insertion(+)

Comments

Stefano Babic July 25, 2022, 4:41 p.m. UTC | #1
> From: Marcel Ziswiler <marcel.ziswiler@toradex.com>
> Fix the following build-time pwms property warning:
> w+arch/arm/dts/imx6dl-brppt2.dtb: Warning (pwms_property):
>  /backlight:pwms: property size (12) too small for cell size 3
> Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/arch/arm/dts/imx6dl-brppt2.dts b/arch/arm/dts/imx6dl-brppt2.dts
index 4f1c52bff83..f515e4cc6ab 100644
--- a/arch/arm/dts/imx6dl-brppt2.dts
+++ b/arch/arm/dts/imx6dl-brppt2.dts
@@ -165,6 +165,7 @@ 
 };
 
 &pwm4 {
+	#pwm-cells = <2>;
 	status = "okay";
 };