Re: [RFC v1 2/7] configs: odorid-c2: Enable Onboard HUB driver
Neil Armstrong <[email protected]> Fri, 9 May 2025 09:56:28 +0200
| Newsgroups | io.groups.u-boot-amlogic,org.u-boot-project.lists.u-boot |
|---|---|
| Organization | Linaro |
| Message-ID | <[email protected]> |
s/odorid-c2/odroid-c2/ in the subject On 09/05/2025 09:02, Anand Moon wrote: > Enable the onboard USB HUB driver to power the > USB_HUB_GL852G-OHG on the Odroid C2. > > Signed-off-by: Anand Moon <[email protected]> > --- > configs/odroid-c2_defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/configs/odroid-c2_defconfig b/configs/odroid-c2_defconfig > index bcaab46f8bc..f8a66a923c9 100644 > --- a/configs/odroid-c2_defconfig > +++ b/configs/odroid-c2_defconfig > @@ -59,6 +59,7 @@ CONFIG_SYSINFO_SMBIOS=y > CONFIG_USB=y > CONFIG_USB_DWC2=y > CONFIG_USB_KEYBOARD=y > +CONFIG_USB_ONBOARD_HUB=y > CONFIG_VIDEO=y > # CONFIG_VIDEO_BPP8 is not set > # CONFIG_VIDEO_BPP16 is not set With that fixed: Reviewed-by: Neil Armstrong <[email protected]>