Commit 6742139b authored by Esben Haabendal's avatar Esben Haabendal Committed by Shawn Guo

ARM: dts: ls1021a: Specify interrupt-affinity for pmu node

This avoids the warning

  hw perfevents: no interrupt-affinity property for /pmu, guessing.
Signed-off-by: default avatarEsben Haabendal <eha@deif.com>
[RV: adapt commit log to the warning emitted in current mainline]
Signed-off-by: default avatarRasmus Villemoes <rasmus.villemoes@prevas.dk>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 31fa7631
......@@ -106,6 +106,7 @@ pmu {
compatible = "arm,cortex-a7-pmu";
interrupts = <GIC_SPI 138 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 139 IRQ_TYPE_LEVEL_HIGH>;
interrupt-affinity = <&cpu0>, <&cpu1>;
};
reboot {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment