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>
This commit is contained in:
Peter Senna Tschudin 2018-02-05 18:08:40 +01:00 коммит произвёл Shawn Guo
Родитель 7d926e118e
Коммит 10fff25906
2 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -353,6 +353,10 @@
};
};
&pmu {
secure-reg-access;
};
&usdhc2 {
status = "disabled";
};

Просмотреть файл

@ -143,7 +143,7 @@
};
};
pmu {
pmu: pmu {
compatible = "arm,cortex-a9-pmu";
interrupt-parent = <&gpc>;
interrupts = <0 94 IRQ_TYPE_LEVEL_HIGH>;