]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
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 8a864ba3ed3f7c058743d569d1e5466e24eb5028..e200fb694c6b6ee421c7b65a5467607a20bd2b2f 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 5d188db62d929741ea45949c41824b42bad306bd..d511b823754bdd4a1900b07c0e2462812ef1d8d7 100644 (file)
@@ -42,7 +42,7 @@
                bootph-all;
        };
 
-       amba: amba {
+       amba: axi {
                bootph-all;
                compatible = "simple-bus";
                #address-cells = <0x2>;
index 097b58c633b8b4e05656031b55cb1db99aeb9bdb..e29a3f36d6e407a68eb45bf9afbd8fb29287b3b3 100644 (file)
@@ -42,7 +42,7 @@
                bootph-all;
        };
 
-       amba: amba {
+       amba: axi {
                bootph-all;
                compatible = "simple-bus";
                #address-cells = <2>;