Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Zhen Lei and committed by
Wei Xu
d48b6ef7 4c246408

+1 -1
+1 -1
arch/arm/boot/dts/hisi-x5hd2.dtsi
··· 468 468 }; 469 469 470 470 peripheral_ctrl: syscon@a20000 { 471 - compatible = "syscon"; 471 + compatible = "hisilicon,peri-subctrl", "syscon"; 472 472 reg = <0xa20000 0x1000>; 473 473 }; 474 474