Message ID | 1538381445-9222-1-git-send-email-hayashi.kunihiko@socionext.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | arm64: defconfig: Enable USB phys for UniPhier SoCs | expand |
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
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
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(+)