diff options
author | Zhen Lei <thunder.leizhen@huawei.com> | 2020-10-12 08:12:19 +0200 |
---|---|---|
committer | Wei Xu <xuwei5@hisilicon.com> | 2020-11-24 12:43:18 +0100 |
commit | 8e9e8dd7ce093344a89792deaeb6caedde636dcf (patch) | |
tree | f4ae76813d9dcda53546a9c91121c4e31abb6d15 /arch/arm/boot/dts/hi3620-hi4511.dts | |
parent | ARM: dts: hisilicon: fix errors detected by usb yaml (diff) | |
download | linux-8e9e8dd7ce093344a89792deaeb6caedde636dcf.tar.xz linux-8e9e8dd7ce093344a89792deaeb6caedde636dcf.zip |
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-hi4511.dts')
-rw-r--r-- | arch/arm/boot/dts/hi3620-hi4511.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/hi3620-hi4511.dts b/arch/arm/boot/dts/hi3620-hi4511.dts index 1c62bdcca647..29eedc7fef98 100644 --- a/arch/arm/boot/dts/hi3620-hi4511.dts +++ b/arch/arm/boot/dts/hi3620-hi4511.dts @@ -22,7 +22,7 @@ reg = <0x40000000 0x20000000>; }; - amba { + amba-bus { dual_timer0: dual_timer@800000 { status = "ok"; }; |