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:
parent
64f5b52554
commit
8e9e8dd7ce
@ -22,7 +22,7 @@
|
||||
reg = <0x40000000 0x20000000>;
|
||||
};
|
||||
|
||||
amba {
|
||||
amba-bus {
|
||||
dual_timer0: dual_timer@800000 {
|
||||
status = "ok";
|
||||
};
|
||||
|
@ -63,7 +63,7 @@
|
||||
};
|
||||
};
|
||||
|
||||
amba {
|
||||
amba-bus {
|
||||
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
@ -35,7 +35,7 @@
|
||||
interrupt-parent = <&gic>;
|
||||
ranges = <0 0x10000000 0x20000000>;
|
||||
|
||||
amba {
|
||||
amba-bus {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
compatible = "simple-bus";
|
||||
|
@ -30,7 +30,7 @@
|
||||
interrupt-parent = <&gic>;
|
||||
ranges = <0 0xf8000000 0x8000000>;
|
||||
|
||||
amba {
|
||||
amba-bus {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
compatible = "simple-bus";
|
||||
|
Loading…
x
Reference in New Issue
Block a user