Message ID | 20230109074008.111756-1-alexander.stein@ew.tq-group.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/1] arm64: defconfig: Enable USB onboard hub | expand |
On Mon, Jan 09, 2023 at 08:40:08AM +0100, Alexander Stein wrote: > USB host support on TQMa8MPxL (commit ca69b6c78d5d6 ("arm64: dts: > tqma8mpql: add support for 2nd USB (host) interface") needs onboard USB > hub driver for handling reset GPIO. > > Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com> > --- > arch/arm64/configs/defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig > index f9cab47c585c0..91ce61e4ea578 100644 > --- a/arch/arm64/configs/defconfig > +++ b/arch/arm64/configs/defconfig > @@ -922,6 +922,7 @@ CONFIG_USB_ISP1760=y > CONFIG_USB_SERIAL=m > CONFIG_USB_SERIAL_CP210X=m > CONFIG_USB_SERIAL_FTDI_SIO=m > +CONFIG_USB_ONBOARD_HUB=y Does it have to be built-in? Shawn > CONFIG_USB_SERIAL_OPTION=m > CONFIG_USB_QCOM_EUD=m > CONFIG_USB_HSIC_USB3503=y > -- > 2.34.1 >
Hi Shawn, Am Donnerstag, 26. Januar 2023, 01:22:45 CET schrieb Shawn Guo: > On Mon, Jan 09, 2023 at 08:40:08AM +0100, Alexander Stein wrote: > > USB host support on TQMa8MPxL (commit ca69b6c78d5d6 ("arm64: dts: > > tqma8mpql: add support for 2nd USB (host) interface") needs onboard USB > > hub driver for handling reset GPIO. > > > > Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com> > > --- > > > > arch/arm64/configs/defconfig | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig > > index f9cab47c585c0..91ce61e4ea578 100644 > > --- a/arch/arm64/configs/defconfig > > +++ b/arch/arm64/configs/defconfig > > @@ -922,6 +922,7 @@ CONFIG_USB_ISP1760=y > > > > CONFIG_USB_SERIAL=m > > CONFIG_USB_SERIAL_CP210X=m > > CONFIG_USB_SERIAL_FTDI_SIO=m > > > > +CONFIG_USB_ONBOARD_HUB=y > > Does it have to be built-in? No, built as module is fine as well. Thanks for pointing out. But this has been merged already on commit e02e6ca588b8 ("arm64: defconfig: Enable USB onboard HUB driver", 2023-01-18). So this can be dropped. Regards Alexander > Shawn > > > CONFIG_USB_SERIAL_OPTION=m > > CONFIG_USB_QCOM_EUD=m > > CONFIG_USB_HSIC_USB3503=y
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index f9cab47c585c0..91ce61e4ea578 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -922,6 +922,7 @@ CONFIG_USB_ISP1760=y CONFIG_USB_SERIAL=m CONFIG_USB_SERIAL_CP210X=m CONFIG_USB_SERIAL_FTDI_SIO=m +CONFIG_USB_ONBOARD_HUB=y CONFIG_USB_SERIAL_OPTION=m CONFIG_USB_QCOM_EUD=m CONFIG_USB_HSIC_USB3503=y
USB host support on TQMa8MPxL (commit ca69b6c78d5d6 ("arm64: dts: tqma8mpql: add support for 2nd USB (host) interface") needs onboard USB hub driver for handling reset GPIO. Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com> --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+)