aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/imx53.dtsi
diff options
context:
space:
mode:
authorFabio Estevam <festevam@denx.de>2022-06-14 13:22:34 -0300
committerShawn Guo <shawnguo@kernel.org>2022-06-20 08:35:51 +0800
commite56d3274770e07f9542a1a129fdf0979ec87f4b1 (patch)
tree75318d7d0722c59d962bf12693c34aed3f5e2c06 /arch/arm/boot/dts/imx53.dtsi
parentARM: dts: imx: Pass a label to the soc node (diff)
downloadlinux-dev-e56d3274770e07f9542a1a129fdf0979ec87f4b1.tar.xz
linux-dev-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/imx53.dtsi')
-rw-r--r--arch/arm/boot/dts/imx53.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx53.dtsi b/arch/arm/boot/dts/imx53.dtsi
index b183bbe4efd3..b7a6469d3472 100644
--- a/arch/arm/boot/dts/imx53.dtsi
+++ b/arch/arm/boot/dts/imx53.dtsi
@@ -222,7 +222,7 @@
clock-names = "core_clk", "mem_iface_clk";
};
- bus@50000000 { /* AIPS1 */
+ aips1: bus@50000000 { /* AIPS1 */
compatible = "fsl,aips-bus", "simple-bus";
#address-cells = <1>;
#size-cells = <1>;
@@ -655,7 +655,7 @@
};
};
- bus@60000000 { /* AIPS2 */
+ aips2: bus@60000000 { /* AIPS2 */
compatible = "fsl,aips-bus", "simple-bus";
#address-cells = <1>;
#size-cells = <1>;