diff options
author | Peter Senna Tschudin <peter.senna@collabora.com> | 2018-02-05 20:08:40 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-02-12 16:13:20 +0300 |
commit | 10fff25906d84255b31027c8f4d3a31c8adbf6d9 (patch) | |
tree | 4bbff280773bc7aa8d7e6615b7603464593ef1f2 /arch/arm/boot/dts/imx6qdl.dtsi | |
parent | 7d926e118e0d937e9a78b3c7aa944bba10931df6 (diff) | |
download | linux-10fff25906d84255b31027c8f4d3a31c8adbf6d9.tar.xz |
ARM: dts: imx6q-bx50v3: Enable secure-reg-access
Enable secure debug enable register access for Bx50v3 devices to enable
PMU and hardware counters for perf.
Signed-off-by: Peter Senna Tschudin <peter.senna@collabora.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6qdl.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6qdl.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi index 0c70ea888d32..c003e62bf290 100644 --- a/arch/arm/boot/dts/imx6qdl.dtsi +++ b/arch/arm/boot/dts/imx6qdl.dtsi @@ -143,7 +143,7 @@ }; }; - pmu { + pmu: pmu { compatible = "arm,cortex-a9-pmu"; interrupt-parent = <&gpc>; interrupts = <0 94 IRQ_TYPE_LEVEL_HIGH>; |