Commit 2cfad132 authored by Mathew McBride's avatar Mathew McBride Committed by Shawn Guo

arm64: dts: ls1088a: add missing PMU node

The Performance Manager Unit was not described in the DTS
which meant performance event monitoring was not possible.

This was exposed by a change to the PMU handling in KVM
in 5.11-rc3 which now prevents a PMU being exposed to a
guest when the host does not provide one:
"KVM: arm64: Don't access PMCR_EL0 when no PMU is available"
Signed-off-by: default avatarMathew McBride <matt@traverse.com.au>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent e3f9eb03
...@@ -189,6 +189,11 @@ timer { ...@@ -189,6 +189,11 @@ timer {
<1 10 IRQ_TYPE_LEVEL_LOW>;/* Hypervisor PPI */ <1 10 IRQ_TYPE_LEVEL_LOW>;/* Hypervisor PPI */
}; };
pmu {
compatible = "arm,cortex-a53-pmu";
interrupts = <GIC_PPI 7 IRQ_TYPE_LEVEL_LOW>;
};
psci { psci {
compatible = "arm,psci-0.2"; compatible = "arm,psci-0.2";
method = "smc"; method = "smc";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment