summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/imx8mq.dtsi
diff options
context:
space:
mode:
authorFabio Estevam <festevam@gmail.com>2022-06-14 13:39:43 -0300
committerShawn Guo <shawnguo@kernel.org>2022-06-20 08:36:57 +0800
commitfcdef92ba63975db537b7ac887961bdda54dfe12 (patch)
tree447a8831add1d84d295553d976e7285b3a058bf0 /arch/arm64/boot/dts/freescale/imx8mq.dtsi
parent9635b7134c292db0b6b4d278c88d21035dad4000 (diff)
arm64: dts: imx8m: Pass a label to the soc node
Pass a label to the 'soc' node to make it easier to reference it from other devicetree files. U-Boot, for example usually needs to access the AIPS node to pass U-Boot-specific properties. Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/imx8mq.dtsi')
-rw-r--r--arch/arm64/boot/dts/freescale/imx8mq.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mq.dtsi b/arch/arm64/boot/dts/freescale/imx8mq.dtsi
index 2595a27ceb91..38309d98e961 100644
--- a/arch/arm64/boot/dts/freescale/imx8mq.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mq.dtsi
@@ -320,7 +320,7 @@
arm,no-tick-in-suspend;
};
- soc@0 {
+ soc: soc@0 {
compatible = "fsl,imx8mq-soc", "simple-bus";
#address-cells = <1>;
#size-cells = <1>;