projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd769b0
)
ARM: dts: imx51-babbage: Enable secure-reg-access
author
Fabio Estevam
<fabio.estevam@nxp.com>
Thu, 12 Jul 2018 13:02:37 +0000
(10:02 -0300)
committer
Shawn Guo
<shawnguo@kernel.org>
Tue, 17 Jul 2018 05:51:25 +0000
(13:51 +0800)
Add 'secure-reg-access' property to enable PMU and hardware counters
so that they can be properly used with the 'perf' tool.
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx51-babbage.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/imx51-babbage.dts
b/arch/arm/boot/dts/imx51-babbage.dts
index a4a6d4a6b55b530ef2674e998dc8a274ac15fb61..ba60b0cb3cc13ba08c9c414d7b8c317cc936ad7e 100644
(file)
--- a/
arch/arm/boot/dts/imx51-babbage.dts
+++ b/
arch/arm/boot/dts/imx51-babbage.dts
@@
-396,6
+396,10
@@
status = "okay";
};
+&pmu {
+ secure-reg-access;
+};
+
&ssi2 {
status = "okay";
};