ARM: dts: omap3: add missing unit name to PMU node
authorJavier Martinez Canillas <javier@osg.samsung.com>
Fri, 1 Apr 2016 20:20:20 +0000 (16:20 -0400)
committerTony Lindgren <tony@atomide.com>
Mon, 11 Apr 2016 18:57:07 +0000 (11:57 -0700)
This patch fixes the following DTC warnings:

"pmu has a reg or ranges property, but no unit name"

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/omap3.dtsi

index cbddde5..e31ea5e 100644 (file)
@@ -43,7 +43,7 @@
                };
        };
 
-       pmu {
+       pmu@54000000 {
                compatible = "arm,cortex-a8-pmu";
                reg = <0x54000000 0x800000>;
                interrupts = <3>;