projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ce8692
)
ARM: dts: n900: remove unneeded unit name for dmtimer-pwm
author
Javier Martinez Canillas
<javier@osg.samsung.com>
Mon, 27 Jun 2016 19:20:45 +0000
(15:20 -0400)
committer
Tony Lindgren
<tony@atomide.com>
Wed, 29 Jun 2016 07:05:23 +0000
(
00:05
-0700)
This patch fixes the following DTC warnings for omap3-n900.dtb:
"dmtimer-pwm@9 has a unit name, but no reg property"
Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/omap3-n900.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/omap3-n900.dts
b/arch/arm/boot/dts/omap3-n900.dts
index
0ceff5d
..
cac9a8b
100644
(file)
--- a/
arch/arm/boot/dts/omap3-n900.dts
+++ b/
arch/arm/boot/dts/omap3-n900.dts
@@
-144,7
+144,7
@@
io-channel-names = "temp", "bsi", "vbat";
};
- pwm9: dmtimer-pwm
@9
{
+ pwm9: dmtimer-pwm {
compatible = "ti,omap-dmtimer-pwm";
#pwm-cells = <3>;
ti,timers = <&timer9>;