[PATCH 15/16] arm64: zynqmp: Change bus naming to axi
Michal Simek
michal.simek at xilinx.com
Tue Feb 18 13:20:45 CET 2020
Linux dtbs_check reports issue with bus name reported as
amba-apu at 0: $nodename:0: 'amba-apu at 0' does not match '^(bus|soc|axi|ahb|apb)(@[0-9a-f]+)?$'
amba: $nodename:0: 'amba' does not match '^(bus|soc|axi|ahb|apb)(@[0-9a-f]+)?$'
That's why change bus names to axi.
Signed-off-by: Michal Simek <michal.simek at xilinx.com>
---
arch/arm/dts/zynqmp.dtsi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/dts/zynqmp.dtsi b/arch/arm/dts/zynqmp.dtsi
index aa2815822237..d5bee2f448d1 100644
--- a/arch/arm/dts/zynqmp.dtsi
+++ b/arch/arm/dts/zynqmp.dtsi
@@ -201,7 +201,7 @@
};
};
- amba_apu: amba-apu at 0 {
+ amba_apu: axi at 0 {
compatible = "simple-bus";
#address-cells = <2>;
#size-cells = <1>;
@@ -220,7 +220,7 @@
};
};
- amba: amba {
+ amba: axi {
compatible = "simple-bus";
u-boot,dm-pre-reloc;
#address-cells = <2>;
--
2.25.0
More information about the U-Boot
mailing list