Merge branch 'mt2712'
authorDavid S. Miller <davem@davemloft.net>
Thu, 20 Dec 2018 00:24:59 +0000 (16:24 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 20 Dec 2018 00:24:59 +0000 (16:24 -0800)
commitdac9597606432574f3c64b68decaec3c56ca750f
tree782f3ad85259075646d5cb86e19a2035df117d41
parent24894bc6eabc43f55f5470767780ac07db18e797
parent22a3a5403bbefd520e19bb251ce49ce705b1e5e4
Merge branch 'mt2712'

Biao Huang says:

====================
add ethernet binding and modify ethernet driver for mt2712

changes in v3:
resend this series base on the latest net-next tree.

changes in v2 as comments from Sean:
1. fix typo.
2. use capital letters for RMII/MII/RGMII in driver and bindings.

v1:
This new series is the result of discussion in:
http://lkml.org/lkml/2018/12/13/1007
http://lkml.org/lkml/2018/12/14/53

1. ethernet binding file move to this series.
2. remove fine tune property in device tree
3. remove fine tune flow in ethernet driver
4. set rgmii timing according to the value in device tree,
and don't care whether phy insert internal delay  or not.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>