]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
mips: dts: ralink: mt7620a: update system controller node and its consumers
authorSergio Paracuellos <sergio.paracuellos@gmail.com>
Mon, 20 Jan 2025 09:21:45 +0000 (10:21 +0100)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Fri, 21 Feb 2025 17:06:53 +0000 (18:06 +0100)
Current MT7620A device tree file system controller node is wrong since it is
not matching bindings. Hence, update it to match current bindings updating
it also to use new introduced clock constants.

Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/boot/dts/ralink/mt7620a.dtsi
arch/mips/boot/dts/ralink/mt7620a_eval.dts

index 1f6e5320f4860c0236d6451e2e5763884e9f4827..d66045948a8331d7775b1ffec6aae9f1e35de392 100644 (file)
@@ -1,4 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
+#include <dt-bindings/clock/mediatek,mtmips-sysc.h>
+
 / {
        #address-cells = <1>;
        #size-cells = <1>;
                #address-cells = <1>;
                #size-cells = <1>;
 
-               sysc@0 {
-                       compatible = "ralink,mt7620a-sysc";
+               sysc: syscon@0 {
+                       compatible = "ralink,mt7620-sysc", "syscon";
                        reg = <0x0 0x100>;
+                       #clock-cells = <1>;
+                       #reset-cells = <1>;
                };
 
                intc: intc@200 {
@@ -50,6 +54,8 @@
                        compatible = "ralink,mt7620a-uart", "ralink,rt2880-uart", "ns16550a";
                        reg = <0xc00 0x100>;
 
+                       clocks = <&sysc MT7620_CLK_UARTLITE>;
+
                        interrupt-parent = <&intc>;
                        interrupts = <12>;
 
index 8de8f89f31b85cc9c5dd85aca778958d220b786f..da483ee65b61562d1cd81bd5b00729c51f268663 100644 (file)
@@ -1,7 +1,7 @@
 // SPDX-License-Identifier: GPL-2.0
 /dts-v1/;
 
-/include/ "mt7620a.dtsi"
+#include "mt7620a.dtsi"
 
 / {
        compatible = "ralink,mt7620a-eval-board", "ralink,mt7620a-soc";