diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2019-04-10 16:41:30 +0200 |
---|---|---|
committer | Neil Armstrong <narmstrong@baylibre.com> | 2019-04-23 11:19:49 +0200 |
commit | d714a5be8d570290095592d6663d3af8c3abab65 (patch) | |
tree | 5a7ca70c33db7a07e085988cb48ff5fe1a66148f /configs/nanopi-k2_defconfig | |
parent | b050a30016ee5577bdd3e64b243902f902450452 (diff) | |
download | u-boot-d714a5be8d570290095592d6663d3af8c3abab65.tar.gz u-boot-d714a5be8d570290095592d6663d3af8c3abab65.tar.bz2 u-boot-d714a5be8d570290095592d6663d3af8c3abab65.zip |
board: amlogic: enable PHY_REALTEK for selected boards
When using the generic PHY on boards using an RGMII Realtek PHY,
gigabit speed is not always reliable.
This patch enables the Realtek PHY driver for such boards.
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Diffstat (limited to 'configs/nanopi-k2_defconfig')
-rw-r--r-- | configs/nanopi-k2_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/nanopi-k2_defconfig b/configs/nanopi-k2_defconfig index 60481cd39b..3e7979973b 100644 --- a/configs/nanopi-k2_defconfig +++ b/configs/nanopi-k2_defconfig @@ -28,6 +28,7 @@ CONFIG_DM_MMC=y CONFIG_MMC_MESON_GX=y CONFIG_DM_ETH=y CONFIG_ETH_DESIGNWARE=y +CONFIG_PHY_REALTEK=y CONFIG_PINCTRL=y CONFIG_PINCTRL_MESON_GXBB=y CONFIG_DM_REGULATOR=y |