Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: imx6ul: Enable the PMU node

There is no need to keep the PMU disabled.

Enable it like it is done in the other i.MX dtsi files.

With this change applied we see:

[ 1.338866] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 5 counters available

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Fabio Estevam and committed by
Shawn Guo
37f2c303 9e514e22

-1
-1
arch/arm/boot/dts/imx6ul.dtsi
··· 156 156 compatible = "arm,cortex-a7-pmu"; 157 157 interrupt-parent = <&gpc>; 158 158 interrupts = <GIC_SPI 94 IRQ_TYPE_LEVEL_HIGH>; 159 - status = "disabled"; 160 159 }; 161 160 162 161 soc {