ramips: add missing syscon compatible strings for MT7688 and RT3052
MT7688 devices use the "mt7628an.dtsi" as the template. And RT3052
devices use the "rt3050.dtsi" as template. Therefore, we need to add
the corresponding system controller compatible strings to make them
work properly.
Fixes: 1f818b09f8
("ramips: add proper system clock and reset driver support for legacy SoCs")
Fixes: #14305
Signed-off-by: Shiji Yang <yangshiji66@qq.com>
This commit is contained in:
parent
184bd28064
commit
c0d7842bf2
2 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@
|
|||
#size-cells = <1>;
|
||||
|
||||
sysc: syscon@0 {
|
||||
compatible = "ralink,mt7628-sysc", "syscon";
|
||||
compatible = "ralink,mt7628-sysc", "ralink,mt7688-sysc", "syscon";
|
||||
reg = <0x0 0x100>;
|
||||
#clock-cells = <1>;
|
||||
#reset-cells = <1>;
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
#size-cells = <1>;
|
||||
|
||||
sysc: syscon@0 {
|
||||
compatible = "ralink,rt3050-sysc", "syscon";
|
||||
compatible = "ralink,rt3050-sysc", "ralink,rt3052-sysc", "syscon";
|
||||
reg = <0x0 0x100>;
|
||||
#clock-cells = <1>;
|
||||
#reset-cells = <1>;
|
||||
|
|
Loading…
Reference in a new issue