Skip to content

Commit

Permalink
arm64: versal-net: Align node names with dt-schema
Browse files Browse the repository at this point in the history
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
  • Loading branch information
michalsimek committed Aug 5, 2024
1 parent 1fc7dcc commit 2b82768
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions arch/arm/dts/versal-net-mini-emmc.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/dts/versal-net-mini-ospi.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
bootph-all;
};

amba: amba {
amba: axi {
bootph-all;
compatible = "simple-bus";
#address-cells = <0x2>;
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/dts/versal-net-mini-qspi.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
bootph-all;
};

amba: amba {
amba: axi {
bootph-all;
compatible = "simple-bus";
#address-cells = <2>;
Expand Down

0 comments on commit 2b82768

Please sign in to comment.