diff options
author | Fabio Estevam <festevam@denx.de> | 2022-06-14 19:22:33 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2022-06-20 03:35:39 +0300 |
commit | 8e82a523151164e495f04f50c1af70f2d9adacf0 (patch) | |
tree | 822c9aafeb59a109ca822cc45fb07ae67138e56e /arch/arm/boot/dts/imx51.dtsi | |
parent | 0c6cf86e1ab433b2d421880fdd9c6e954f404948 (diff) | |
download | linux-8e82a523151164e495f04f50c1af70f2d9adacf0.tar.xz |
ARM: dts: imx: 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@denx.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx51.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx51.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx51.dtsi b/arch/arm/boot/dts/imx51.dtsi index 1e20a6639e42..a6d8a606bc48 100644 --- a/arch/arm/boot/dts/imx51.dtsi +++ b/arch/arm/boot/dts/imx51.dtsi @@ -114,7 +114,7 @@ ports = <&ipu_di0>, <&ipu_di1>; }; - soc { + soc: soc { #address-cells = <1>; #size-cells = <1>; compatible = "simple-bus"; |