diff options
author | Fabio Estevam <festevam@denx.de> | 2022-06-14 19:22:34 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2022-06-20 03:35:51 +0300 |
commit | e56d3274770e07f9542a1a129fdf0979ec87f4b1 (patch) | |
tree | 75318d7d0722c59d962bf12693c34aed3f5e2c06 /arch/arm/boot/dts/imx51.dtsi | |
parent | 8e82a523151164e495f04f50c1af70f2d9adacf0 (diff) | |
download | linux-e56d3274770e07f9542a1a129fdf0979ec87f4b1.tar.xz |
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/imx51.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx51.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx51.dtsi b/arch/arm/boot/dts/imx51.dtsi index a6d8a606bc48..592d9c23a447 100644 --- a/arch/arm/boot/dts/imx51.dtsi +++ b/arch/arm/boot/dts/imx51.dtsi @@ -171,7 +171,7 @@ }; }; - bus@70000000 { /* AIPS1 */ + aips1: bus@70000000 { /* AIPS1 */ compatible = "fsl,aips-bus", "simple-bus"; #address-cells = <1>; #size-cells = <1>; @@ -460,7 +460,7 @@ }; }; - bus@80000000 { /* AIPS2 */ + aips2: bus@80000000 { /* AIPS2 */ compatible = "fsl,aips-bus", "simple-bus"; #address-cells = <1>; #size-cells = <1>; |