mediatek: fix mt7988a pmu interrupt dts property
authorFelix Fietkau <nbd@nbd.name>
Tue, 7 May 2024 10:13:00 +0000 (12:13 +0200)
committerFelix Fietkau <nbd@nbd.name>
Tue, 7 May 2024 10:50:27 +0000 (12:50 +0200)
Fixes profiling using perf

Signed-off-by: Felix Fietkau <nbd@nbd.name>
target/linux/mediatek/files-6.6/arch/arm64/boot/dts/mediatek/mt7988a.dtsi

index caad6e5577e7f177942c6f41ecda36f6e5c847f7..db2b85c1818dff7f53b9b9f4d027799da7551f9a 100644 (file)
        pmu {
                compatible = "arm,cortex-a73-pmu";
                interrupt-parent = <&gic>;
-               interrupt = <GIC_PPI 7 IRQ_TYPE_LEVEL_LOW>;
+               interrupts = <GIC_PPI 7 IRQ_TYPE_LEVEL_LOW>;
        };
 
        psci {