[PATCH 1/2] ARM: dts: imx6dl: Add a label to cpu1 node

Primoz Fiser primoz.fiser at norik.com
Wed Sep 23 00:05:04 PDT 2026


From: Yunus Bas <y.bas at phytec.de>

The cpu1 is missing a label for further reference. Since cpu0 has
already a label, add also one for cpu1 node, so it can be referenced to
add or modify cpu specific properties the same way as cpu0.

Signed-off-by: Yunus Bas <y.bas at phytec.de>
Signed-off-by: Primoz Fiser <primoz.fiser at norik.com>
---
 arch/arm/boot/dts/nxp/imx/imx6dl.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/nxp/imx/imx6dl.dtsi b/arch/arm/boot/dts/nxp/imx/imx6dl.dtsi
index dc919e09a505..78092d94f265 100644
--- a/arch/arm/boot/dts/nxp/imx/imx6dl.dtsi
+++ b/arch/arm/boot/dts/nxp/imx/imx6dl.dtsi
@@ -48,7 +48,7 @@ cpu0: cpu at 0 {
 			nvmem-cell-names = "speed_grade";
 		};
 
-		cpu at 1 {
+		cpu1: cpu at 1 {
 			compatible = "arm,cortex-a9";
 			device_type = "cpu";
 			reg = <1>;
-- 
2.34.1




More information about the linux-arm-kernel mailing list