ath79: ar724x: Fix reset definition for gmac0/gmac1
reset bit 8 is for builtin switch and bit 12 is marked 'reserved' on datasheet. Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
This commit is contained in:
parent
4e5ba50760
commit
a5fa6b3825
3 changed files with 12 additions and 12 deletions
|
@ -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";
|
||||
|
||||
|
|
|
@ -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";
|
||||
|
||||
|
|
|
@ -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 @@
|
|||
ð1 {
|
||||
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";
|
||||
|
||||
|
|
Loading…
Reference in a new issue