Re: [PATCH 19/24] arm64: dts: qcom: glymur: Add support for PCIe5
From: Krzysztof Kozlowski
Date: Thu Sep 25 2025 - 04:16:00 EST
On Thu, 25 Sept 2025 at 15:34, Pankaj Patil
<pankaj.patil@xxxxxxxxxxxxxxxx> wrote:
>
> From: Prudhvi Yarlagadda <quic_pyarlaga@xxxxxxxxxxx>
>
> Describe PCIe5 controller and PHY. Also add required system resources like
> regulators, clocks, interrupts and registers configuration for PCIe5.
>
> Signed-off-by: Prudhvi Yarlagadda <quic_pyarlaga@xxxxxxxxxxx>
> Signed-off-by: Qiang Yu <qiang.yu@xxxxxxxxxxxxxxxx>
> Signed-off-by: Pankaj Patil <pankaj.patil@xxxxxxxxxxxxxxxx>
> ---
> arch/arm64/boot/dts/qcom/glymur.dtsi | 208 ++++++++++++++++++++++++++++++++++-
> 1 file changed, 207 insertions(+), 1 deletion(-)
>
> diff --git a/arch/arm64/boot/dts/qcom/glymur.dtsi b/arch/arm64/boot/dts/qcom/glymur.dtsi
> index e6e001485747785fd29c606773cba7793bbd2a5c..17a07d33b9396dba00e61a3b4260fa1a535600f2 100644
> --- a/arch/arm64/boot/dts/qcom/glymur.dtsi
> +++ b/arch/arm64/boot/dts/qcom/glymur.dtsi
> @@ -951,7 +951,7 @@ gcc: clock-controller@100000 {
> <0>,
> <0>,
> <0>,
> - <0>;
> + <&pcie5_phy>;
No, you just added this line.
Don't add wrong code just to fix it immediately. Qualcomm received
such comment multiple times from me already.
Best regards,
Krzysztof