Message ID | adcf5786105a88a668c8539dd6885338304a9bac.1582028304.git.michal.simek@xilinx.com |
---|---|
State | New |
Headers | show |
Series | xilinx: DT sync up | expand |
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>;
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(-)