summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/imx8qm-mek-ca72.dts
diff options
context:
space:
mode:
authorAnson Huang <Anson.Huang@nxp.com>2019-10-31 18:24:00 +0800
committerDong Aisheng <aisheng.dong@nxp.com>2019-11-25 16:08:58 +0800
commit4960791f494fbde399fa7b2523cf7a2a86de2572 (patch)
tree14fddeceebc5a355c49a168abb2cc45560227013 /arch/arm64/boot/dts/freescale/imx8qm-mek-ca72.dts
parent860b4dc027776efb762e0543e0c89fc3b94691b9 (diff)
arm64: dts: imx8qm: Add support for booting up single cluster
Add *-ca53.dtb and *-ca72.dtb to support booting up single cluster, to boot up single A72 cluster, dedicated flash.bin needs to be used. Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/imx8qm-mek-ca72.dts')
-rw-r--r--arch/arm64/boot/dts/freescale/imx8qm-mek-ca72.dts30
1 files changed, 30 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8qm-mek-ca72.dts b/arch/arm64/boot/dts/freescale/imx8qm-mek-ca72.dts
new file mode 100644
index 000000000000..357a4ebc4799
--- /dev/null
+++ b/arch/arm64/boot/dts/freescale/imx8qm-mek-ca72.dts
@@ -0,0 +1,30 @@
+// SPDX-License-Identifier: GPL-2.0+
+/*
+ * Copyright 2019 NXP
+ */
+
+/dts-v1/;
+
+#include "imx8qm-mek.dts"
+
+&thermal_zones {
+ /delete-node/ cpu-thermal0;
+
+ pmic-thermal0 {
+ cooling-maps {
+ map0 {
+ cooling-device =
+ <&A72_0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
+ <&A72_1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
+ };
+ };
+ };
+};
+
+&cpus {
+ /delete-node/ cpu-map;
+ /delete-node/ cpu@0;
+ /delete-node/ cpu@1;
+ /delete-node/ cpu@2;
+ /delete-node/ cpu@3;
+};