diff options
author | Javier Martinez Canillas <javier@osg.samsung.com> | 2016-04-01 23:20:20 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-04-11 21:57:07 +0300 |
commit | 2995a9e7094716bba08ca05f7a58e56d03ea4f9a (patch) | |
tree | 47263480f3100aeee436a5713097f94542b56ca0 /arch/arm | |
parent | e72c378b8be62e072c067bfcb203dfd20530cd70 (diff) | |
download | linux-2995a9e7094716bba08ca05f7a58e56d03ea4f9a.tar.xz |
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>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/omap3.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap3.dtsi b/arch/arm/boot/dts/omap3.dtsi index cbddde5d1e4f..e31ea5efb163 100644 --- a/arch/arm/boot/dts/omap3.dtsi +++ b/arch/arm/boot/dts/omap3.dtsi @@ -43,7 +43,7 @@ }; }; - pmu { + pmu@54000000 { compatible = "arm,cortex-a8-pmu"; reg = <0x54000000 0x800000>; interrupts = <3>; |