diff mbox series

arm64: defconfig: Enable Qualcomm PCIe Gen2 PHY

Message ID 20220217040205.1898644-1-bjorn.andersson@linaro.org (mailing list archive)
State Accepted
Commit b49ceddc4b1958f44755ce447664203f73dd7c66
Headers show
Series arm64: defconfig: Enable Qualcomm PCIe Gen2 PHY | expand

Commit Message

Bjorn Andersson Feb. 17, 2022, 4:02 a.m. UTC
The Qualcomm QCS404 platform uses the PCIe Gen2 PHY, enable the driver
for this to ensure that PCIe is functional.

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Jeffrey Hugo April 8, 2022, 3:59 a.m. UTC | #1
On Thu, Feb 17, 2022 at 4:41 AM Bjorn Andersson
<bjorn.andersson@linaro.org> wrote:
>
> The Qualcomm QCS404 platform uses the PCIe Gen2 PHY, enable the driver
> for this to ensure that PCIe is functional.
>
> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>

Reviewed-by: Jeffrey Hugo <jeffrey.l.hugo@gmail.com>
patchwork-bot+linux-arm-msm@kernel.org April 11, 2022, 9 p.m. UTC | #2
Hello:

This patch was applied to qcom/linux.git (for-next)
by Bjorn Andersson <bjorn.andersson@linaro.org>:

On Wed, 16 Feb 2022 20:02:05 -0800 you wrote:
> The Qualcomm QCS404 platform uses the PCIe Gen2 PHY, enable the driver
> for this to ensure that PCIe is functional.
> 
> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
> ---
>  arch/arm64/configs/defconfig | 1 +
>  1 file changed, 1 insertion(+)

Here is the summary with links:
  - arm64: defconfig: Enable Qualcomm PCIe Gen2 PHY
    https://git.kernel.org/qcom/c/b49ceddc4b19

You are awesome, thank you!
diff mbox series

Patch

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 30a0853b6230..90578f76f176 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1160,6 +1160,7 @@  CONFIG_PHY_HISTB_COMBPHY=y
 CONFIG_PHY_HISI_INNO_USB2=y
 CONFIG_PHY_MVEBU_CP110_COMPHY=y
 CONFIG_PHY_MTK_TPHY=y
+CONFIG_PHY_QCOM_PCIE2=m
 CONFIG_PHY_QCOM_QMP=m
 CONFIG_PHY_QCOM_QUSB2=m
 CONFIG_PHY_QCOM_USB_HS=y