Re: [RFC v1 2/7] configs: odorid-c2: Enable Onboard HUB driver

Anand Moon <[email protected]> Fri, 9 May 2025 13:31:24 +0530
Newsgroups io.groups.u-boot-amlogic,org.u-boot-project.lists.u-boot
Message-ID <CANAwSgTCkO_5iezh8KQ=gYPTALfXbXNSuC4nY9=o-76n4CepNQ@mail.gmail.com>
Hi Neil,

On Fri, 9 May 2025 at 13:26, Neil Armstrong <[email protected]> wrote:
>
> s/odorid-c2/odroid-c2/ in the subject
>
Oops, I will fix this in the next version.
> 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]>

Thanks
-Anand