Patrick Williams | b9af875 | 2023-01-30 13:28:01 -0600 | [diff] [blame] | 1 | From bd354219987dddbf8ab6fd11450b4046547aca1b Mon Sep 17 00:00:00 2001 |
Andrew Geissler | ea144b0 | 2023-01-27 16:03:57 -0600 | [diff] [blame] | 2 | From: James Clark <james.clark@arm.com> |
| 3 | Date: Thu, 17 Nov 2022 10:25:36 +0000 |
| 4 | Subject: [PATCH] arm64: dts: fvp: Add SPE to Foundation FVP |
| 5 | |
| 6 | Add SPE DT node to FVP model. If the model doesn't support SPE (e.g., |
| 7 | turned off via parameter), the driver will skip the initialisation |
| 8 | accordingly and thus is safe. |
| 9 | |
| 10 | Signed-off-by: James Clark <james.clark@arm.com> |
| 11 | Link: https://lore.kernel.org/r/20221117102536.237515-1-james.clark@arm.com |
| 12 | Signed-off-by: Sudeep Holla <sudeep.holla@arm.com> |
| 13 | |
| 14 | Signed-off-by: Jon Mason <jon.mason@arm.com> |
| 15 | Upstream-Status: Backport |
| 16 | --- |
| 17 | arch/arm64/boot/dts/arm/foundation-v8.dtsi | 5 +++++ |
| 18 | 1 file changed, 5 insertions(+) |
| 19 | |
| 20 | diff --git a/arch/arm64/boot/dts/arm/foundation-v8.dtsi b/arch/arm64/boot/dts/arm/foundation-v8.dtsi |
| 21 | index c8bd23b1a7ba..029578072d8f 100644 |
| 22 | --- a/arch/arm64/boot/dts/arm/foundation-v8.dtsi |
| 23 | +++ b/arch/arm64/boot/dts/arm/foundation-v8.dtsi |
| 24 | @@ -85,6 +85,11 @@ pmu { |
| 25 | <GIC_SPI 63 IRQ_TYPE_LEVEL_HIGH>; |
| 26 | }; |
| 27 | |
| 28 | + spe-pmu { |
| 29 | + compatible = "arm,statistical-profiling-extension-v1"; |
| 30 | + interrupts = <GIC_PPI 5 IRQ_TYPE_LEVEL_HIGH>; |
| 31 | + }; |
| 32 | + |
| 33 | watchdog@2a440000 { |
| 34 | compatible = "arm,sbsa-gwdt"; |
| 35 | reg = <0x0 0x2a440000 0 0x1000>, |