linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: defconfig: Enable QTI SC7280 pinctrl, gcc and interconnect
@ 2021-10-07  5:28 Sai Prakash Ranjan
  2021-10-07 18:06 ` Stephen Boyd
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Sai Prakash Ranjan @ 2021-10-07  5:28 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson
  Cc: Matthias Kaehlcke, linux-arm-kernel, linux-kernel, linux-arm-msm,
	Sai Prakash Ranjan

Enable the QTI SC7280 pinctrl, gcc and interconnect drivers required
for kernel to boot to console.

Signed-off-by: Sai Prakash Ranjan <quic_saipraka@quicinc.com>
---
 arch/arm64/configs/defconfig | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 156d96afbbfc..87584769cf71 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -516,6 +516,7 @@ CONFIG_PINCTRL_QCS404=y
 CONFIG_PINCTRL_QDF2XXX=y
 CONFIG_PINCTRL_QCOM_SPMI_PMIC=y
 CONFIG_PINCTRL_SC7180=y
+CONFIG_PINCTRL_SC7280=y
 CONFIG_PINCTRL_SDM845=y
 CONFIG_PINCTRL_SM8150=y
 CONFIG_PINCTRL_SM8250=y
@@ -984,6 +985,7 @@ CONFIG_MSM_MMCC_8996=y
 CONFIG_MSM_GCC_8998=y
 CONFIG_QCS_GCC_404=y
 CONFIG_SC_GCC_7180=y
+CONFIG_SC_GCC_7280=y
 CONFIG_SDM_CAMCC_845=m
 CONFIG_SDM_GCC_845=y
 CONFIG_SDM_GPUCC_845=y
@@ -1160,6 +1162,7 @@ CONFIG_INTERCONNECT_IMX8MQ=m
 CONFIG_INTERCONNECT_QCOM=y
 CONFIG_INTERCONNECT_QCOM_MSM8916=m
 CONFIG_INTERCONNECT_QCOM_OSM_L3=m
+CONFIG_INTERCONNECT_QCOM_SC7280=y
 CONFIG_INTERCONNECT_QCOM_SDM845=y
 CONFIG_INTERCONNECT_QCOM_SM8150=m
 CONFIG_INTERCONNECT_QCOM_SM8250=m
-- 
2.29.0


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

* Re: [PATCH] arm64: defconfig: Enable QTI SC7280 pinctrl, gcc and interconnect
  2021-10-07  5:28 [PATCH] arm64: defconfig: Enable QTI SC7280 pinctrl, gcc and interconnect Sai Prakash Ranjan
@ 2021-10-07 18:06 ` Stephen Boyd
  2021-10-08  4:02   ` Sai Prakash Ranjan
  2021-10-16  4:40 ` patchwork-bot+linux-arm-msm
  2021-10-17 15:31 ` (subset) " Bjorn Andersson
  2 siblings, 1 reply; 5+ messages in thread
From: Stephen Boyd @ 2021-10-07 18:06 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Sai Prakash Ranjan
  Cc: Matthias Kaehlcke, linux-arm-kernel, linux-kernel, linux-arm-msm

Quoting Sai Prakash Ranjan (2021-10-06 22:28:12)
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index 156d96afbbfc..87584769cf71 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -984,6 +985,7 @@ CONFIG_MSM_MMCC_8996=y
>  CONFIG_MSM_GCC_8998=y
>  CONFIG_QCS_GCC_404=y
>  CONFIG_SC_GCC_7180=y
> +CONFIG_SC_GCC_7280=y

Any reason to not enable DISPCC or GPUCC which selects the GCC config?
Same goes for sc7180.

>  CONFIG_SDM_CAMCC_845=m
>  CONFIG_SDM_GCC_845=y
>  CONFIG_SDM_GPUCC_845=y

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

* Re: [PATCH] arm64: defconfig: Enable QTI SC7280 pinctrl, gcc and interconnect
  2021-10-07 18:06 ` Stephen Boyd
