xilinx: Fix axi and mmc node names in mini configuration

amba is not approved node name for simple-bus that's why use axi instead to
be aligned with other xilinx boards. Node reference is not changed that's
why there is no impact but also mini configuration will never gets to OS
that's why nothing should be affected from OS perspective (paths in /proc/
for example).

Signed-off-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/1b18a69ae47bdcb1a0795af7621d13bfecfc9861.1726219714.git.michal.simek@amd.com
This commit is contained in:
Michal Simek 2024-09-13 11:28:44 +02:00
parent 57c2a6364e
commit 99d240e8fb
11 changed files with 13 additions and 13 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -41,13 +41,13 @@
clock-frequency = <200000000>;
};
amba: amba {
amba: axi {
compatible = "simple-bus";
#address-cells = <2>;
#size-cells = <2>;
ranges;
sdhci0: sdhci@ff160000 {
sdhci0: mmc@ff160000 {
bootph-all;
compatible = "xlnx,zynqmp-8.9a", "arasan,sdhci-8.9a";
status = "disabled";

View file

@ -41,13 +41,13 @@
clock-frequency = <200000000>;
};
amba: amba {
amba: axi {
compatible = "simple-bus";
#address-cells = <2>;
#size-cells = <2>;
ranges;
sdhci1: sdhci@ff170000 {
sdhci1: mmc@ff170000 {
bootph-all;
compatible = "xlnx,zynqmp-8.9a", "arasan,sdhci-8.9a";
status = "disabled";

View file

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

View file

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