From: Francesco Dolcini <francesco.dolcini@toradex.com>
Add labels to the cpu cluster nodes to prepare for the addition of the
i.MX8QP SoC in which these nodes would need to be adjusted from another
DT file.
Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com>
---
arch/arm64/boot/dts/freescale/imx8qm.dtsi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm64/boot/dts/freescale/imx8qm.dtsi b/arch/arm64/boot/dts/freescale/imx8qm.dtsi
index cb66853b1cd3..e0046f798eca 100644
--- a/arch/arm64/boot/dts/freescale/imx8qm.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8qm.dtsi
@@ -38,7 +38,7 @@ cpus {
#size-cells = <0>;
cpu-map {
- cluster0 {
+ cluster0: cluster0 {
core0 {
cpu = <&A53_0>;
};
@@ -53,7 +53,7 @@ core3 {
};
};
- cluster1 {
+ cluster1: cluster1 {
core0 {
cpu = <&A72_0>;
};
--
2.47.3