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:
Zhen Lei 2020-10-12 14:12:23 +08:00 коммит произвёл Wei Xu
Родитель 4c246408f0
Коммит d48b6ef74a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -468,7 +468,7 @@
};
peripheral_ctrl: syscon@a20000 {
compatible = "syscon";
compatible = "hisilicon,peri-subctrl", "syscon";
reg = <0xa20000 0x1000>;
};