diff options
author | Fabio Estevam <festevam@denx.de> | 2022-06-14 18:22:34 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2022-06-20 02:35:51 +0200 |
commit | e56d3274770e07f9542a1a129fdf0979ec87f4b1 (patch) | |
tree | 75318d7d0722c59d962bf12693c34aed3f5e2c06 /arch/arm/boot/dts/imx31.dtsi | |
parent | ARM: dts: imx: Pass a label to the soc node (diff) | |
download | linux-e56d3274770e07f9542a1a129fdf0979ec87f4b1.tar.xz linux-e56d3274770e07f9542a1a129fdf0979ec87f4b1.zip |
ARM: dts: imx: Pass a label to the AIPS nodes
Pass a label to the AIPS nodes to make it easier to reference
it from other devicetree files.
Some i.MX dtsi files already describe labels for the AIPS nodes.
Make it available for all SoCs for consistency.
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/imx31.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx31.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx31.dtsi b/arch/arm/boot/dts/imx31.dtsi index b5ece07e78d5..5c4938b0d5a1 100644 --- a/arch/arm/boot/dts/imx31.dtsi +++ b/arch/arm/boot/dts/imx31.dtsi @@ -63,7 +63,7 @@ ranges = <0 0x1fffc000 0x4000>; }; - bus@43f00000 { /* AIPS1 */ + aips1: bus@43f00000 { /* AIPS1 */ compatible = "fsl,aips-bus", "simple-bus"; #address-cells = <1>; #size-cells = <1>; |