diff options
author | Tim Harvey <tharvey@gateworks.com> | 2023-02-07 15:44:21 -0800 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2023-03-30 00:45:39 +0200 |
commit | 7e32871ce4d17aa549d44f0e50434b5c6454d184 (patch) | |
tree | 7e9490bb1dc9f2ab2c86fc1d9c1e03263f64b5f3 /configs/imx8mp_venice_defconfig | |
parent | 69c573ca899dec2a58b9d5d3e45177f3be2eba18 (diff) | |
download | u-boot-7e32871ce4d17aa549d44f0e50434b5c6454d184.tar.gz u-boot-7e32871ce4d17aa549d44f0e50434b5c6454d184.tar.bz2 u-boot-7e32871ce4d17aa549d44f0e50434b5c6454d184.zip |
board: gateworks: venice: enable XWAY PHY support
Enable XWAY PHY driver and remove board specific config from
board_phy_config weak override.
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Reviewed-by: Fabio Estevam <festevam@denx.de>
Diffstat (limited to 'configs/imx8mp_venice_defconfig')
-rw-r--r-- | configs/imx8mp_venice_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/imx8mp_venice_defconfig b/configs/imx8mp_venice_defconfig index ee488b1c56..4d0432078d 100644 --- a/configs/imx8mp_venice_defconfig +++ b/configs/imx8mp_venice_defconfig @@ -98,6 +98,7 @@ CONFIG_MMC_HS400_ES_SUPPORT=y CONFIG_MMC_HS400_SUPPORT=y CONFIG_FSL_USDHC=y CONFIG_PHY_TI_DP83867=y +CONFIG_PHY_XWAY=y CONFIG_PHY_FIXED=y CONFIG_DM_MDIO=y CONFIG_DM_DSA=y |