* [PATCH 0/2] arm64: dts: qcom: x1e80100: fix PCIe interconnects
@ 2024-10-24 13:10 Johan Hovold
2024-10-24 13:10 ` [PATCH 1/2] arm64: dts: qcom: x1e80100: fix PCIe4 interconnect Johan Hovold
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Johan Hovold @ 2024-10-24 13:10 UTC (permalink / raw)
To: Bjorn Andersson, Konrad Dybcio
Cc: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Rajendra Nayak,
Abel Vesa, linux-arm-msm, devicetree, linux-kernel, Johan Hovold
The fourth and fifth PCIe controllers on x1e80100 are connected to the
PCIe North ANoC.
Fix the corresponding interconnect properties so that the OS manages the
right paths.
These should go into 6.12-rc.
Johan
Johan Hovold (2):
arm64: dts: qcom: x1e80100: fix PCIe4 interconnect
arm64: dts: qcom: x1e80100: fix PCIe5 interconnect
arch/arm64/boot/dts/qcom/x1e80100.dtsi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
2.45.2
^ permalink raw reply [flat|nested] 6+ messages in thread* [PATCH 1/2] arm64: dts: qcom: x1e80100: fix PCIe4 interconnect
2024-10-24 13:10 [PATCH 0/2] arm64: dts: qcom: x1e80100: fix PCIe interconnects Johan Hovold
@ 2024-10-24 13:10 ` Johan Hovold
2024-10-24 16:58 ` Konrad Dybcio
2024-10-24 13:11 ` [PATCH 2/2] arm64: dts: qcom: x1e80100: fix PCIe5 interconnect Johan Hovold
2024-10-24 18:56 ` [PATCH 0/2] arm64: dts: qcom: x1e80100: fix PCIe interconnects Bjorn Andersson
2 siblings, 1 reply; 6+ messages in thread
From: Johan Hovold @ 2024-10-24 13:10 UTC (permalink / raw)
To: Bjorn Andersson, Konrad Dybcio
Cc: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Rajendra Nayak,
Abel Vesa, linux-arm-msm, devicetree, linux-kernel, Johan Hovold,
stable, Sibi Sankar
The fourth PCIe controller is connected to the PCIe North ANoC.
Fix the corresponding interconnect property so that the OS manages the
right path.
Fixes: 5eb83fc10289 ("arm64: dts: qcom: x1e80100: Add PCIe nodes")
Cc: stable@vger.kernel.org # 6.9
Cc: Abel Vesa <abel.vesa@linaro.org>
Cc: Sibi Sankar <quic_sibis@quicinc.com>
Cc: Rajendra Nayak <quic_rjendra@quicinc.com>
Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
---
arch/arm64/boot/dts/qcom/x1e80100.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/qcom/x1e80100.dtsi b/arch/arm64/boot/dts/qcom/x1e80100.dtsi
index b577c4b640dc..ee53cd0aeb95 100644
--- a/arch/arm64/boot/dts/qcom/x1e80100.dtsi
+++ b/arch/arm64/boot/dts/qcom/x1e80100.dtsi
@@ -3229,7 +3229,7 @@ pcie4: pci@1c08000 {
assigned-clocks = <&gcc GCC_PCIE_4_AUX_CLK>;
assigned-clock-rates = <19200000>;
- interconnects = <&pcie_south_anoc MASTER_PCIE_4 QCOM_ICC_TAG_ALWAYS
+ interconnects = <&pcie_north_anoc MASTER_PCIE_4 QCOM_ICC_TAG_ALWAYS
&mc_virt SLAVE_EBI1 QCOM_ICC_TAG_ALWAYS>,
<&gem_noc MASTER_APPSS_PROC QCOM_ICC_TAG_ALWAYS
&cnoc_main SLAVE_PCIE_4 QCOM_ICC_TAG_ALWAYS>;
--
2.45.2
^ permalink raw reply related [flat|nested] 6+ messages in thread* Re: [PATCH 1/2] arm64: dts: qcom: x1e80100: fix PCIe4 interconnect
2024-10-24 13:10 ` [PATCH 1/2] arm64: dts: qcom: x1e80100: fix PCIe4 interconnect Johan Hovold
@ 2024-10-24 16:58 ` Konrad Dybcio
0 siblings, 0 replies; 6+ messages in thread
From: Konrad Dybcio @ 2024-10-24 16:58 UTC (permalink / raw)
To: Johan Hovold, Bjorn Andersson, Konrad Dybcio
Cc: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Rajendra Nayak,
Abel Vesa, linux-arm-msm, devicetree, linux-kernel, stable,
Sibi Sankar
On 24.10.2024 3:10 PM, Johan Hovold wrote:
> The fourth PCIe controller is connected to the PCIe North ANoC.
>
> Fix the corresponding interconnect property so that the OS manages the
> right path.
>
> Fixes: 5eb83fc10289 ("arm64: dts: qcom: x1e80100: Add PCIe nodes")
> Cc: stable@vger.kernel.org # 6.9
> Cc: Abel Vesa <abel.vesa@linaro.org>
> Cc: Sibi Sankar <quic_sibis@quicinc.com>
> Cc: Rajendra Nayak <quic_rjendra@quicinc.com>
> Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Konrad
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH 2/2] arm64: dts: qcom: x1e80100: fix PCIe5 interconnect
2024-10-24 13:10 [PATCH 0/2] arm64: dts: qcom: x1e80100: fix PCIe interconnects Johan Hovold
2024-10-24 13:10 ` [PATCH 1/2] arm64: dts: qcom: x1e80100: fix PCIe4 interconnect Johan Hovold
@ 2024-10-24 13:11 ` Johan Hovold
2024-10-24 16:57 ` Konrad Dybcio
2024-10-24 18:56 ` [PATCH 0/2] arm64: dts: qcom: x1e80100: fix PCIe interconnects Bjorn Andersson
2 siblings, 1 reply; 6+ messages in thread
From: Johan Hovold @ 2024-10-24 13:11 UTC (permalink / raw)
To: Bjorn Andersson, Konrad Dybcio
Cc: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Rajendra Nayak,
Abel Vesa, linux-arm-msm, devicetree, linux-kernel, Johan Hovold
The fifth PCIe controller is connected to the PCIe North ANoC.
Fix the corresponding interconnect property so that the OS manages the
right path.
Fixes: 62ab23e15508 ("arm64: dts: qcom: x1e80100: add PCIe5 nodes")
Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
---
arch/arm64/boot/dts/qcom/x1e80100.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/qcom/x1e80100.dtsi b/arch/arm64/boot/dts/qcom/x1e80100.dtsi
index ee53cd0aeb95..d7b6116578fd 100644
--- a/arch/arm64/boot/dts/qcom/x1e80100.dtsi
+++ b/arch/arm64/boot/dts/qcom/x1e80100.dtsi
@@ -3105,7 +3105,7 @@ pcie5: pci@1c00000 {
assigned-clocks = <&gcc GCC_PCIE_5_AUX_CLK>;
assigned-clock-rates = <19200000>;
- interconnects = <&pcie_south_anoc MASTER_PCIE_5 QCOM_ICC_TAG_ALWAYS
+ interconnects = <&pcie_north_anoc MASTER_PCIE_5 QCOM_ICC_TAG_ALWAYS
&mc_virt SLAVE_EBI1 QCOM_ICC_TAG_ALWAYS>,
<&gem_noc MASTER_APPSS_PROC QCOM_ICC_TAG_ALWAYS
&cnoc_main SLAVE_PCIE_5 QCOM_ICC_TAG_ALWAYS>;
--
2.45.2
^ permalink raw reply related [flat|nested] 6+ messages in thread* Re: [PATCH 2/2] arm64: dts: qcom: x1e80100: fix PCIe5 interconnect
2024-10-24 13:11 ` [PATCH 2/2] arm64: dts: qcom: x1e80100: fix PCIe5 interconnect Johan Hovold
@ 2024-10-24 16:57 ` Konrad Dybcio
0 siblings, 0 replies; 6+ messages in thread
From: Konrad Dybcio @ 2024-10-24 16:57 UTC (permalink / raw)
To: Johan Hovold, Bjorn Andersson, Konrad Dybcio
Cc: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Rajendra Nayak,
Abel Vesa, linux-arm-msm, devicetree, linux-kernel
On 24.10.2024 3:11 PM, Johan Hovold wrote:
> The fifth PCIe controller is connected to the PCIe North ANoC.
>
> Fix the corresponding interconnect property so that the OS manages the
> right path.
>
> Fixes: 62ab23e15508 ("arm64: dts: qcom: x1e80100: add PCIe5 nodes")
> Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Konrad
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 0/2] arm64: dts: qcom: x1e80100: fix PCIe interconnects
2024-10-24 13:10 [PATCH 0/2] arm64: dts: qcom: x1e80100: fix PCIe interconnects Johan Hovold
2024-10-24 13:10 ` [PATCH 1/2] arm64: dts: qcom: x1e80100: fix PCIe4 interconnect Johan Hovold
2024-10-24 13:11 ` [PATCH 2/2] arm64: dts: qcom: x1e80100: fix PCIe5 interconnect Johan Hovold
@ 2024-10-24 18:56 ` Bjorn Andersson
2 siblings, 0 replies; 6+ messages in thread
From: Bjorn Andersson @ 2024-10-24 18:56 UTC (permalink / raw)
To: Konrad Dybcio, Johan Hovold
Cc: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Rajendra Nayak,
Abel Vesa, linux-arm-msm, devicetree, linux-kernel
On Thu, 24 Oct 2024 15:10:58 +0200, Johan Hovold wrote:
> The fourth and fifth PCIe controllers on x1e80100 are connected to the
> PCIe North ANoC.
>
> Fix the corresponding interconnect properties so that the OS manages the
> right paths.
>
> These should go into 6.12-rc.
>
> [...]
Applied, thanks!
[1/2] arm64: dts: qcom: x1e80100: fix PCIe4 interconnect
commit: f3bba5eb46ddb8f460fc808a65050a9bf2f7ef23
[2/2] arm64: dts: qcom: x1e80100: fix PCIe5 interconnect
commit: 54376fe116ef69c9e58794589c044abb2555169e
Best regards,
--
Bjorn Andersson <andersson@kernel.org>
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-10-24 18:56 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-24 13:10 [PATCH 0/2] arm64: dts: qcom: x1e80100: fix PCIe interconnects Johan Hovold
2024-10-24 13:10 ` [PATCH 1/2] arm64: dts: qcom: x1e80100: fix PCIe4 interconnect Johan Hovold
2024-10-24 16:58 ` Konrad Dybcio
2024-10-24 13:11 ` [PATCH 2/2] arm64: dts: qcom: x1e80100: fix PCIe5 interconnect Johan Hovold
2024-10-24 16:57 ` Konrad Dybcio
2024-10-24 18:56 ` [PATCH 0/2] arm64: dts: qcom: x1e80100: fix PCIe interconnects Bjorn Andersson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox