Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Zhen Lei and committed by
Wei Xu
8e9e8dd7 64f5b525

+4 -4
+1 -1
arch/arm/boot/dts/hi3620-hi4511.dts
··· 22 22 reg = <0x40000000 0x20000000>; 23 23 }; 24 24 25 - amba { 25 + amba-bus { 26 26 dual_timer0: dual_timer@800000 { 27 27 status = "ok"; 28 28 };
+1 -1
arch/arm/boot/dts/hi3620.dtsi
··· 63 63 }; 64 64 }; 65 65 66 - amba { 66 + amba-bus { 67 67 68 68 #address-cells = <1>; 69 69 #size-cells = <1>;
+1 -1
arch/arm/boot/dts/hip01.dtsi
··· 35 35 interrupt-parent = <&gic>; 36 36 ranges = <0 0x10000000 0x20000000>; 37 37 38 - amba { 38 + amba-bus { 39 39 #address-cells = <1>; 40 40 #size-cells = <1>; 41 41 compatible = "simple-bus";
+1 -1
arch/arm/boot/dts/hisi-x5hd2.dtsi
··· 30 30 interrupt-parent = <&gic>; 31 31 ranges = <0 0xf8000000 0x8000000>; 32 32 33 - amba { 33 + amba-bus { 34 34 #address-cells = <1>; 35 35 #size-cells = <1>; 36 36 compatible = "simple-bus";