ARM: dts: omap3: add missing unit name to PMU node

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>
This commit is contained in:
Javier Martinez Canillas 2016-04-01 16:20:20 -04:00 committed by Tony Lindgren
parent e72c378b8b
commit 2995a9e709

View file

@ -43,7 +43,7 @@ cpu@0 {
};
};
pmu {
pmu@54000000 {
compatible = "arm,cortex-a8-pmu";
reg = <0x54000000 0x800000>;
interrupts = <3>;