Hi Neil, On Fri, 9 May 2025 at 13:26, Neil Armstrong <neil.armstr...@linaro.org> 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 <linux.am...@gmail.com> > > --- > > 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 <neil.armstr...@linaro.org>
Thanks -Anand