arm64: versal-net: Align node names with dt-schema
authorMichal Simek <michal.simek@amd.com>
Mon, 15 Jul 2024 14:38:30 +0000 (16:38 +0200)
committerMichal Simek <michal.simek@amd.com>
Mon, 5 Aug 2024 14:10:36 +0000 (16:10 +0200)
dt-schema is forcing some rules for node names that's why align them with
it. Labels are not changing that's why this change is not breaking any
other board specific DTSes.

Signed-off-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/102d9499e9bab12f89dbf9ceaa49a11d685146b3.1721054306.git.michal.simek@amd.com
arch/arm/dts/versal-net-mini-emmc.dts
arch/arm/dts/versal-net-mini-ospi.dtsi
arch/arm/dts/versal-net-mini-qspi.dtsi

index 8a864ba..e200fb6 100644 (file)
                bootph-all;
        };
 
-       amba: amba {
+       amba: axi {
                bootph-all;
                compatible = "simple-bus";
                #address-cells = <2>;
                #size-cells = <2>;
                ranges;
 
-               sdhci1: sdhci@f1050000 {
+               sdhci1: mmc@f1050000 {
                        compatible = "xlnx,versal-net-emmc";
                        status = "okay";
                        non-removable;
index 5d188db..d511b82 100644 (file)
@@ -42,7 +42,7 @@
                bootph-all;
        };
 
-       amba: amba {
+       amba: axi {
                bootph-all;
                compatible = "simple-bus";
                #address-cells = <0x2>;
index 097b58c..e29a3f3 100644 (file)
@@ -42,7 +42,7 @@
                bootph-all;
        };
 
-       amba: amba {
+       amba: axi {
                bootph-all;
                compatible = "simple-bus";
                #address-cells = <2>;