diff options
author | Zhen Lei <thunder.leizhen@huawei.com> | 2020-10-12 08:12:16 +0200 |
---|---|---|
committer | Wei Xu <xuwei5@hisilicon.com> | 2020-11-24 12:43:18 +0100 |
commit | 30ea026e33c6dda48849d9fe0d15c1d280a92d53 (patch) | |
tree | 62208f28421b1dd717f23927b878761493ee1d84 /arch/arm/boot/dts/hip04-d01.dts | |
parent | Linux 5.10-rc1 (diff) | |
download | linux-30ea026e33c6dda48849d9fe0d15c1d280a92d53.tar.xz linux-30ea026e33c6dda48849d9fe0d15c1d280a92d53.zip |
ARM: dts: hisilicon: fix errors detected by snps-dw-apb-uart.yaml
1. Change node name to match '^serial(@[0-9a-f,]+)*$'
2. Change clock-names to "baudclk", "apb_pclk". Both of them use the same
clock.
Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com>
Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
Diffstat (limited to 'arch/arm/boot/dts/hip04-d01.dts')
-rw-r--r-- | arch/arm/boot/dts/hip04-d01.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/hip04-d01.dts b/arch/arm/boot/dts/hip04-d01.dts index 9019e0d2ef60..f5691dbc26d2 100644 --- a/arch/arm/boot/dts/hip04-d01.dts +++ b/arch/arm/boot/dts/hip04-d01.dts @@ -22,7 +22,7 @@ }; soc { - uart0: uart@4007000 { + uart0: serial@4007000 { status = "ok"; }; }; |