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>
This commit is contained in:
Zhen Lei 2021-01-18 11:16:32 +08:00 committed by Wei Xu
parent dbbf51315a
commit a328818ee7

View File

@ -318,7 +318,7 @@ uart1: serial@80310000 {
status = "disabled";
};
lbc: localbus@80380000 {
lbc: local-bus@80380000 {
compatible = "hisilicon,hisi-localbus", "simple-bus";
reg = <0x0 0x80380000 0x0 0x10000>;
status = "disabled";