[PATCH 2/2] arm64: dts: imx8mq: Pass a label to the AIPS nodes

Fabio Estevam festevam at gmail.com
Tue Jun 14 09:39:44 PDT 2022


From: Fabio Estevam <festevam at denx.de>

Pass a label to the AIPS nodes to make it easier to reference
it from other devicetree files.

The other i.MX8M dtsi files already describe labels for the AIPS nodes.

Make it available for imx8mq 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 at denx.de>
---
 arch/arm64/boot/dts/freescale/imx8mq.dtsi | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/arm64/boot/dts/freescale/imx8mq.dtsi b/arch/arm64/boot/dts/freescale/imx8mq.dtsi
index d6b101bcfe9f..4912f16aebf7 100644
--- a/arch/arm64/boot/dts/freescale/imx8mq.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mq.dtsi
@@ -329,7 +329,7 @@ soc: soc at 0 {
 		nvmem-cells = <&imx8mq_uid>;
 		nvmem-cell-names = "soc_unique_id";
 
-		bus at 30000000 { /* AIPS1 */
+		aips1: bus at 30000000 { /* AIPS1 */
 			compatible = "fsl,aips-bus", "simple-bus";
 			reg = <0x30000000 0x400000>;
 			#address-cells = <1>;
@@ -784,7 +784,7 @@ pgc_pcie2: power-domain at a {
 			};
 		};
 
-		bus at 30400000 { /* AIPS2 */
+		aips2: bus at 30400000 { /* AIPS2 */
 			compatible = "fsl,aips-bus", "simple-bus";
 			reg = <0x30400000 0x400000>;
 			#address-cells = <1>;
@@ -844,7 +844,7 @@ system_counter: timer at 306a0000 {
 			};
 		};
 
-		bus at 30800000 { /* AIPS3 */
+		aips3: bus at 30800000 { /* AIPS3 */
 			compatible = "fsl,aips-bus", "simple-bus";
 			reg = <0x30800000 0x400000>;
 			#address-cells = <1>;
@@ -1369,7 +1369,7 @@ opp-800M {
 			};
 		};
 
-		bus at 32c00000 { /* AIPS4 */
+		aips4: bus at 32c00000 { /* AIPS4 */
 			compatible = "fsl,aips-bus", "simple-bus";
 			reg = <0x32c00000 0x400000>;
 			#address-cells = <1>;
-- 
2.25.1




More information about the linux-arm-kernel mailing list