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
committed by Wei Xu
parent 4c246408f0
commit d48b6ef74a

View File

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