Message ID | 20221128200834.1776868-1-bhupesh.sharma@linaro.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 8f345960cec1a6dda7be076e2fcb30a8dc723f9c |
Headers | show |
Series | arm64: defconfig: Enable Qualcomm SM6115 / SM4250 GCC and Pinctrl | expand |
On 28.11.2022 21:08, Bhupesh Sharma wrote: > Enable the Qualcomm SM6115 / SM4250 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. > > Cc: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > Cc: Bjorn Andersson <andersson@kernel.org> > Signed-off-by: Bhupesh Sharma <bhupesh.sharma@linaro.org> > --- Acked-by: Konrad Dybcio <konrad.dybcio@linaro.org> Konrad > arch/arm64/configs/defconfig | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig > index 03b61f846a0e..851e8f9be06d 100644 > --- a/arch/arm64/configs/defconfig > +++ b/arch/arm64/configs/defconfig > @@ -560,6 +560,7 @@ CONFIG_PINCTRL_SC7280=y > CONFIG_PINCTRL_SC8180X=y > CONFIG_PINCTRL_SC8280XP=y > CONFIG_PINCTRL_SDM845=y > +CONFIG_PINCTRL_SM6115=y > CONFIG_PINCTRL_SM8150=y > CONFIG_PINCTRL_SM8250=y > CONFIG_PINCTRL_SM8350=y > @@ -1106,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_GCC_6115=y > CONFIG_SM_GCC_8350=y > CONFIG_SM_GCC_8450=y > CONFIG_SM_GPUCC_8150=y
Hello: This patch was applied to soc/soc.git (for-next) by Arnd Bergmann <arnd@arndb.de>: On Tue, 29 Nov 2022 01:38:34 +0530 you wrote: > Enable the Qualcomm SM6115 / SM4250 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. > > Cc: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > Cc: Bjorn Andersson <andersson@kernel.org> > Signed-off-by: Bhupesh Sharma <bhupesh.sharma@linaro.org> > > [...] Here is the summary with links: - arm64: defconfig: Enable Qualcomm SM6115 / SM4250 GCC and Pinctrl https://git.kernel.org/soc/soc/c/8f345960cec1 You are awesome, thank you!
On Tue, 29 Nov 2022 01:38:34 +0530, Bhupesh Sharma wrote: > Enable the Qualcomm SM6115 / SM4250 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. > > Applied, thanks! [1/1] arm64: defconfig: Enable Qualcomm SM6115 / SM4250 GCC and Pinctrl commit: 5d4bf8607be1683b09378ff1dba71cfe3d4ff6ec Best regards,
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 03b61f846a0e..851e8f9be06d 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -560,6 +560,7 @@ CONFIG_PINCTRL_SC7280=y CONFIG_PINCTRL_SC8180X=y CONFIG_PINCTRL_SC8280XP=y CONFIG_PINCTRL_SDM845=y +CONFIG_PINCTRL_SM6115=y CONFIG_PINCTRL_SM8150=y CONFIG_PINCTRL_SM8250=y CONFIG_PINCTRL_SM8350=y @@ -1106,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_GCC_6115=y CONFIG_SM_GCC_8350=y CONFIG_SM_GCC_8450=y CONFIG_SM_GPUCC_8150=y
Enable the Qualcomm SM6115 / SM4250 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. Cc: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Cc: Bjorn Andersson <andersson@kernel.org> Signed-off-by: Bhupesh Sharma <bhupesh.sharma@linaro.org> --- arch/arm64/configs/defconfig | 2 ++ 1 file changed, 2 insertions(+)