[PATCH v2] arm64: dts: mediatek: mt7981b: Add PMU
Peter Collingbourne
peter at pcc.me.uk
Wed May 13 23:44:45 PDT 2026
The interrupt number was taken from a downstream DTS of the similar MT7987
[1] and verified on my OpenWrt One.
Signed-off-by: Peter Collingbourne <peter at pcc.me.uk>
Link: [1] https://github.com/openwrt/openwrt/blob/e4b3d5c799aef3be20b7f6079e8e5a14b215c116/target/linux/mediatek/dts/mt7987.dtsi#L246
---
v2:
* Remove interrupt-parent
arch/arm64/boot/dts/mediatek/mt7981b.dtsi | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/arch/arm64/boot/dts/mediatek/mt7981b.dtsi b/arch/arm64/boot/dts/mediatek/mt7981b.dtsi
index 1bbe219380f9..ba6720031908 100644
--- a/arch/arm64/boot/dts/mediatek/mt7981b.dtsi
+++ b/arch/arm64/boot/dts/mediatek/mt7981b.dtsi
@@ -38,6 +38,11 @@ oscillator-40m {
#clock-cells = <0>;
};
+ pmu {
+ compatible = "arm,cortex-a53-pmu";
+ interrupts = <GIC_PPI 7 IRQ_TYPE_LEVEL_LOW>;
+ };
+
psci {
compatible = "arm,psci-1.0";
method = "smc";
--
2.54.0
More information about the Linux-mediatek
mailing list