uboot-d1: add bootloader for upcoming d1 target
[openwrt/staging/mans0n.git] / package / boot / uboot-d1 / patches / 0090-drivers-phy-fix-typo.patch
1 From 62419798c137c9eec2d2c1011e417d1520aecffb Mon Sep 17 00:00:00 2001
2 From: Zoltan HERPAI <wigyori@uid0.hu>
3 Date: Tue, 6 Jun 2023 19:46:30 +0000
4 Subject: [PATCH 90/90] drivers: phy: fix typo
5
6 Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
7 ---
8 drivers/phy/allwinner/Kconfig | 2 +-
9 1 file changed, 1 insertion(+), 1 deletion(-)
10
11 --- a/drivers/phy/allwinner/Kconfig
12 +++ b/drivers/phy/allwinner/Kconfig
13 @@ -3,7 +3,7 @@
14 #
15 config PHY_SUN4I_USB
16 bool "Allwinner Sun4I USB PHY driver"
17 - depends on depends on BOARD_SUNXI
18 + depends on BOARD_SUNXI
19 default y
20 select DM_REGULATOR
21 select PHY