diff mbox series

arm64: defconfig: Enabled SC8180x configs

Message ID 20220916124214.3881948-1-vkoul@kernel.org (mailing list archive)
State Accepted
Headers show
Series arm64: defconfig: Enabled SC8180x configs | expand

Commit Message

Vinod Koul Sept. 16, 2022, 12:42 p.m. UTC
Enable sc8180x global clock controller, tlmm, interconnect and edp phy
drivers which are required for sc8180x like Lenovo Flex 5G laptop to
boot.

Signed-off-by: Vinod Koul <vkoul@kernel.org>
---
 arch/arm64/configs/defconfig | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Bhupesh Sharma Sept. 21, 2022, 7:12 a.m. UTC | #1
On 9/16/22 6:12 PM, Vinod Koul wrote:
> Enable sc8180x global clock controller, tlmm, interconnect and edp phy
> drivers which are required for sc8180x like Lenovo Flex 5G laptop to
> boot.
> 
> Signed-off-by: Vinod Koul <vkoul@kernel.org>
> ---
>   arch/arm64/configs/defconfig | 4 ++++
>   1 file changed, 4 insertions(+)
> 
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index 0816b7f6926e..e772d01536cf 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -534,6 +534,7 @@ CONFIG_PINCTRL_QDF2XXX=y
>   CONFIG_PINCTRL_QCOM_SPMI_PMIC=y
>   CONFIG_PINCTRL_SC7180=y
>   CONFIG_PINCTRL_SC7280=y
> +CONFIG_PINCTRL_SC8180X=y
>   CONFIG_PINCTRL_SC8280XP=y
>   CONFIG_PINCTRL_SDM845=y
>   CONFIG_PINCTRL_SM8150=y
> @@ -1060,6 +1061,7 @@ CONFIG_MSM_GCC_8998=y
>   CONFIG_QCS_GCC_404=y
>   CONFIG_SC_GCC_7180=y
>   CONFIG_SC_GCC_7280=y
> +CONFIG_SC_GCC_8180X=y
>   CONFIG_SC_GCC_8280XP=y
>   CONFIG_SDM_CAMCC_845=m
>   CONFIG_SDM_GPUCC_845=y
> @@ -1213,6 +1215,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_EDP=m
>   CONFIG_PHY_QCOM_PCIE2=m
>   CONFIG_PHY_QCOM_QMP=m
>   CONFIG_PHY_QCOM_QUSB2=m
> @@ -1275,6 +1278,7 @@ CONFIG_INTERCONNECT_QCOM_OSM_L3=m
>   CONFIG_INTERCONNECT_QCOM_QCS404=m
>   CONFIG_INTERCONNECT_QCOM_SC7180=m
>   CONFIG_INTERCONNECT_QCOM_SC7280=y
> +CONFIG_INTERCONNECT_QCOM_SC8180X=y
>   CONFIG_INTERCONNECT_QCOM_SC8280XP=y
>   CONFIG_INTERCONNECT_QCOM_SDM845=y
>   CONFIG_INTERCONNECT_QCOM_SM8150=m

Reviewed-by: Bhupesh Sharma <bhupesh.sharma@linaro.org>

Thanks.
diff mbox series

Patch

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 0816b7f6926e..e772d01536cf 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -534,6 +534,7 @@  CONFIG_PINCTRL_QDF2XXX=y
 CONFIG_PINCTRL_QCOM_SPMI_PMIC=y
 CONFIG_PINCTRL_SC7180=y
 CONFIG_PINCTRL_SC7280=y
+CONFIG_PINCTRL_SC8180X=y
 CONFIG_PINCTRL_SC8280XP=y
 CONFIG_PINCTRL_SDM845=y
 CONFIG_PINCTRL_SM8150=y
@@ -1060,6 +1061,7 @@  CONFIG_MSM_GCC_8998=y
 CONFIG_QCS_GCC_404=y
 CONFIG_SC_GCC_7180=y
 CONFIG_SC_GCC_7280=y
+CONFIG_SC_GCC_8180X=y
 CONFIG_SC_GCC_8280XP=y
 CONFIG_SDM_CAMCC_845=m
 CONFIG_SDM_GPUCC_845=y
@@ -1213,6 +1215,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_EDP=m
 CONFIG_PHY_QCOM_PCIE2=m
 CONFIG_PHY_QCOM_QMP=m
 CONFIG_PHY_QCOM_QUSB2=m
@@ -1275,6 +1278,7 @@  CONFIG_INTERCONNECT_QCOM_OSM_L3=m
 CONFIG_INTERCONNECT_QCOM_QCS404=m
 CONFIG_INTERCONNECT_QCOM_SC7180=m
 CONFIG_INTERCONNECT_QCOM_SC7280=y
+CONFIG_INTERCONNECT_QCOM_SC8180X=y
 CONFIG_INTERCONNECT_QCOM_SC8280XP=y
 CONFIG_INTERCONNECT_QCOM_SDM845=y
 CONFIG_INTERCONNECT_QCOM_SM8150=m