diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2018-09-05 21:18:48 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-09-10 04:04:37 +0300 |
commit | 37f2c303167e8163bf2897cff62e969ab2fd8780 (patch) | |
tree | fcad807e3c6040b9148cf5813c4166887f835ebc /arch/arm/boot/dts/imx6ul.dtsi | |
parent | 9e514e22832f0aa46346d30854cc7483c2302cc8 (diff) | |
download | linux-37f2c303167e8163bf2897cff62e969ab2fd8780.tar.xz |
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>
Diffstat (limited to 'arch/arm/boot/dts/imx6ul.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6ul.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6ul.dtsi b/arch/arm/boot/dts/imx6ul.dtsi index 448d765475f9..2a770d01a603 100644 --- a/arch/arm/boot/dts/imx6ul.dtsi +++ b/arch/arm/boot/dts/imx6ul.dtsi @@ -156,7 +156,6 @@ compatible = "arm,cortex-a7-pmu"; interrupt-parent = <&gpc>; interrupts = <GIC_SPI 94 IRQ_TYPE_LEVEL_HIGH>; - status = "disabled"; }; soc { |