[PATCH 2/2] ARM: rpi_defconfig: Enable PHY core for dwc2 usb driver

Daniel Brát danek.brat at gmail.com
Wed Sep 8 00:46:22 PDT 2021


The Raspbery Pi device tree defines 'usb2_phy' optionally used by the
dwc2 usb driver, so lets enable PHY core for it in the defconfig.

Signed-off-by: Daniel Brát <danek.brat at gmail.com>
---
 arch/arm/configs/rpi_defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/configs/rpi_defconfig b/arch/arm/configs/rpi_defconfig
index f42b8819a..b823a9a3d 100644
--- a/arch/arm/configs/rpi_defconfig
+++ b/arch/arm/configs/rpi_defconfig
@@ -96,6 +96,8 @@ CONFIG_WATCHDOG_BCM2835=y
 CONFIG_GPIO_RASPBERRYPI_EXP=y
 CONFIG_PINCTRL_BCM283X=y
 CONFIG_REGULATOR=y
+CONFIG_GENERIC_PHY=y
+CONFIG_USB_NOP_XCEIV=y
 CONFIG_FS_EXT4=y
 CONFIG_FS_TFTP=y
 CONFIG_FS_NFS=y
-- 
2.17.1




More information about the barebox mailing list