From: Marc Zyngier Date: Tue, 2 Nov 2021 17:09:49 +0000 (+0000) Subject: arm64: dts: apple: Add t8303 PMU nodes X-Git-Tag: v5.18-rc1~209^2~1^2~2^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0f522efcd79634a6113195842ee763dc6ebacfbb;p=thirdparty%2Flinux.git arm64: dts: apple: Add t8303 PMU nodes Advertise the two PMU nodes for the t8103 SoC. Reviewed-by: Hector Martin Signed-off-by: Marc Zyngier --- diff --git a/arch/arm64/boot/dts/apple/t8103.dtsi b/arch/arm64/boot/dts/apple/t8103.dtsi index a2e006538c568..9f8f4145db880 100644 --- a/arch/arm64/boot/dts/apple/t8103.dtsi +++ b/arch/arm64/boot/dts/apple/t8103.dtsi @@ -97,6 +97,18 @@ ; }; + pmu-e { + compatible = "apple,icestorm-pmu"; + interrupt-parent = <&aic>; + interrupts = ; + }; + + pmu-p { + compatible = "apple,firestorm-pmu"; + interrupt-parent = <&aic>; + interrupts = ; + }; + clkref: clock-ref { compatible = "fixed-clock"; #clock-cells = <0>;