2022-06-28 05:00:50

by Vinod Koul

[permalink] [raw]
Subject: [PATCH v2 1/2] arm64: defconfig: Enable qcom ss & hs usb phy

These phys are used for USB controller found in QCS404 board, so enable
them in the defconfig

Signed-off-by: Vinod Koul <[email protected]>
---

Changes in v2: none

arch/arm64/configs/defconfig | 2 ++
1 file changed, 2 insertions(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 7d1105343bc2..6d3f4d8d50b8 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1197,6 +1197,8 @@ CONFIG_PHY_QCOM_QMP=m
CONFIG_PHY_QCOM_QUSB2=m
CONFIG_PHY_QCOM_USB_HS=y
CONFIG_PHY_QCOM_USB_SNPS_FEMTO_V2=y
+CONFIG_PHY_QCOM_USB_HS_28NM=y
+CONFIG_PHY_QCOM_USB_SS=y
CONFIG_PHY_RCAR_GEN3_PCIE=y
CONFIG_PHY_RCAR_GEN3_USB2=y
CONFIG_PHY_RCAR_GEN3_USB3=m
--
2.34.1


2022-06-28 05:39:58

by Vinod Koul

[permalink] [raw]
Subject: [PATCH v2 2/2] arm64: defconfig: Enable qcom interconnect drivers

While enabling QCS404 interconnect driver, I found that other drivers
are missing too, so add all the interconnect driver

Signed-off-by: Vinod Koul <[email protected]>
---

Changes in v2:
- Drop msm8974

arch/arm64/configs/defconfig | 3 +++
1 file changed, 3 insertions(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 6d3f4d8d50b8..7bbbdd00c590 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1249,7 +1249,10 @@ CONFIG_INTERCONNECT_IMX8MN=m
CONFIG_INTERCONNECT_IMX8MQ=m
CONFIG_INTERCONNECT_QCOM=y
CONFIG_INTERCONNECT_QCOM_MSM8916=m
+CONFIG_INTERCONNECT_QCOM_MSM8996=m
CONFIG_INTERCONNECT_QCOM_OSM_L3=m
+CONFIG_INTERCONNECT_QCOM_QCS404=m
+CONFIG_INTERCONNECT_QCOM_SC7180=m
CONFIG_INTERCONNECT_QCOM_SC7280=y
CONFIG_INTERCONNECT_QCOM_SDM845=y
CONFIG_INTERCONNECT_QCOM_SM8150=m
--
2.34.1

2022-07-03 04:43:07

by Bjorn Andersson

[permalink] [raw]
Subject: Re: [PATCH v2 1/2] arm64: defconfig: Enable qcom ss & hs usb phy

On Tue, 28 Jun 2022 10:24:53 +0530, Vinod Koul wrote:
> These phys are used for USB controller found in QCS404 board, so enable
> them in the defconfig
>
>

Applied, thanks!

[1/2] arm64: defconfig: Enable qcom ss & hs usb phy
commit: 974db040c5190b5e925883600d023a9ecce8a840
[2/2] arm64: defconfig: Enable qcom interconnect drivers
commit: 3d1188df789f777306756aeb201c8709eef6b627

Best regards,
--
Bjorn Andersson <[email protected]>