summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Funke <[email protected]>2024-03-07 16:29:56 +0100
committerMichal Simek <[email protected]>2024-03-12 16:09:47 +0100
commitda8d9df9a6f7fe1555a2cd833a12dad1141bcdf3 (patch)
treeb9255f49a406ebd2759fb8fbc020f9e790942445
parent0508653ea65d7b708053c5cb6c2fb8632f68c885 (diff)
arm64: zynqmp: Add label to pmu fwnode
ZynqMP CG series devices only have two cpus. In this case the interrupt-affinity property has to adapted, because cpu3 and cpu4 are missing. By adding a label to the pmu fwnode the interrupt-affinity can be adapted in a device specific DT. Signed-off-by: Lukas Funke <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Michal Simek <[email protected]>
-rw-r--r--arch/arm/dts/zynqmp.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/zynqmp.dtsi b/arch/arm/dts/zynqmp.dtsi
index daae23c12b7..e424f26c7fa 100644
--- a/arch/arm/dts/zynqmp.dtsi
+++ b/arch/arm/dts/zynqmp.dtsi
@@ -168,7 +168,7 @@
bootph-all;
};
- pmu {
+ pmu: pmu {
compatible = "arm,armv8-pmuv3";
interrupt-parent = <&gic>;
interrupts = <GIC_SPI 143 IRQ_TYPE_LEVEL_HIGH>,