Commit 2995a9e7 authored by Javier Martinez Canillas's avatar Javier Martinez Canillas Committed by Tony Lindgren

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: default avatarJavier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent e72c378b
...@@ -43,7 +43,7 @@ cpu@0 { ...@@ -43,7 +43,7 @@ cpu@0 {
}; };
}; };
pmu { pmu@54000000 {
compatible = "arm,cortex-a8-pmu"; compatible = "arm,cortex-a8-pmu";
reg = <0x54000000 0x800000>; reg = <0x54000000 0x800000>;
interrupts = <3>; interrupts = <3>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment