diff options
author | Zhen Lei <thunder.leizhen@huawei.com> | 2020-10-12 09:12:19 +0300 |
---|---|---|
committer | Wei Xu <xuwei5@hisilicon.com> | 2020-11-24 14:43:18 +0300 |
commit | 8e9e8dd7ce093344a89792deaeb6caedde636dcf (patch) | |
tree | f4ae76813d9dcda53546a9c91121c4e31abb6d15 /arch/arm/boot/dts/hi3620.dtsi | |
parent | 64f5b52554a1de47a53972a47b9b58d8d66ee5aa (diff) | |
download | linux-8e9e8dd7ce093344a89792deaeb6caedde636dcf.tar.xz |
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>
Diffstat (limited to 'arch/arm/boot/dts/hi3620.dtsi')
-rw-r--r-- | arch/arm/boot/dts/hi3620.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/hi3620.dtsi b/arch/arm/boot/dts/hi3620.dtsi index d41378391e4c..905900bf3e82 100644 --- a/arch/arm/boot/dts/hi3620.dtsi +++ b/arch/arm/boot/dts/hi3620.dtsi @@ -63,7 +63,7 @@ }; }; - amba { + amba-bus { #address-cells = <1>; #size-cells = <1>; |