Commit 8e9e8dd7 authored by Zhen Lei's avatar Zhen Lei Committed by Wei Xu
Browse files

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: default avatarZhen Lei <thunder.leizhen@huawei.com>
Signed-off-by: default avatarWei Xu <xuwei5@hisilicon.com>
parent 64f5b525
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ memory {
		reg = <0x40000000 0x20000000>;
	};

	amba {
	amba-bus {
		dual_timer0: dual_timer@800000 {
			status = "ok";
		};
+1 −1
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@ cpu@3 {
		};
	};

	amba {
	amba-bus {

		#address-cells = <1>;
		#size-cells = <1>;
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ soc {
		interrupt-parent = <&gic>;
		ranges = <0 0x10000000 0x20000000>;

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

		amba {
		amba-bus {
			#address-cells = <1>;
			#size-cells = <1>;
			compatible = "simple-bus";