linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] arm64: defconfig: Enable SC7180 interconnect driver
@ 2022-01-31 17:32 Nícolas F. R. A. Prado
  2022-03-01 21:19 ` Nícolas F. R. A. Prado
  0 siblings, 1 reply; 2+ messages in thread
From: Nícolas F. R. A. Prado @ 2022-01-31 17:32 UTC (permalink / raw)
  To: Bjorn Andersson
  Cc: Catalin Marinas, Will Deacon, Shawn Guo, Geert Uytterhoeven,
	Krzysztof Kozlowski, Biju Das, Nobuhiro Iwamatsu, Adam Ford,
	Alexander Stein, Sameer Pujar, Zenghui Yu, Fabio Estevam,
	Saravana Kannan, linux-arm-kernel, jagan, agx, nm,
	andrey.zhizhikin, konrad.dybcio, marijn.suijten, martin.botka,
	linux-kernel, kernel, AngeloGioacchino Del Regno,
	Nícolas F . R . A . Prado

From: AngeloGioacchino Del Regno <angelogioacchino.delregno@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@collabora.com>
Tested-by: "kernelci.org bot" <bot@kernelci.org>
Acked-by: Georgi Djakov <djakov@kernel.org>
[rebased on top of mainline]
Signed-off-by: Nícolas F. R. A. Prado <nfraprado@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


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v2] arm64: defconfig: Enable SC7180 interconnect driver
  2022-01-31 17:32 [PATCH v2] arm64: defconfig: Enable SC7180 interconnect driver Nícolas F. R. A. Prado
@ 2022-03-01 21:19 ` Nícolas F. R. A. Prado
  0 siblings, 0 replies; 2+ messages in thread
From: Nícolas F. R. A. Prado @ 2022-03-01 21:19 UTC (permalink / raw)
  To: Bjorn Andersson
  Cc: Catalin Marinas, Will Deacon, Shawn Guo, Geert Uytterhoeven,
	Krzysztof Kozlowski, Biju Das, Nobuhiro Iwamatsu, Adam Ford,
	Alexander Stein, Sameer Pujar, Zenghui Yu, Fabio Estevam,
	Saravana Kannan, linux-arm-kernel, jagan, agx, nm,
	andrey.zhizhikin, konrad.dybcio, marijn.suijten, martin.botka,
	linux-kernel, kernel, AngeloGioacchino Del Regno

On Mon, Jan 31, 2022 at 12:32:23PM -0500, Nícolas F. R. A. Prado wrote:
> From: AngeloGioacchino Del Regno <angelogioacchino.delregno@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@collabora.com>
> Tested-by: "kernelci.org bot" <bot@kernelci.org>
> Acked-by: Georgi Djakov <djakov@kernel.org>
> [rebased on top of mainline]
> Signed-off-by: Nícolas F. R. A. Prado <nfraprado@collabora.com>

Hi Bjorn, could you pick this, as well as
https://lore.kernel.org/all/20220201200504.854917-1-nfraprado@collabora.com/,
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/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
> 
> 
> -- 
> To unsubscribe, send mail to kernel-unsubscribe@lists.collabora.co.uk.

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-03-01 21:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-31 17:32 [PATCH v2] arm64: defconfig: Enable SC7180 interconnect driver Nícolas F. R. A. Prado
2022-03-01 21:19 ` Nícolas F. R. A. Prado

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).