]> git.baikalelectronics.ru Git - kernel.git/commit
net: phy: meson-gxl: leave CONFIG_A6 untouched
authorJerome Brunet <jbrunet@baylibre.com>
Mon, 18 Dec 2017 09:44:44 +0000 (10:44 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 18 Dec 2017 18:24:56 +0000 (13:24 -0500)
commitb391b9a455b252d4944aafa582e68d52d67b18f5
treef223c72f65fb07b2a706150da95e5dd43480dcd2
parentb4004e63ab8ecc81c6ae5ff49ca856696bffbff7
net: phy: meson-gxl: leave CONFIG_A6 untouched

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: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/meson-gxl.c