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/odroid-c2_defconfig | |
parent | b050a30016ee5577bdd3e64b243902f902450452 (diff) | |
download | u-boot-d714a5be8d570290095592d6663d3af8c3abab65.tar.gz |
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/odroid-c2_defconfig')
-rw-r--r-- | configs/odroid-c2_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/odroid-c2_defconfig b/configs/odroid-c2_defconfig index 04904c28b5..66e59e5e27 100644 --- a/configs/odroid-c2_defconfig +++ b/configs/odroid-c2_defconfig @@ -29,6 +29,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 |