From: Steffen Trumtrar Date: Fri, 22 Aug 2014 12:02:27 +0000 (+0200) Subject: ARM: dts: i.MX53: add pmu node X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=49bdf58e9b0479f854232407b1e298efe2b27e5c;p=openwrt%2Fstaging%2Fblogic.git ARM: dts: i.MX53: add pmu node The i.MX53 has a Cortex-A8 Performance Monitor Unit. Add it to the dtsi. Signed-off-by: Steffen Trumtrar Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/imx53.dtsi b/arch/arm/boot/dts/imx53.dtsi index c670d5f7300b..6b198c6d4da5 100644 --- a/arch/arm/boot/dts/imx53.dtsi +++ b/arch/arm/boot/dts/imx53.dtsi @@ -747,5 +747,10 @@ reg = <0xf8000000 0x20000>; clocks = <&clks IMX5_CLK_OCRAM>; }; + + pmu { + compatible = "arm,cortex-a8-pmu"; + interrupts = <77>; + }; }; };