From: Sebastian Reichel Date: Thu, 12 Jul 2018 13:02:36 +0000 (-0300) Subject: ARM: dts: imx53-ppd: Enable secure-reg-access X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=dd769b09003ec92f088fef1be96bfe90cf44d640;p=linux.git ARM: dts: imx53-ppd: Enable secure-reg-access 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 [fabio: kept the change only in imx53-ppd context] Signed-off-by: Fabio Estevam Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/imx53-ppd.dts b/arch/arm/boot/dts/imx53-ppd.dts index 444ec84cf3429..cdb90bee7b4a2 100644 --- a/arch/arm/boot/dts/imx53-ppd.dts +++ b/arch/arm/boot/dts/imx53-ppd.dts @@ -594,6 +594,10 @@ }; }; +&pmu { + secure-reg-access; +}; + &pwm1 { pinctrl-names = "default"; pinctrl-0 = <&pinctrl_pwm1>;