diff options
author | Zhen Lei <thunder.leizhen@huawei.com> | 2021-01-18 11:16:32 +0800 |
---|---|---|
committer | Wei Xu <xuwei5@hisilicon.com> | 2021-01-29 16:33:25 +0800 |
commit | a328818ee72a7e9508d9c6347b21bf3198c542c0 (patch) | |
tree | 8858274cbbd298da691718329c4860a8c66883b0 /arch/arm64/boot/dts/hisilicon | |
parent | dbbf51315a87e3fad6142bdce2278670d3e94e4b (diff) | |
download | linux-a328818ee72a7e9508d9c6347b21bf3198c542c0.tar.gz linux-a328818ee72a7e9508d9c6347b21bf3198c542c0.tar.bz2 linux-a328818ee72a7e9508d9c6347b21bf3198c542c0.zip |
arm64: dts: hisilicon: normalize the node name of the localbus
Change the node name of the localbus to match
'^([a-z][a-z0-9\\-]+-bus|bus|soc|axi|ahb|apb)(@[0-9a-f]+)?$'. This error
is detected by simple-bus.yaml.
Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com>
Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
Diffstat (limited to 'arch/arm64/boot/dts/hisilicon')
-rw-r--r-- | arch/arm64/boot/dts/hisilicon/hip05.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/hisilicon/hip05.dtsi b/arch/arm64/boot/dts/hisilicon/hip05.dtsi index 405acaa3e9dd..4aed8d440b3a 100644 --- a/arch/arm64/boot/dts/hisilicon/hip05.dtsi +++ b/arch/arm64/boot/dts/hisilicon/hip05.dtsi @@ -318,7 +318,7 @@ status = "disabled"; }; - lbc: localbus@80380000 { + lbc: local-bus@80380000 { compatible = "hisilicon,hisi-localbus", "simple-bus"; reg = <0x0 0x80380000 0x0 0x10000>; status = "disabled"; |