]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm64: zynqmp: Add label to pmu fwnode
authorLukas Funke <lukas.funke@weidmueller.com>
Thu, 7 Mar 2024 15:29:56 +0000 (16:29 +0100)
committerMichal Simek <michal.simek@amd.com>
Tue, 12 Mar 2024 15:09:47 +0000 (16:09 +0100)
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 <lukas.funke@weidmueller.com>
Link: https://lore.kernel.org/r/20240307152956.431104-1-lukas.funke-oss@weidmueller.com
Signed-off-by: Michal Simek <michal.simek@amd.com>
arch/arm/dts/zynqmp.dtsi

index daae23c12b791da1f7652d6208d43bdb9ea50e4c..e424f26c7fa3c2981c99b5e2a206968855229b2e 100644 (file)
                bootph-all;
        };
 
-       pmu {
+       pmu: pmu {
                compatible = "arm,armv8-pmuv3";
                interrupt-parent = <&gic>;
                interrupts = <GIC_SPI 143 IRQ_TYPE_LEVEL_HIGH>,