From: Marcel Ziswiler Date: Thu, 21 Jul 2022 13:27:23 +0000 (+0200) Subject: board/BuR/brppt2: fix pwms property warning X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=398ae1dca1b32d6781f2ee620111caa54c622ed7;p=u-boot.git board/BuR/brppt2: fix pwms property warning 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 --- diff --git a/arch/arm/dts/imx6dl-brppt2.dts b/arch/arm/dts/imx6dl-brppt2.dts index 4f1c52bff8..f515e4cc6a 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"; };