projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7881fb3
)
ARM: dts: i.MX53: add pmu node
author
Steffen Trumtrar
<s.trumtrar@pengutronix.de>
Fri, 22 Aug 2014 12:02:27 +0000
(14:02 +0200)
committer
Shawn 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
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/imx53.dtsi
b/arch/arm/boot/dts/imx53.dtsi
index c670d5f7300b1380fa1d15c8f5f08c8be6a94ca0..6b198c6d4da5822ff70110b9f87e409907545b20 100644
(file)
--- 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>;
+ };
};
};