diff mbox series

[1/2] arm64: defconfig: enable SM8550 DISPCC clock driver

Message ID 20230110-topic-sm8550-upstream-display-defconfig-v1-1-9941c8083f10@linaro.org (mailing list archive)
State New, archived
Headers show
Series arm64: defconfig: enable modules for Qualcomm SM8550-MTP display | expand

Commit Message

Neil Armstrong Jan. 10, 2023, 7:34 p.m. UTC
Build the Qualcomm SM8550 Display Clock Controller driver

Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Konrad Dybcio Jan. 10, 2023, 11:57 p.m. UTC | #1
On 10.01.2023 20:34, Neil Armstrong wrote:
> Build the Qualcomm SM8550 Display Clock Controller driver
> 
> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
> ---
Acked-by: Konrad Dybcio <konrad.dybcio@linaro.org>

Konrad
>  arch/arm64/configs/defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index 851e8f9be06d..004c379eced7 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -1107,6 +1107,7 @@ CONFIG_SDM_GPUCC_845=y
>  CONFIG_SDM_VIDEOCC_845=y
>  CONFIG_SDM_DISPCC_845=y
>  CONFIG_SM_DISPCC_8250=y
> +CONFIG_SM_DISPCC_8550=y
>  CONFIG_SM_GCC_6115=y
>  CONFIG_SM_GCC_8350=y
>  CONFIG_SM_GCC_8450=y
>
Bjorn Andersson Jan. 11, 2023, 7:28 p.m. UTC | #2
On Tue, Jan 10, 2023 at 08:34:33PM +0100, Neil Armstrong wrote:
> Build the Qualcomm SM8550 Display Clock Controller driver
> 
> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
> ---
>  arch/arm64/configs/defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index 851e8f9be06d..004c379eced7 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -1107,6 +1107,7 @@ CONFIG_SDM_GPUCC_845=y
>  CONFIG_SDM_VIDEOCC_845=y
>  CONFIG_SDM_DISPCC_845=y
>  CONFIG_SM_DISPCC_8250=y
> +CONFIG_SM_DISPCC_8550=y

Now that power-domains will probe defer properly, could we make this =m?

Regards,
Bjorn

>  CONFIG_SM_GCC_6115=y
>  CONFIG_SM_GCC_8350=y
>  CONFIG_SM_GCC_8450=y
> 
> -- 
> 2.34.1
Neil Armstrong Jan. 11, 2023, 7:38 p.m. UTC | #3
Le 11/01/2023 à 20:28, Bjorn Andersson a écrit :
> On Tue, Jan 10, 2023 at 08:34:33PM +0100, Neil Armstrong wrote:
>> Build the Qualcomm SM8550 Display Clock Controller driver
>>
>> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
>> ---
>>   arch/arm64/configs/defconfig | 1 +
>>   1 file changed, 1 insertion(+)
>>
>> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
>> index 851e8f9be06d..004c379eced7 100644
>> --- a/arch/arm64/configs/defconfig
>> +++ b/arch/arm64/configs/defconfig
>> @@ -1107,6 +1107,7 @@ CONFIG_SDM_GPUCC_845=y
>>   CONFIG_SDM_VIDEOCC_845=y
>>   CONFIG_SDM_DISPCC_845=y
>>   CONFIG_SM_DISPCC_8250=y
>> +CONFIG_SM_DISPCC_8550=y
> 
> Now that power-domains will probe defer properly, could we make this =m?

Sure, will change for v2.

Thanks,
Neil

> 
> Regards,
> Bjorn
> 
>>   CONFIG_SM_GCC_6115=y
>>   CONFIG_SM_GCC_8350=y
>>   CONFIG_SM_GCC_8450=y
>>
>> -- 
>> 2.34.1
diff mbox series

Patch

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 851e8f9be06d..004c379eced7 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1107,6 +1107,7 @@  CONFIG_SDM_GPUCC_845=y
 CONFIG_SDM_VIDEOCC_845=y
 CONFIG_SDM_DISPCC_845=y
 CONFIG_SM_DISPCC_8250=y
+CONFIG_SM_DISPCC_8550=y
 CONFIG_SM_GCC_6115=y
 CONFIG_SM_GCC_8350=y
 CONFIG_SM_GCC_8450=y