]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
rockchip: rk3328: Disable generic PHY support
authorChen-Yu Tsai <wens@csie.org>
Mon, 27 Apr 2020 06:52:51 +0000 (14:52 +0800)
committerKever Yang <kever.yang@rock-chips.com>
Fri, 1 May 2020 10:32:56 +0000 (18:32 +0800)
The USB PHYs on the RK3328 aren't supported, nor are any other generic
PHYs. Because upstream Linux device trees already include the USB PHYs
and references in the USB hosts, this would result in various calls
to the generic PHY API to fail.

Instead, just disable generic PHY support for now.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
configs/evb-rk3328_defconfig
configs/rock64-rk3328_defconfig

index 5bbdc002148c1d24d72472ea902e404d8feaec4a..7667bb037b3d28dcec2d58e3a29237eaf408c086 100644 (file)
@@ -61,7 +61,6 @@ CONFIG_SF_DEFAULT_SPEED=20000000
 CONFIG_DM_ETH=y
 CONFIG_ETH_DESIGNWARE=y
 CONFIG_GMAC_ROCKCHIP=y
-CONFIG_PHY=y
 CONFIG_PINCTRL=y
 CONFIG_SPL_PINCTRL=y
 CONFIG_DM_PMIC=y
index 826c7a691742c564fc0d3487651467492b6b876f..7d096d38c6d0c8f4f77cafde330f347f1ce63d07 100644 (file)
@@ -60,7 +60,6 @@ CONFIG_SF_DEFAULT_SPEED=20000000
 CONFIG_DM_ETH=y
 CONFIG_ETH_DESIGNWARE=y
 CONFIG_GMAC_ROCKCHIP=y
-CONFIG_PHY=y
 CONFIG_PINCTRL=y
 CONFIG_SPL_PINCTRL=y
 CONFIG_DM_PMIC=y