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

ARM: dts: hisilicon: fix the system controller compatible nodes

The DT binding for Hisilicon system controllers require to have a
"syscon" compatible string.

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
227afa04 3328c656

+2 -2
+1 -1
arch/arm/boot/dts/hi3620.dtsi
··· 89 89 }; 90 90 91 91 sysctrl: system-controller@802000 { 92 - compatible = "hisilicon,sysctrl"; 92 + compatible = "hisilicon,sysctrl", "syscon"; 93 93 #address-cells = <1>; 94 94 #size-cells = <1>; 95 95 ranges = <0 0x802000 0x1000>;
+1 -1
arch/arm/boot/dts/hip04.dtsi
··· 213 213 }; 214 214 215 215 sysctrl: sysctrl { 216 - compatible = "hisilicon,sysctrl"; 216 + compatible = "hisilicon,sysctrl", "syscon"; 217 217 reg = <0x3e00000 0x00100000>; 218 218 }; 219 219