mediatek: fix mt7988a pmu interrupt dts property
Fixes profiling using perf Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
1a2c171909
commit
931b2bafa7
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue