arm64: dts: imx8qxp: update pmu compatible
authorPeng Fan <peng.fan@nxp.com>
Sat, 7 Aug 2021 09:45:36 +0000 (17:45 +0800)
committerShawn Guo <shawnguo@kernel.org>
Sat, 14 Aug 2021 04:39:27 +0000 (12:39 +0800)
i.MX8QXP features four Cortex-A35 cores, use more accurate
compatible.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8qxp.dtsi

index a625fb6bdc6217fe457f195601bb67a8f8b700c2..617618edf77e0dceb4ae4617d347d19cb34eb0ab 100644 (file)
        };
 
        pmu {
-               compatible = "arm,armv8-pmuv3";
+               compatible = "arm,cortex-a35-pmu";
                interrupts = <GIC_PPI 7 IRQ_TYPE_LEVEL_HIGH>;
        };