mirror of https://gitee.com/openkylin/linux.git
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:
parent
7d926e118e
commit
10fff25906
|
@ -353,6 +353,10 @@ MX6QDL_PAD_GPIO_6__GPIO1_IO06 0x1b0b0
|
|||
};
|
||||
};
|
||||
|
||||
&pmu {
|
||||
secure-reg-access;
|
||||
};
|
||||
|
||||
&usdhc2 {
|
||||
status = "disabled";
|
||||
};
|
||||
|
|
|
@ -143,7 +143,7 @@ lvds1_mux_1: endpoint {
|
|||
};
|
||||
};
|
||||
|
||||
pmu {
|
||||
pmu: pmu {
|
||||
compatible = "arm,cortex-a9-pmu";
|
||||
interrupt-parent = <&gpc>;
|
||||
interrupts = <0 94 IRQ_TYPE_LEVEL_HIGH>;
|
||||
|
|
Loading…
Reference in New Issue