@ 2021-10-08  4:02   ` Sai Prakash Ranjan
  0 siblings, 0 replies; 5+ messages in thread
From: Sai Prakash Ranjan @ 2021-10-08  4:02 UTC (permalink / raw)
  To: Stephen Boyd, Andy Gross, Bjorn Andersson
  Cc: Matthias Kaehlcke, linux-arm-kernel, linux-kernel, linux-arm-msm

On 10/7/2021 11:36 PM, Stephen Boyd wrote:
> Quoting Sai Prakash Ranjan (2021-10-06 22:28:12)
>> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
>> index 156d96afbbfc..87584769cf71 100644
>> --- a/arch/arm64/configs/defconfig
>> +++ b/arch/arm64/configs/defconfig
>> @@ -984,6 +985,7 @@ CONFIG_MSM_MMCC_8996=y
>>   CONFIG_MSM_GCC_8998=y
>>   CONFIG_QCS_GCC_404=y
>>   CONFIG_SC_GCC_7180=y
>> +CONFIG_SC_GCC_7280=y
> Any reason to not enable DISPCC or GPUCC which selects the GCC config? 
> Same goes for sc7180. 

These are the minimal configs required to boot to shell with an 
initramfs, I wasn't trying to get display nor gpu up on either of them.

Thanks,
Sai
>>   CONFIG_SDM_CAMCC_845=m
>>   CONFIG_SDM_GCC_845=y
>>   CONFIG_SDM_GPUCC_845=y



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

* Re: [PATCH] arm64: defconfig: Enable QTI SC7280 pinctrl, gcc and interconnect
  2021-10-07  5:28 [PATCH] arm64: defconfig: Enable QTI SC7280 pinctrl, gcc and interconnect Sai Prakash Ranjan
  2021-10-07 18:06 ` Stephen Boyd
@ 2021-10-16  4:40 ` patchwork-bot+linux-arm-msm
  2021-10-17 15:31 ` (subset) " Bjorn Andersson
  2 siblings, 0 replies; 5+ messages in thread
From: patchwork-bot+linux-arm-msm @ 2021-10-16  4:40 UTC (permalink / raw)
  To: Sai Prakash Ranjan; +Cc: linux-arm-msm

Hello:

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

On Thu, 7 Oct 2021 10:58:12 +0530 you wrote:
> Enable the QTI SC7280 pinctrl, gcc and interconnect drivers required
> for kernel to boot to console.
> 
> Signed-off-by: Sai Prakash Ranjan <quic_saipraka@quicinc.com>
> ---
>  arch/arm64/configs/defconfig | 3 +++
>  1 file changed, 3 insertions(+)

Here is the summary with links:
  - arm64: defconfig: Enable QTI SC7280 pinctrl, gcc and interconnect
    https://git.kernel.org/qcom/c/88800cb25484

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] 5+ messages in thread

* Re: (subset) [PATCH] arm64: defconfig: Enable QTI SC7280 pinctrl, gcc and interconnect
  2021-10-07  5:28 [PATCH] arm64: defconfig: Enable QTI SC7280 pinctrl, gcc and interconnect Sai Prakash Ranjan
  2021-10-07 18:06 ` Stephen Boyd
  2021-10-16  4:40 ` patchwork-bot+linux-arm-msm
@ 2021-10-17 15:31 ` Bjorn Andersson
  2 siblings, 0 replies; 5+ messages in thread
From: Bjorn Andersson @ 2021-10-17 15:31 UTC (permalink / raw)
  To: Andy Gross, Sai Prakash Ranjan
  Cc: linux-kernel, Matthias Kaehlcke, linux-arm-msm, linux-arm-kernel

On Thu, 7 Oct 2021 10:58:12 +0530, Sai Prakash Ranjan wrote:
> Enable the QTI SC7280 pinctrl, gcc and interconnect drivers required
> for kernel to boot to console.
> 
> 

Applied, thanks!

[1/1] arm64: defconfig: Enable QTI SC7280 pinctrl, gcc and interconnect
      commit: 88800cb25484ed6626a35e9019ea78d71aca09f2

Best regards,
-- 
Bjorn Andersson <bjorn.andersson@linaro.org>

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

end of thread, other threads:[~2021-10-17 15:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-07  5:28 [PATCH] arm64: defconfig: Enable QTI SC7280 pinctrl, gcc and interconnect Sai Prakash Ranjan
2021-10-07 18:06 ` Stephen Boyd
2021-10-08  4:02   ` Sai Prakash Ranjan
2021-10-16  4:40 ` patchwork-bot+linux-arm-msm
2021-10-17 15:31 ` (subset) " Bjorn Andersson

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