• J
    net: phy: meson-gxl: leave CONFIG_A6 untouched · 30e43f13
    Jerome Brunet 提交于
    The PHY performs just as well when left in its default configuration and
    it makes senses because this poke gets reset just after init.
    
    According to the documentation, all registers in the Analog/DSP bank are
    reset when there is a mode switch from 10BT to 100BT. The bank is also
    reset on power down and soft reset, so we will never see the value which
    may have been set by the bootloader.
    
    In the end, we have used the default configuration so far and there is no
    reason to change now. Remove CONFIG_A6 poke to make this clear.
    Reviewed-by: NAndrew Lunn <andrew@lunn.ch>
    Signed-off-by: NJerome Brunet <jbrunet@baylibre.com>
    Signed-off-by: NDavid S. Miller <davem@davemloft.net>
    30e43f13
meson-gxl.c 5.9 KB