]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARM: dts: n900: remove unneeded unit name for dmtimer-pwm
authorJavier Martinez Canillas <javier@osg.samsung.com>
Mon, 27 Jun 2016 19:20:45 +0000 (15:20 -0400)
committerTony 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

index 0ceff5d285b2fe8c6feb9a57a97895990182613b..cac9a8bc9b2ca9a1846bdd6bbb5c577a81b83961 100644 (file)
                io-channel-names = "temp", "bsi", "vbat";
        };
 
-       pwm9: dmtimer-pwm@9 {
+       pwm9: dmtimer-pwm {
                compatible = "ti,omap-dmtimer-pwm";
                #pwm-cells = <3>;
                ti,timers = <&timer9>;