]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: apple: Add t8303 PMU nodes
authorMarc Zyngier <maz@kernel.org>
Tue, 2 Nov 2021 17:09:49 +0000 (17:09 +0000)
committerMarc Zyngier <maz@kernel.org>
Mon, 7 Feb 2022 16:00:42 +0000 (16:00 +0000)
Advertise the two PMU nodes for the t8103 SoC.

Reviewed-by: Hector Martin <marcan@marcan.st>
Signed-off-by: Marc Zyngier <maz@kernel.org>
arch/arm64/boot/dts/apple/t8103.dtsi

index a2e006538c5683a6ab9d1a4062f4e0a8b0c596c5..9f8f4145db8805c42261fa23caf461733692eb60 100644 (file)
                             <AIC_FIQ AIC_TMR_HV_VIRT IRQ_TYPE_LEVEL_HIGH>;
        };
 
+       pmu-e {
+               compatible = "apple,icestorm-pmu";
+               interrupt-parent = <&aic>;
+               interrupts = <AIC_FIQ AIC_CPU_PMU_E IRQ_TYPE_LEVEL_HIGH>;
+       };
+
+       pmu-p {
+               compatible = "apple,firestorm-pmu";
+               interrupt-parent = <&aic>;
+               interrupts = <AIC_FIQ AIC_CPU_PMU_P IRQ_TYPE_LEVEL_HIGH>;
+       };
+
        clkref: clock-ref {
                compatible = "fixed-clock";
                #clock-cells = <0>;