ARM: dts: i.MX53: add pmu node
authorSteffen Trumtrar <s.trumtrar@pengutronix.de>
Fri, 22 Aug 2014 12:02:27 +0000 (14:02 +0200)
committerShawn Guo <shawn.guo@freescale.com>
Tue, 16 Sep 2014 02:25:57 +0000 (10:25 +0800)
The i.MX53 has a Cortex-A8 Performance Monitor Unit.

Add it to the dtsi.

Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
arch/arm/boot/dts/imx53.dtsi

index c670d5f7300b1380fa1d15c8f5f08c8be6a94ca0..6b198c6d4da5822ff70110b9f87e409907545b20 100644 (file)
                        reg = <0xf8000000 0x20000>;
                        clocks = <&clks IMX5_CLK_OCRAM>;
                };
+
+               pmu {
+                       compatible = "arm,cortex-a8-pmu";
+                       interrupts = <77>;
+               };
        };
 };