arm64: versal-net: Align node names with dt-schema

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
This commit is contained in:
Michal Simek 2024-07-15 16:38:30 +02:00
parent 1fc7dcc0be
commit 2b82768d55
3 changed files with 4 additions and 4 deletions

View file

@ -42,14 +42,14 @@
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;

View file

@ -42,7 +42,7 @@
bootph-all;
};
amba: amba {
amba: axi {
bootph-all;
compatible = "simple-bus";
#address-cells = <0x2>;

View file

@ -42,7 +42,7 @@
bootph-all;
};
amba: amba {
amba: axi {
bootph-all;
compatible = "simple-bus";
#address-cells = <2>;