From: Javier Martinez Canillas Date: Fri, 1 Apr 2016 20:20:20 +0000 (-0400) Subject: ARM: dts: omap3: add missing unit name to PMU node X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2995a9e7094716bba08ca05f7a58e56d03ea4f9a;p=linux.git 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 Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/boot/dts/omap3.dtsi b/arch/arm/boot/dts/omap3.dtsi index cbddde5d1e4fa..e31ea5efb1632 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>;