Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1741810 > unrolled thread

[PATCH v2] ARM: multi_v7_defconfig: Enable USB3503 driver

Started byLinus Lüssing <linus.luessing@c0d3.blue>
First post2017-09-28 22:30 +0200
Last post2017-09-30 18:50 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH v2] ARM: multi_v7_defconfig: Enable USB3503 driver Linus Lüssing <linus.luessing@c0d3.blue> - 2017-09-28 22:30 +0200
    Re: [PATCH v2] ARM: multi_v7_defconfig: Enable USB3503 driver Krzysztof Kozlowski <krzk@kernel.org> - 2017-09-30 18:50 +0200

#1741810 — [PATCH v2] ARM: multi_v7_defconfig: Enable USB3503 driver

FromLinus Lüssing <linus.luessing@c0d3.blue>
Date2017-09-28 22:30 +0200
Subject[PATCH v2] ARM: multi_v7_defconfig: Enable USB3503 driver
Message-ID<uuNBw-59j-11@gated-at.bofh.it>
The Odroid U3 (Exynos 4412 based) for instance needs this driver,
otherwise its USB hub will not come up.

Also selecting it as built-in to allow booting from USB without
an initrd/initramfs. exynos_defconfig does the same already, too.

Signed-off-by: Linus Lüssing <linus.luessing@c0d3.blue>
---
 arch/arm/configs/multi_v7_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index 0cacdbf..c2484ef 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -693,6 +693,7 @@ CONFIG_USB_MUSB_HDRC=m
 CONFIG_USB_MUSB_SUNXI=m
 CONFIG_USB_DWC3=y
 CONFIG_USB_DWC2=y
+CONFIG_USB_HSIC_USB3503=y
 CONFIG_USB_CHIPIDEA=y
 CONFIG_USB_CHIPIDEA_UDC=y
 CONFIG_USB_CHIPIDEA_HOST=y
-- 
2.1.4

[toc] | [next] | [standalone]


#1742659

FromKrzysztof Kozlowski <krzk@kernel.org>
Date2017-09-30 18:50 +0200
Message-ID<uvt7H-6EC-1@gated-at.bofh.it>
In reply to#1741810
On Thu, Sep 28, 2017 at 10:27:03PM +0200, Linus Lüssing wrote:
> The Odroid U3 (Exynos 4412 based) for instance needs this driver,
> otherwise its USB hub will not come up.
> 
> Also selecting it as built-in to allow booting from USB without
> an initrd/initramfs. exynos_defconfig does the same already, too.
> 
> Signed-off-by: Linus Lüssing <linus.luessing@c0d3.blue>
> ---
>  arch/arm/configs/multi_v7_defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 

Thanks, applied.

Best regards,
Krzysztof

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web