mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-16 23:45:31 +08:00
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>
This commit is contained in:
parent
3328c65666
commit
227afa0488
@ -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>;
|
||||
|
@ -213,7 +213,7 @@
|
||||
};
|
||||
|
||||
sysctrl: sysctrl {
|
||||
compatible = "hisilicon,sysctrl";
|
||||
compatible = "hisilicon,sysctrl", "syscon";
|
||||
reg = <0x3e00000 0x00100000>;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user