mediatek: fix mt7988a pmu interrupt dts property

Fixes profiling using perf

Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
Felix Fietkau 2024-05-07 12:13:00 +02:00
parent 1a2c171909
commit 931b2bafa7
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@
pmu { pmu {
compatible = "arm,cortex-a73-pmu"; compatible = "arm,cortex-a73-pmu";
interrupt-parent = <&gic>; interrupt-parent = <&gic>;
interrupt = <GIC_PPI 7 IRQ_TYPE_LEVEL_LOW>; interrupts = <GIC_PPI 7 IRQ_TYPE_LEVEL_LOW>;
}; };
psci { psci {