Skip to content

Commit

Permalink
arm64: dts: imx8mm: update pmu compatible
Browse files Browse the repository at this point in the history
i.MX8MM features four Cortex-A53 cores, update the compatible
to use more accurate "arm,cortex-a53-pmu"

Signed-off-by: Peng Fan <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
  • Loading branch information
MrVan authored and Shawn Guo committed Aug 14, 2021
1 parent c1a6018 commit ceec36e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/freescale/imx8mm.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
};

pmu {
compatible = "arm,armv8-pmuv3";
compatible = "arm,cortex-a53-pmu";
interrupts = <GIC_PPI 7
(GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>;
interrupt-affinity = <&A53_0>, <&A53_1>, <&A53_2>, <&A53_3>;
Expand Down

0 comments on commit ceec36e

Please sign in to comment.