From 41e9c8f590ba44e3d0fbdb1e92429f0abd116701 Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Thu, 21 Jul 2022 15:27:23 +0200 Subject: [PATCH] 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 --- arch/arm/dts/imx6dl-brppt2.dts | 1 + 1 file changed, 1 insertion(+) 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"; }; -- 2.39.5