projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abe52f5
)
board/BuR/brppt2: fix pwms property warning
author
Marcel Ziswiler
<marcel.ziswiler@toradex.com>
Thu, 21 Jul 2022 13:27:23 +0000
(15:27 +0200)
committer
Stefano Babic
<sbabic@denx.de>
Mon, 25 Jul 2022 14:12:00 +0000
(16:12 +0200)
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
patch
|
blob
|
history
diff --git
a/arch/arm/dts/imx6dl-brppt2.dts
b/arch/arm/dts/imx6dl-brppt2.dts
index 4f1c52bff834f3c6babb467ff99811ae60d980a0..f515e4cc6aba6f96f09476d26175ac68fef4003a 100644
(file)
--- a/
arch/arm/dts/imx6dl-brppt2.dts
+++ b/
arch/arm/dts/imx6dl-brppt2.dts
@@
-165,6
+165,7
@@
};
&pwm4 {
+ #pwm-cells = <2>;
status = "okay";
};