linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: defconfig: Enable Qualcomm SM8350 TLMM and GCC
@ 2021-03-06  2:10 Bjorn Andersson
  2021-03-08  4:43 ` Vinod Koul
  2021-03-08 18:50 ` patchwork-bot+linux-arm-msm
  0 siblings, 2 replies; 3+ messages in thread
From: Bjorn Andersson @ 2021-03-06  2:10 UTC (permalink / raw)
  To: Catalin Marinas, Will Deacon, Bjorn Andersson, Vinod Koul
  Cc: linux-arm-kernel, linux-kernel, linux-arm-msm

Enable the Qualcomm SM8350 TLMM pinctrl and GCC clock drivers. They need
to be builtin to ensure that the UART is allowed to probe before user
space needs a console.

Signed-off-by: Bjorn Andersson <bjorn.andersson@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 d612f633b771..029edddb50df 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -510,6 +510,7 @@ CONFIG_PINCTRL_SC7180=y
 CONFIG_PINCTRL_SDM845=y
 CONFIG_PINCTRL_SM8150=y
 CONFIG_PINCTRL_SM8250=y
+CONFIG_PINCTRL_SM8350=y
 CONFIG_PINCTRL_LPASS_LPI=m
 CONFIG_GPIO_ALTERA=m
 CONFIG_GPIO_DAVINCI=y
@@ -957,6 +958,7 @@ CONFIG_SDM_VIDEOCC_845=y
 CONFIG_SDM_DISPCC_845=y
 CONFIG_SM_GCC_8150=y
 CONFIG_SM_GCC_8250=y
+CONFIG_SM_GCC_8350=y
 CONFIG_SM_GPUCC_8150=y
 CONFIG_SM_GPUCC_8250=y
 CONFIG_SM_DISPCC_8250=y
-- 
2.29.2


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

* Re: [PATCH] arm64: defconfig: Enable Qualcomm SM8350 TLMM and GCC
  2021-03-06  2:10 [PATCH] arm64: defconfig: Enable Qualcomm SM8350 TLMM and GCC Bjorn Andersson
@ 2021-03-08  4:43 ` Vinod Koul
  2021-03-08 18:50 ` patchwork-bot+linux-arm-msm
  1 sibling, 0 replies; 3+ messages in thread
From: Vinod Koul @ 2021-03-08  4:43 UTC (permalink / raw)
  To: Bjorn Andersson
  Cc: Catalin Marinas, Will Deacon, linux-arm-kernel, linux-kernel,
	linux-arm-msm

On 05-03-21, 18:10, Bjorn Andersson wrote:
> Enable the Qualcomm SM8350 TLMM pinctrl and GCC clock drivers. They need
> to be builtin to ensure that the UART is allowed to probe before user
> space needs a console.

Thanks for the patch, looks like I missed to send this one out :)

Reviewed-by: Vinod Koul <vkoul@kernel.org>

> Signed-off-by: Bjorn Andersson <bjorn.andersson@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 d612f633b771..029edddb50df 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -510,6 +510,7 @@ CONFIG_PINCTRL_SC7180=y
>  CONFIG_PINCTRL_SDM845=y
>  CONFIG_PINCTRL_SM8150=y
>  CONFIG_PINCTRL_SM8250=y
> +CONFIG_PINCTRL_SM8350=y
>  CONFIG_PINCTRL_LPASS_LPI=m
>  CONFIG_GPIO_ALTERA=m
>  CONFIG_GPIO_DAVINCI=y
> @@ -957,6 +958,7 @@ CONFIG_SDM_VIDEOCC_845=y
>  CONFIG_SDM_DISPCC_845=y
>  CONFIG_SM_GCC_8150=y
>  CONFIG_SM_GCC_8250=y
> +CONFIG_SM_GCC_8350=y
>  CONFIG_SM_GPUCC_8150=y
>  CONFIG_SM_GPUCC_8250=y
>  CONFIG_SM_DISPCC_8250=y
> -- 
> 2.29.2

-- 
~Vinod

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

* Re: [PATCH] arm64: defconfig: Enable Qualcomm SM8350 TLMM and GCC
  2021-03-06  2:10 [PATCH] arm64: defconfig: Enable Qualcomm SM8350 TLMM and GCC Bjorn Andersson
  2021-03-08  4:43 ` Vinod Koul
@ 2021-03-08 18:50 ` patchwork-bot+linux-arm-msm
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+linux-arm-msm @ 2021-03-08 18:50 UTC (permalink / raw)
  To: Bjorn Andersson; +Cc: linux-arm-msm

Hello:

This patch was applied to qcom/linux.git (refs/heads/for-next):

On Fri,  5 Mar 2021 18:10:21 -0800 you wrote:
> Enable the Qualcomm SM8350 TLMM pinctrl and GCC clock drivers. They need
> to be builtin to ensure that the UART is allowed to probe before user
> space needs a console.
> 
> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
> ---
>  arch/arm64/configs/defconfig | 2 ++
>  1 file changed, 2 insertions(+)

Here is the summary with links:
  - arm64: defconfig: Enable Qualcomm SM8350 TLMM and GCC
    https://git.kernel.org/qcom/c/1a0252abb6ff

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

end of thread, other threads:[~2021-03-08 18:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-06  2:10 [PATCH] arm64: defconfig: Enable Qualcomm SM8350 TLMM and GCC Bjorn Andersson
2021-03-08  4:43 ` Vinod Koul
2021-03-08 18:50 ` patchwork-bot+linux-arm-msm

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).