All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: defconfig: Enable USB phys for UniPhier SoCs
@ 2018-10-01  8:10 Kunihiko Hayashi
  2018-10-01 15:52 ` Arnd Bergmann
  0 siblings, 1 reply; 2+ messages in thread
From: Kunihiko Hayashi @ 2018-10-01  8:10 UTC (permalink / raw)
  To: linux-arm-kernel

Enable the USB3 and USB2 phys implemented in UniPhier SoCs.
These phys are necessary for dwc3 and ehci controllers driving
the USB ports on arm64 UniPhier SoCs.

Since the USB host drivers are already built-in, so only the phy
driver are missing to allow booting with USB devices.

Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
---
 arch/arm64/configs/defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index ecf6137..7298a4b 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -592,6 +592,8 @@ CONFIG_PHY_ROCKCHIP_EMMC=y
 CONFIG_PHY_ROCKCHIP_PCIE=m
 CONFIG_PHY_XGENE=y
 CONFIG_PHY_TEGRA_XUSB=y
+CONFIG_PHY_UNIPHIER_USB3=y
+CONFIG_PHY_UNIPHIER_USB2=y
 CONFIG_QCOM_L2_PMU=y
 CONFIG_QCOM_L3_PMU=y
 CONFIG_MESON_EFUSE=m
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] arm64: defconfig: Enable USB phys for UniPhier SoCs
  2018-10-01  8:10 [PATCH] arm64: defconfig: Enable USB phys for UniPhier SoCs Kunihiko Hayashi
@ 2018-10-01 15:52 ` Arnd Bergmann
  0 siblings, 0 replies; 2+ messages in thread
From: Arnd Bergmann @ 2018-10-01 15:52 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Oct 1, 2018 at 10:10 AM Kunihiko Hayashi
<hayashi.kunihiko@socionext.com> wrote:
>
> Enable the USB3 and USB2 phys implemented in UniPhier SoCs.
> These phys are necessary for dwc3 and ehci controllers driving
> the USB ports on arm64 UniPhier SoCs.
>
> Since the USB host drivers are already built-in, so only the phy
> driver are missing to allow booting with USB devices.
>
> Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>

Applied, with context changes, thanks,

       Arnd

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-10-01 15:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-01  8:10 [PATCH] arm64: defconfig: Enable USB phys for UniPhier SoCs Kunihiko Hayashi
2018-10-01 15:52 ` Arnd Bergmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.