projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa87dfd
)
ARM: imx27: add missing #pwm-cells property
author
Steffen Trumtrar
<s.trumtrar@pengutronix.de>
Thu, 17 Oct 2013 13:03:16 +0000
(15:03 +0200)
committer
Shawn Guo
<shawn.guo@linaro.org>
Fri, 18 Oct 2013 08:27:01 +0000
(16:27 +0800)
The pwm-node is missing its #pwm-cells property. The pwm-framework will
complain about this.
Add the missing property.
Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/imx27.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/imx27.dtsi
b/arch/arm/boot/dts/imx27.dtsi
index b7a1c6d950b984b44efd65c100c05024c80c1b4a..826231eb44466f9187a564b3a587c7b18d686b28 100644
(file)
--- a/
arch/arm/boot/dts/imx27.dtsi
+++ b/
arch/arm/boot/dts/imx27.dtsi
@@
-123,6
+123,7
@@
};
pwm: pwm@10006000 {
+ #pwm-cells = <2>;
compatible = "fsl,imx27-pwm";
reg = <0x10006000 0x1000>;
interrupts = <23>;