diff options
author | Marc Zyngier <maz@kernel.org> | 2021-11-02 18:09:49 +0100 |
---|---|---|
committer | Marc Zyngier <maz@kernel.org> | 2022-02-07 17:00:42 +0100 |
commit | 0f522efcd79634a6113195842ee763dc6ebacfbb (patch) | |
tree | 8ae4efa8ab9321d4d1737539ed36a993b36bd5ce | |
parent | arm64: dts: apple: Add t8103 PMU interrupt affinities (diff) | |
download | linux-0f522efcd79634a6113195842ee763dc6ebacfbb.tar.xz linux-0f522efcd79634a6113195842ee763dc6ebacfbb.zip |
arm64: dts: apple: Add t8303 PMU nodes
Advertise the two PMU nodes for the t8103 SoC.
Reviewed-by: Hector Martin <marcan@marcan.st>
Signed-off-by: Marc Zyngier <maz@kernel.org>
-rw-r--r-- | arch/arm64/boot/dts/apple/t8103.dtsi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/apple/t8103.dtsi b/arch/arm64/boot/dts/apple/t8103.dtsi index a2e006538c56..9f8f4145db88 100644 --- a/arch/arm64/boot/dts/apple/t8103.dtsi +++ b/arch/arm64/boot/dts/apple/t8103.dtsi @@ -97,6 +97,18 @@ <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>; |