[PATCH v2] arm64: defconfig: Enable SC7180 interconnect driver
Nícolas F. R. A. Prado
nfraprado at collabora.com
Mon Jan 31 09:32:23 PST 2022
From: AngeloGioacchino Del Regno <angelogioacchino.delregno at collabora.com>
On SC7180 device trees, almost all of the nodes are declaring
interconnect properties, including the QUP nodes: at least on
some machines, leaving this configuration option disabled, or
as a module, the kernel appears to hang while initializing the
QUP node containing the UART device.
To solve this issue, enable the interconnect driver for this
SoC as built-in.
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno at collabora.com>
Tested-by: "kernelci.org bot" <bot at kernelci.org>
Acked-by: Georgi Djakov <djakov at kernel.org>
[rebased on top of mainline]
Signed-off-by: Nícolas F. R. A. Prado <nfraprado at collabora.com>
---
Changes in v2:
- Just rebased and fixed conflicts
v1: https://lore.kernel.org/lkml/20211011154003.904355-1-angelogioacchino.delregno@collabora.com/T/#u
arch/arm64/configs/defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 30516dc0b70e..68913a575784 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1191,6 +1191,7 @@ CONFIG_INTERCONNECT_IMX8MQ=m
CONFIG_INTERCONNECT_QCOM=y
CONFIG_INTERCONNECT_QCOM_MSM8916=m
CONFIG_INTERCONNECT_QCOM_OSM_L3=m
+CONFIG_INTERCONNECT_QCOM_SC7180=y
CONFIG_INTERCONNECT_QCOM_SC7280=y
CONFIG_INTERCONNECT_QCOM_SDM845=y
CONFIG_INTERCONNECT_QCOM_SM8150=m
--
2.35.1
More information about the linux-arm-kernel
mailing list