[PATCH 3/3] arm64: defconfig: Enable Qualcomm Eliza pinctrl

Abel Vesa posted 3 patches 2 weeks, 6 days ago
There is a newer version of this series
[PATCH 3/3] arm64: defconfig: Enable Qualcomm Eliza pinctrl
Posted by Abel Vesa 2 weeks, 6 days ago
The Qualcomm Eliza SoC needs the pinctrl build-in in order to boot.
So enable it.

Signed-off-by: Abel Vesa <abel.vesa@oss.qualcomm.com>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 7a6d7e70d383..7c100e51af88 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -647,6 +647,7 @@ CONFIG_PINCTRL_IMX91=y
 CONFIG_PINCTRL_IMX93=y
 CONFIG_PINCTRL_IMX_SCMI=y
 CONFIG_PINCTRL_MSM=y
+CONFIG_PINCTRL_ELIZA=y
 CONFIG_PINCTRL_IPQ5018=y
 CONFIG_PINCTRL_IPQ5332=y
 CONFIG_PINCTRL_IPQ5424=y

-- 
2.48.1
Re: [PATCH 3/3] arm64: defconfig: Enable Qualcomm Eliza pinctrl
Posted by Krzysztof Kozlowski 2 weeks, 5 days ago
On 20/01/2026 10:56, Abel Vesa wrote:
> The Qualcomm Eliza SoC needs the pinctrl build-in in order to boot.
> So enable it.

Based on this patch is not needed - we don't have Eliza SoC upstream and
even if we had it, it would be impossible to boot the soc alone...

Best regards,
Krzysztof
Re: [PATCH 3/3] arm64: defconfig: Enable Qualcomm Eliza pinctrl
Posted by Dmitry Baryshkov 2 weeks, 5 days ago
On Tue, Jan 20, 2026 at 11:56:42AM +0200, Abel Vesa wrote:
> The Qualcomm Eliza SoC needs the pinctrl build-in in order to boot.
> So enable it.

defconfig changelogs talk about the boards, not about the SoCs.

> 
> Signed-off-by: Abel Vesa <abel.vesa@oss.qualcomm.com>
> ---
>  arch/arm64/configs/defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index 7a6d7e70d383..7c100e51af88 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -647,6 +647,7 @@ CONFIG_PINCTRL_IMX91=y
>  CONFIG_PINCTRL_IMX93=y
>  CONFIG_PINCTRL_IMX_SCMI=y
>  CONFIG_PINCTRL_MSM=y
> +CONFIG_PINCTRL_ELIZA=y
>  CONFIG_PINCTRL_IPQ5018=y
>  CONFIG_PINCTRL_IPQ5332=y
>  CONFIG_PINCTRL_IPQ5424=y
> 
> -- 
> 2.48.1
> 

-- 
With best wishes
Dmitry