ath79: ar724x: Fix reset definition for gmac0/gmac1
authorChuanhong Guo <gch981213@gmail.com>
Tue, 17 Jul 2018 09:09:14 +0000 (17:09 +0800)
committerJohn Crispin <john@phrozen.org>
Mon, 30 Jul 2018 08:43:35 +0000 (10:43 +0200)
reset bit 8 is for builtin switch and bit 12 is marked 'reserved' on datasheet.

Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
target/linux/ath79/dts/ar7240.dtsi
target/linux/ath79/dts/ar7241.dtsi
target/linux/ath79/dts/ar7242.dtsi

index f662b4b44588605e9aa315a743c4eaa9ca3a563d..397f30b3e179b0bdf816e4054980aa95495710d2 100644 (file)
@@ -59,8 +59,8 @@
 
        pll-data = <0x00110000 0x00001099 0x00991099>;
 
-       resets = <&rst 8>, <&rst 9>;
-       reset-names = "phy", "mac";
+       resets = <&rst 9>;
+       reset-names = "mac";
        phy-mode = "mii";
        phy-handle = <&swphy4>;
 };
@@ -70,8 +70,8 @@
 
        pll-data = <0x00110000 0x00001099 0x00991099>;
 
-       resets = <&rst 12>, <&rst 13>;
-       reset-names = "phy", "mac";
+       resets = <&rst 13>;
+       reset-names = "mac";
 
        phy-mode = "gmii";
 
index baf34e28a661e6a9d181745e305cbc237f90594d..674adc1d2610352534a3453369243653d534886a 100644 (file)
@@ -44,8 +44,8 @@
 
        pll-data = <0x00110000 0x00001099 0x00991099>;
 
-       resets = <&rst 8>, <&rst 9>;
-       reset-names = "mac", "phy";
+       resets = <&rst 9>;
+       reset-names = "mac";
        phy-mode = "mii";
        phy-handle = <&swphy4>;
 };
@@ -78,8 +78,8 @@
 
        pll-data = <0x00110000 0x00001099 0x00991099>;
 
-       resets = <&rst 12>, <&rst 13>;
-       reset-names = "mac", "phy";
+       resets = <&rst 13>;
+       reset-names = "mac";
 
        phy-mode = "gmii";
 
index 189e768e9f254cf441bc4a6bdb6ff476fcb9e39b..7828c9fadc486553931764e0fae4e8b8da929727 100644 (file)
@@ -51,8 +51,8 @@
        pll-reg = <0x4 0x2c 17>;
        pll-handle = <&pll>;
 
-       resets = <&rst 8>, <&rst 9>;
-       reset-names = "mac", "phy";
+       resets = <&rst 9>;
+       reset-names = "mac";
 };
 
 &mdio1 {
@@ -71,8 +71,8 @@
 &eth1 {
        compatible = "qca,ar7242-eth", "syscon", "simple-mfd";
 
-       resets = <&rst 12>, <&rst 13>;
-       reset-names = "mac", "phy";
+       resets = <&rst 13>;
+       reset-names = "mac";
 
        phy-mode = "gmii";