ramips: mt7628: fix memory controller reset bit
authorReto Schneider <reto.schneider@husqvarnagroup.com>
Fri, 11 Jun 2021 09:19:51 +0000 (11:19 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 6 Aug 2022 17:58:46 +0000 (19:58 +0200)
According to MediaTek MT7688 Datasheet v1.4, as well as the MT7628
counterpart, the memory controller reset bit (MC_RST) is 10, not 20.
Reset bit 20 is used for for UART 2 (UART2_RST).

Please note: Due to the lack of hardware, I was not able to test this
change.

Signed-off-by: Reto Schneider <reto.schneider@husqvarnagroup.com>
target/linux/ramips/dts/mt7628an.dtsi

index 7bc001207bcf036d77403ab2b5013db9abde7c73..8ef73dce80a406084d9c01f6f8477b177d0ba88f 100644 (file)
@@ -76,7 +76,7 @@
                        compatible = "ralink,mt7620a-memc", "ralink,rt3050-memc";
                        reg = <0x300 0x100>;
 
-                       resets = <&rstctrl 20>;
+                       resets = <&rstctrl 10>;
                        reset-names = "mc";
 
                        interrupt-parent = <&intc>;