ARM: dts: hisilicon: fix the system controller compatible nodes
authorZhen Lei <thunder.leizhen@huawei.com>
Tue, 29 Sep 2020 14:14:46 +0000 (22:14 +0800)
committerWei Xu <xuwei5@hisilicon.com>
Wed, 30 Sep 2020 06:09:17 +0000 (14:09 +0800)
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>
arch/arm/boot/dts/hi3620.dtsi
arch/arm/boot/dts/hip04.dtsi

index 355175b..f683440 100644 (file)
@@ -89,7 +89,7 @@
                };
 
                sysctrl: system-controller@802000 {
-                       compatible = "hisilicon,sysctrl";
+                       compatible = "hisilicon,sysctrl", "syscon";
                        #address-cells = <1>;
                        #size-cells = <1>;
                        ranges = <0 0x802000 0x1000>;
index f5871b1..555bc6b 100644 (file)
                };
 
                sysctrl: sysctrl {
-                       compatible = "hisilicon,sysctrl";
+                       compatible = "hisilicon,sysctrl", "syscon";
                        reg = <0x3e00000 0x00100000>;
                };