ath79: ar934x: assert mac/mdio reset together for gmac0
This allows resetting gmac registers during initialization. Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
This commit is contained in:
parent
cea3e9e438
commit
51cdf0e9eb
1 changed files with 3 additions and 6 deletions
|
@ -192,19 +192,16 @@
|
||||||
|
|
||||||
&mdio0 {
|
&mdio0 {
|
||||||
compatible = "qca,ar9340-mdio";
|
compatible = "qca,ar9340-mdio";
|
||||||
resets = <&rst 22>;
|
|
||||||
reset-names = "mdio";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
ð0 {
|
ð0 {
|
||||||
compatible = "qca,ar9340-eth", "syscon", "simple-mfd";
|
compatible = "qca,ar9340-eth", "syscon";
|
||||||
|
|
||||||
pll-data = <0x16000000 0x00000101 0x00001616>;
|
pll-data = <0x16000000 0x00000101 0x00001616>;
|
||||||
pll-reg = <0x4 0x2c 17>;
|
pll-reg = <0x4 0x2c 17>;
|
||||||
pll-handle = <&pll>;
|
pll-handle = <&pll>;
|
||||||
|
resets = <&rst 9>, <&rst 22>;
|
||||||
resets = <&rst 9>;
|
reset-names = "mac", "mdio";
|
||||||
reset-names = "mac";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
&mdio1 {
|
&mdio1 {
|
||||||
|
|
Loading…
Reference in a new issue