mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-16 18:04:48 +00:00
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:
parent
1fc7dcc0be
commit
2b82768d55
3 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
bootph-all;
|
||||
};
|
||||
|
||||
amba: amba {
|
||||
amba: axi {
|
||||
bootph-all;
|
||||
compatible = "simple-bus";
|
||||
#address-cells = <0x2>;
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
bootph-all;
|
||||
};
|
||||
|
||||
amba: amba {
|
||||
amba: axi {
|
||||
bootph-all;
|
||||
compatible = "simple-bus";
|
||||
#address-cells = <2>;
|
||||
|
|
Loading…
Add table
Reference in a new issue