[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <f5cd5639-00d6-4d6b-866e-7b3503a59d9e@oss.qualcomm.com>
Date: Tue, 30 Dec 2025 15:30:36 +0100
From: Konrad Dybcio <konrad.dybcio@....qualcomm.com>
To: Pankaj Patil <pankaj.patil@....qualcomm.com>,
Bjorn Andersson <andersson@...nel.org>,
Konrad Dybcio <konradybcio@...nel.org>, Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>
Cc: linux-arm-msm@...r.kernel.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org, rajendra.nayak@....qualcomm.com,
sibi.sankar@....qualcomm.com,
Jyothi Kumar Seerapu <jyothi.seerapu@....qualcomm.com>,
Maulik Shah <maulik.shah@....qualcomm.com>,
Taniya Das <taniya.das@....qualcomm.com>,
Kamal Wadhwa <kamal.wadhwa@....qualcomm.com>,
Prudhvi Yarlagadda <quic_pyarlaga@...cinc.com>,
Qiang Yu <qiang.yu@....qualcomm.com>,
Manaf Meethalavalappu Pallikunhi <manaf.pallikunhi@....qualcomm.com>,
Jishnu Prakash <jishnu.prakash@....qualcomm.com>,
Abel Vesa <abelvesa@...nel.org>
Subject: Re: [PATCH v3 3/4] arm64: dts: qcom: Introduce Glymur base dtsi
On 12/19/25 3:46 PM, Pankaj Patil wrote:
> Introduce the base device tree support for Glymur – Qualcomm's
> next-generation compute SoC. The new glymur.dtsi describes the core SoC
> components, including:
[...]
> + gpi_dma2: dma-controller@...000 {
> + compatible = "qcom,glymur-gpi-dma", "qcom,sm6350-gpi-dma";
> + reg = <0x0 0x00800000 0x0 0x60000>;
> + interrupts = <GIC_SPI 588 IRQ_TYPE_LEVEL_HIGH>,
> + <GIC_SPI 589 IRQ_TYPE_LEVEL_HIGH>,
> + <GIC_SPI 590 IRQ_TYPE_LEVEL_HIGH>,
> + <GIC_SPI 591 IRQ_TYPE_LEVEL_HIGH>,
> + <GIC_SPI 592 IRQ_TYPE_LEVEL_HIGH>,
> + <GIC_SPI 593 IRQ_TYPE_LEVEL_HIGH>,
> + <GIC_SPI 594 IRQ_TYPE_LEVEL_HIGH>,
> + <GIC_SPI 595 IRQ_TYPE_LEVEL_HIGH>,
> + <GIC_SPI 596 IRQ_TYPE_LEVEL_HIGH>,
> + <GIC_SPI 597 IRQ_TYPE_LEVEL_HIGH>,
> + <GIC_SPI 598 IRQ_TYPE_LEVEL_HIGH>,
> + <GIC_SPI 599 IRQ_TYPE_LEVEL_HIGH>,
> + <GIC_ESPI 129 IRQ_TYPE_LEVEL_HIGH>,
> + <GIC_ESPI 130 IRQ_TYPE_LEVEL_HIGH>,
> + <GIC_ESPI 131 IRQ_TYPE_LEVEL_HIGH>,
> + <GIC_ESPI 132 IRQ_TYPE_LEVEL_HIGH>;
> + dma-channels = <16>;
> + dma-channel-mask = <0x3f>;
> + #dma-cells = <3>;
> + iommus = <&apps_smmu 0xd76 0x0>;
> + status = "disabled";
Any reason for it to be disabled?
On some platforms the (common and default) TZ config is overzealous,
but that shouldn't generally be the case on compute.
> + };
> +
> + qupv3_2: geniqup@...000 {
> + compatible = "qcom,geni-se-qup";
> + reg = <0x0 0x008c0000 0x0 0x3000>;
> + clocks = <&gcc GCC_QUPV3_WRAP_2_M_AHB_CLK>,
> + <&gcc GCC_QUPV3_WRAP_2_S_AHB_CLK>;
> + clock-names = "m-ahb",
> + "s-ahb";
> + iommus = <&apps_smmu 0xd63 0x0>;
> + #address-cells = <2>;
> + #size-cells = <2>;
> + ranges;
> + status = "disabled";
Similarly here (individual QUPs should stay disabled because leaving
them all enabled would lead to multiple attempts at claiming the same
pins)
[...]
> + reg-names = "parf",
> + "dbi",
> + "elbi",
> + "atu",
> + "config",
> + "mhi";
> + #address-cells = <3>;
> + #size-cells = <2>;
> + ranges = <0x01000000 0x0 0x00000000 0x0 0x78105000 0x0 0x100000>,
> + <0x02000000 0x0 0x78205000 0x0 0x78205000 0x0 0x1dfb000>,
> + <0x03000000 0x7 0x80000000 0x7 0x80000000 0x0 0x20000000>;
Please align the '<'s (in all pcie nodes)
> + pcie4_phy: phy@...6000 {
> + compatible = "qcom,glymur-qmp-gen4x2-pcie-phy";
> + reg = <0x0 0x01bf6000 0x0 0x2000>;
> +
> + clocks = <&gcc GCC_PCIE_PHY_4_AUX_CLK>,
> + <&gcc GCC_PCIE_4_CFG_AHB_CLK>,
> + <&tcsr TCSR_PCIE_2_CLKREF_EN>,
> + <&gcc GCC_PCIE_4_PHY_RCHNG_CLK>,
> + <&gcc GCC_PCIE_4_PIPE_CLK>,
> + <&gcc GCC_PCIE_4_PIPE_DIV2_CLK>;
> + clock-names = "aux",
> + "cfg_ahb",
> + "ref",
> + "rchng",
> + "pipe",
> + "pipediv2";
Please align the '""'s (in all pcie phy nodes)
[...]
> + interconnects = <&pcie_east_anoc MASTER_PCIE_5 QCOM_ICC_TAG_ALWAYS
> + &mc_virt SLAVE_EBI1 QCOM_ICC_TAG_ALWAYS>,
> + <&hsc_noc MASTER_APPSS_PROC QCOM_ICC_TAG_ALWAYS
> + &pcie_east_slv_noc SLAVE_PCIE_5 QCOM_ICC_TAG_ALWAYS>;
And the '&s'
[...]
> + pcie6: pci@...0000 {
> + device_type = "pci";
> + compatible = "qcom,glymur-pcie", "qcom,pcie-x1e80100";
> + reg = <0x0 0x01c00000 0x0 0x3000>,
> + <0x0 0x7e000000 0x0 0xf20>,
> + <0x0 0x7e000f40 0x0 0xa8>,
> + <0x0 0x7e001000 0x0 0x4000>,
> + <0x0 0x7e100000 0x0 0x100000>,
> + <0x0 0x01c03000 0x0 0x1000>;
I'm a little confused about the lack of ECAM enablement (through
a large config space), but I suppose we'll see that soon..
Konrad
Powered by blists - more mailing lists