Commit 227afa04 authored by Zhen Lei's avatar Zhen Lei Committed by Wei Xu
Browse files

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: default avatarZhen Lei <thunder.leizhen@huawei.com>
Signed-off-by: default avatarWei Xu <xuwei5@hisilicon.com>
parent 3328c656
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>;
+1 −1
Original line number Diff line number Diff line
@@ -213,7 +213,7 @@
		};

		sysctrl: sysctrl {
			compatible = "hisilicon,sysctrl";
			compatible = "hisilicon,sysctrl", "syscon";
			reg = <0x3e00000 0x00100000>;
		};