diff options
author | Marek Szyprowski <m.szyprowski@samsung.com> | 2017-11-23 09:34:31 -0500 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2017-12-01 11:43:17 -0500 |
commit | e9cd3444e8e0b4800257797eb9aaa298d761bfce (patch) | |
tree | a7f55b52ca452b7986cb3dabf1a68318ae6878d4 | |
parent | 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323 (diff) |
arm64: dts: exynos: Add CPU performance counters to Exynos5433 boards
Enable support for ARM Performance Monitoring Units available in
Cortex-A53 and Cortex-A57 CPU cores for Exynos5433 SoCs.
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
-rw-r--r-- | arch/arm64/boot/dts/exynos/exynos5433.dtsi | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/exynos/exynos5433.dtsi b/arch/arm64/boot/dts/exynos/exynos5433.dtsi index 7fe994b750da..9484d2f867dc 100644 --- a/arch/arm64/boot/dts/exynos/exynos5433.dtsi +++ b/arch/arm64/boot/dts/exynos/exynos5433.dtsi | |||
@@ -247,6 +247,24 @@ | |||
247 | #size-cells = <1>; | 247 | #size-cells = <1>; |
248 | ranges = <0x0 0x0 0x0 0x18000000>; | 248 | ranges = <0x0 0x0 0x0 0x18000000>; |
249 | 249 | ||
250 | arm_a53_pmu { | ||
251 | compatible = "arm,cortex-a53-pmu", "arm,armv8-pmuv3"; | ||
252 | interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>, | ||
253 | <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>, | ||
254 | <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>, | ||
255 | <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>; | ||
256 | interrupt-affinity = <&cpu0>, <&cpu1>, <&cpu2>, <&cpu3>; | ||
257 | }; | ||
258 | |||
259 | arm_a57_pmu { | ||
260 | compatible = "arm,cortex-a57-pmu", "arm,armv8-pmuv3"; | ||
261 | interrupts = <GIC_SPI 52 IRQ_TYPE_LEVEL_HIGH>, | ||
262 | <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>, | ||
263 | <GIC_SPI 54 IRQ_TYPE_LEVEL_HIGH>, | ||
264 | <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>; | ||
265 | interrupt-affinity = <&cpu4>, <&cpu5>, <&cpu6>, <&cpu7>; | ||
266 | }; | ||
267 | |||
250 | chipid@10000000 { | 268 | chipid@10000000 { |
251 | compatible = "samsung,exynos4210-chipid"; | 269 | compatible = "samsung,exynos4210-chipid"; |
252 | reg = <0x10000000 0x100>; | 270 | reg = <0x10000000 0x100>; |