ARM: dts: hisilicon: fix errors detected by syscon.yaml
The DT binding for system controller is not allowed to contain only the compatible string "syscon", the Hisilicon peripheral subsystem controller should add compatible string "hisilicon,peri-subctrl". Otherwise, the error "compatible: ['syscon'] is too short" will be reported. Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com> Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
This commit is contained in:
Родитель
4c246408f0
Коммит
d48b6ef74a
|
@ -468,7 +468,7 @@
|
|||
};
|
||||
|
||||
peripheral_ctrl: syscon@a20000 {
|
||||
compatible = "syscon";
|
||||
compatible = "hisilicon,peri-subctrl", "syscon";
|
||||
reg = <0xa20000 0x1000>;
|
||||
};
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче