From: AngeloGioacchino Del Regno <[email protected]>
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 <[email protected]>
Tested-by: "kernelci.org bot" <[email protected]>
Acked-by: Georgi Djakov <[email protected]>
[rebased on top of mainline]
Signed-off-by: Nícolas F. R. A. Prado <[email protected]>
---
Changes in v2:
- Just rebased and fixed conflicts
v1: https://lore.kernel.org/lkml/[email protected]/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
On Mon, Jan 31, 2022 at 12:32:23PM -0500, N?colas F. R. A. Prado wrote:
> From: AngeloGioacchino Del Regno <[email protected]>
>
> 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 <[email protected]>
> Tested-by: "kernelci.org bot" <[email protected]>
> Acked-by: Georgi Djakov <[email protected]>
> [rebased on top of mainline]
> Signed-off-by: N?colas F. R. A. Prado <[email protected]>
Hi Bjorn, could you pick this, as well as
https://lore.kernel.org/all/[email protected]/,
up for arm64-defconfig-for-5.18?
Both series apply cleanly on that branch. Thanks!
N?colas
> ---
> Changes in v2:
> - Just rebased and fixed conflicts
>
> v1: https://lore.kernel.org/lkml/[email protected]/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
>
>
> --
> To unsubscribe, send mail to [email protected].