arch/arm64/configs/defconfig | 4 ++++ 1 file changed, 4 insertions(+)
Enable the interconnect, pinctrl and Global Clock Controller (GCC)
providers as built-in, and the Top Control and Status Register (TCSR)
clock provider as module, on the Qualcomm Eliza SoC.
These are all necessary in order to be able to boot up Eliza-based MTP
board with debug UART and rootfs on UFS storage.
Signed-off-by: Abel Vesa <abel.vesa@oss.qualcomm.com>
---
arch/arm64/configs/defconfig | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 1d967a81b82a..9eee4675edf5 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_GLYMUR=y
CONFIG_PINCTRL_IPQ5018=y
CONFIG_PINCTRL_IPQ5332=y
@@ -1456,6 +1457,8 @@ CONFIG_COMMON_CLK_MT8192_SCP_ADSP=y
CONFIG_COMMON_CLK_MT8192_VDECSYS=y
CONFIG_COMMON_CLK_MT8192_VENCSYS=y
CONFIG_COMMON_CLK_QCOM=y
+CONFIG_CLK_ELIZA_GCC=y
+CONFIG_CLK_ELIZA_TCSRCC=m
CONFIG_CLK_GLYMUR_DISPCC=m
CONFIG_CLK_GLYMUR_GCC=y
CONFIG_CLK_GLYMUR_TCSRCC=m
@@ -1855,6 +1858,7 @@ CONFIG_INTERCONNECT_IMX8MN=m
CONFIG_INTERCONNECT_IMX8MQ=m
CONFIG_INTERCONNECT_IMX8MP=y
CONFIG_INTERCONNECT_QCOM=y
+CONFIG_INTERCONNECT_QCOM_ELIZA=y
CONFIG_INTERCONNECT_QCOM_GLYMUR=y
CONFIG_INTERCONNECT_QCOM_KAANAPALI=y
CONFIG_INTERCONNECT_QCOM_MSM8916=m
---
base-commit: 5c9e55fecf9365890c64f14761a80f9413a3b1d1
change-id: 20260313-arm64-defconfig-enable-eliza-basic-providers-648504b3a594
Best regards,
--
Abel Vesa <abel.vesa@oss.qualcomm.com>
On Mon, 16 Mar 2026 13:23:52 +0200, Abel Vesa wrote:
> Enable the interconnect, pinctrl and Global Clock Controller (GCC)
> providers as built-in, and the Top Control and Status Register (TCSR)
> clock provider as module, on the Qualcomm Eliza SoC.
>
> These are all necessary in order to be able to boot up Eliza-based MTP
> board with debug UART and rootfs on UFS storage.
>
> [...]
Applied, thanks!
[1/1] arm64: defconfig: Enable Qualcomm Eliza basic resource providers
commit: a37cd9efe3d21b2d21c85b38001a367e2a50c2bf
Best regards,
--
Bjorn Andersson <andersson@kernel.org>
On Mon, Mar 16, 2026 at 01:23:52PM +0200, Abel Vesa wrote: > Enable the interconnect, pinctrl and Global Clock Controller (GCC) > providers as built-in, and the Top Control and Status Register (TCSR) > clock provider as module, on the Qualcomm Eliza SoC. > > These are all necessary in order to be able to boot up Eliza-based MTP > board with debug UART and rootfs on UFS storage. > > Signed-off-by: Abel Vesa <abel.vesa@oss.qualcomm.com> > --- > arch/arm64/configs/defconfig | 4 ++++ > 1 file changed, 4 insertions(+) > Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> -- With best wishes Dmitry
© 2016 - 2026 Red Hat, Inc.