ARM: dts: hisilicon: fix errors detected by simple-bus.yaml

Change bus node name from "amba" to "amba-bus" to match
'^([a-z][a-z0-9\\-]+-bus|bus|soc|axi|ahb|apb)(@[0-9a-f]+)?$'

Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com>
Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
This commit is contained in:
Zhen Lei 2020-10-12 14:12:19 +08:00 committed by Wei Xu
parent 64f5b52554
commit 8e9e8dd7ce
4 changed files with 4 additions and 4 deletions

View File

@ -22,7 +22,7 @@
reg = <0x40000000 0x20000000>;
};
amba {
amba-bus {
dual_timer0: dual_timer@800000 {
status = "ok";
};

View File

@ -63,7 +63,7 @@
};
};
amba {
amba-bus {
#address-cells = <1>;
#size-cells = <1>;

View File

@ -35,7 +35,7 @@
interrupt-parent = <&gic>;
ranges = <0 0x10000000 0x20000000>;
amba {
amba-bus {
#address-cells = <1>;
#size-cells = <1>;
compatible = "simple-bus";

View File

@ -30,7 +30,7 @@
interrupt-parent = <&gic>;
ranges = <0 0xf8000000 0x8000000>;
amba {
amba-bus {
#address-cells = <1>;
#size-cells = <1>;
compatible = "simple-bus";