linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: defconfig: Enable QCOM eUSB2 SNPS PHY and repeater
@ 2023-03-20 15:17 Abel Vesa
  2023-03-20 17:05 ` Neil Armstrong
  2023-03-22 14:45 ` Bjorn Andersson
  0 siblings, 2 replies; 3+ messages in thread
From: Abel Vesa @ 2023-03-20 15:17 UTC (permalink / raw)
  To: Catalin Marinas, Will Deacon, Bjorn Andersson, Linux Kernel Mailing List
  Cc: linux-arm-msm, linux-arm-kernel

In order to have USB 2.0 working on Qualcomm SM8550, both the eUSB2 PHY
and the eUSB2 repeater need to be built as modules.
So select them accordingly.

Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
---
 arch/arm64/configs/defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 5029ff92eb68..87824cc1604a 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1308,9 +1308,11 @@ CONFIG_PHY_HISI_INNO_USB2=y
 CONFIG_PHY_MVEBU_CP110_COMPHY=y
 CONFIG_PHY_MTK_TPHY=y
 CONFIG_PHY_QCOM_EDP=m
+CONFIG_PHY_QCOM_EUSB2_REPEATER=m
 CONFIG_PHY_QCOM_PCIE2=m
 CONFIG_PHY_QCOM_QMP=m
 CONFIG_PHY_QCOM_QUSB2=m
+CONFIG_PHY_QCOM_SNPS_EUSB2=m
 CONFIG_PHY_QCOM_USB_HS=m
 CONFIG_PHY_QCOM_USB_SNPS_FEMTO_V2=m
 CONFIG_PHY_QCOM_USB_HS_28NM=m
-- 
2.34.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] arm64: defconfig: Enable QCOM eUSB2 SNPS PHY and repeater
  2023-03-20 15:17 [PATCH] arm64: defconfig: Enable QCOM eUSB2 SNPS PHY and repeater Abel Vesa
@ 2023-03-20 17:05 ` Neil Armstrong
  2023-03-22 14:45 ` Bjorn Andersson
  1 sibling, 0 replies; 3+ messages in thread
From: Neil Armstrong @ 2023-03-20 17:05 UTC (permalink / raw)
  To: Abel Vesa, Catalin Marinas, Will Deacon, Bjorn Andersson,
	Linux Kernel Mailing List
  Cc: linux-arm-msm, linux-arm-kernel

On 20/03/2023 16:17, Abel Vesa wrote:
> In order to have USB 2.0 working on Qualcomm SM8550, both the eUSB2 PHY
> and the eUSB2 repeater need to be built as modules.
> So select them accordingly.
> 
> Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
> ---
>   arch/arm64/configs/defconfig | 2 ++
>   1 file changed, 2 insertions(+)
> 
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index 5029ff92eb68..87824cc1604a 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -1308,9 +1308,11 @@ CONFIG_PHY_HISI_INNO_USB2=y
>   CONFIG_PHY_MVEBU_CP110_COMPHY=y
>   CONFIG_PHY_MTK_TPHY=y
>   CONFIG_PHY_QCOM_EDP=m
> +CONFIG_PHY_QCOM_EUSB2_REPEATER=m
>   CONFIG_PHY_QCOM_PCIE2=m
>   CONFIG_PHY_QCOM_QMP=m
>   CONFIG_PHY_QCOM_QUSB2=m
> +CONFIG_PHY_QCOM_SNPS_EUSB2=m
>   CONFIG_PHY_QCOM_USB_HS=m
>   CONFIG_PHY_QCOM_USB_SNPS_FEMTO_V2=m
>   CONFIG_PHY_QCOM_USB_HS_28NM=m

Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] arm64: defconfig: Enable QCOM eUSB2 SNPS PHY and repeater
  2023-03-20 15:17 [PATCH] arm64: defconfig: Enable QCOM eUSB2 SNPS PHY and repeater Abel Vesa
  2023-03-20 17:05 ` Neil Armstrong
@ 2023-03-22 14:45 ` Bjorn Andersson
  1 sibling, 0 replies; 3+ messages in thread
From: Bjorn Andersson @ 2023-03-22 14:45 UTC (permalink / raw)
  To: Catalin Marinas, Abel Vesa, Will Deacon, Linux Kernel Mailing List
  Cc: linux-arm-msm, linux-arm-kernel

On Mon, 20 Mar 2023 17:17:07 +0200, Abel Vesa wrote:
> In order to have USB 2.0 working on Qualcomm SM8550, both the eUSB2 PHY
> and the eUSB2 repeater need to be built as modules.
> So select them accordingly.
> 
> 

Applied, thanks!

[1/1] arm64: defconfig: Enable QCOM eUSB2 SNPS PHY and repeater
      commit: 1c894486fc638b1aafabe78cd38441518e7cdb00

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2023-03-22 14:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-20 15:17 [PATCH] arm64: defconfig: Enable QCOM eUSB2 SNPS PHY and repeater Abel Vesa
2023-03-20 17:05 ` Neil Armstrong
2023-03-22 14:45 ` Bjorn Andersson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).