projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ceec36e
)
arm64: dts: imx8qxp: update pmu compatible
author
Peng Fan
<peng.fan@nxp.com>
Sat, 7 Aug 2021 09:45:36 +0000
(17:45 +0800)
committer
Shawn 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
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/freescale/imx8qxp.dtsi
b/arch/arm64/boot/dts/freescale/imx8qxp.dtsi
index a625fb6bdc6217fe457f195601bb67a8f8b700c2..617618edf77e0dceb4ae4617d347d19cb34eb0ab 100644
(file)
--- a/
arch/arm64/boot/dts/freescale/imx8qxp.dtsi
+++ b/
arch/arm64/boot/dts/freescale/imx8qxp.dtsi
@@
-141,7
+141,7
@@
};
pmu {
- compatible = "arm,
armv8-pmuv3
";
+ compatible = "arm,
cortex-a35-pmu
";
interrupts = <GIC_PPI 7 IRQ_TYPE_LEVEL_HIGH>;
};