10/12/2018 23:46, Petr Štetiar:
In ar71xx/mach-ubnt-xm.c there's following code:
static void __init ubnt_xw_init(void) {
...
ath79_setup_ar934x_eth_cfg(AR934X_ETH_CFG_MII_GMAC0 |
AR934X_ETH_CFG_MII_GMAC0_SLAVE);
...
}
But I couldn't find a way how to set it up via DTS.
In ar71xx/mach-ubnt-xm.c there's following code:
static void __init ubnt_xw_init(void) {
...
ath79_setup_ar934x_eth_cfg(AR934X_ETH_CFG_MII_GMAC0 |
AR934X_ETH_CFG_MII_GMAC0_SLAVE);
...
}
But I couldn't find a way how to set it up via DTS.
Tested-by: Joe Ayers
Signed-off-