Commit 202b84ae59d1bc356813b81b9611dcb8af610d97

Authored by Steve Rae
Committed by Tom Rini
1 parent df8b0a0373

arm: bcm235xx: choose 8-bit phy bus width

The Kona PHY supports an 8-bit wide UTMI interface,
therefore, choose this Kconfig setting.

Signed-off-by: Steve Rae <srae@broadcom.com>

Showing 2 changed files with 1 additions and 1 deletions Side-by-side Diff

configs/bcm23550_w1d_defconfig
... ... @@ -17,6 +17,7 @@
17 17 CONFIG_USB=y
18 18 CONFIG_USB_GADGET=y
19 19 CONFIG_USB_GADGET_DWC2_OTG=y
  20 +CONFIG_USB_GADGET_DWC2_OTG_PHY_BUS_WIDTH_8=y
20 21 CONFIG_USB_GADGET_DOWNLOAD=y
21 22 CONFIG_G_DNL_MANUFACTURER="Broadcom Corporation"
22 23 CONFIG_G_DNL_VENDOR_NUM=0x18d1
include/configs/bcm23550_w1d.h
... ... @@ -137,7 +137,6 @@
137 137 #define CONFIG_FASTBOOT_BUF_ADDR CONFIG_SYS_SDRAM_BASE
138 138 #undef CONFIG_USB_GADGET_VBUS_DRAW
139 139 #define CONFIG_USB_GADGET_VBUS_DRAW 0
140   -#define CONFIG_USB_GADGET_DWC2_PHY_8_BIT
141 140 #define CONFIG_USB_GADGET_BCM_UDC_OTG_PHY
142 141 #define CONFIG_USBID_ADDR 0x34052c46
143 142