Skip to content

Commit

Permalink
ARM: dts: imx53-ppd: Enable secure-reg-access
Browse files Browse the repository at this point in the history
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: Sebastian Reichel <[email protected]>
[fabio: kept the change only in imx53-ppd context]
Signed-off-by: Fabio Estevam <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
  • Loading branch information
sre authored and Shawn Guo committed Jul 17, 2018
1 parent 8c77258 commit dd769b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/imx53-ppd.dts
Original file line number Diff line number Diff line change
Expand Up @@ -594,6 +594,10 @@
};
};

&pmu {
secure-reg-access;
};

&pwm1 {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_pwm1>;
Expand Down

0 comments on commit dd769b0

Please sign in to comment.