diff options
author | Chen-Yu Tsai <wens@csie.org> | 2019-05-03 10:27:40 +0800 |
---|---|---|
committer | Jagan Teki <jagan@amarulasolutions.com> | 2019-05-09 00:44:13 +0530 |
commit | b39eab2ffd55690ee2cd6e82bb30904b6faf45e5 (patch) | |
tree | b3fe29875c1b6ee9816e5c8bdc5efe22791b4c62 | |
parent | 997b857ae31f3cff5edc6219d5da670e8d588c27 (diff) |
sunxi: Enable EMAC on the Cubietruck Plus
The Cubietruck Plus has an RTL8211E PHY connected to the EMAC using
RGMII. The PHY is powered by DLDO4 @ 3.3V, while the I/O pins are
powered by DLDO3 @ 2.5V.
This patch enables the EMAC and Realtek PHY drivers in the defconfig.
The device tree file already has the EMAC enabled.
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>
-rw-r--r-- | configs/Cubietruck_plus_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/Cubietruck_plus_defconfig b/configs/Cubietruck_plus_defconfig index 869bffcfca..044af12779 100644 --- a/configs/Cubietruck_plus_defconfig +++ b/configs/Cubietruck_plus_defconfig @@ -20,6 +20,8 @@ CONFIG_CONSOLE_MUX=y # CONFIG_SPL_DOS_PARTITION is not set # CONFIG_SPL_EFI_PARTITION is not set CONFIG_DEFAULT_DEVICE_TREE="sun8i-a83t-cubietruck-plus" +CONFIG_PHY_REALTEK=y +CONFIG_SUN8I_EMAC=y CONFIG_AXP_DLDO3_VOLT=2500 CONFIG_AXP_DLDO4_VOLT=3300 CONFIG_AXP_FLDO1_VOLT=1200 |