Skip to content

Commit 227afa0

Browse files
Zhen Leijoyxu
authored andcommitted
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>
1 parent 3328c65 commit 227afa0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm/boot/dts/hi3620.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
};
9090

9191
sysctrl: system-controller@802000 {
92-
compatible = "hisilicon,sysctrl";
92+
compatible = "hisilicon,sysctrl", "syscon";
9393
#address-cells = <1>;
9494
#size-cells = <1>;
9595
ranges = <0 0x802000 0x1000>;

arch/arm/boot/dts/hip04.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@
213213
};
214214

215215
sysctrl: sysctrl {
216-
compatible = "hisilicon,sysctrl";
216+
compatible = "hisilicon,sysctrl", "syscon";
217217
reg = <0x3e00000 0x00100000>;
218218
};
219219

0 commit comments

Comments
 (0)