[PATCH v2 0/3] Mahua SoC and CRD DT support

Gopikrishna Garmidi posted 3 patches 2 weeks, 5 days ago
.../devicetree/bindings/arm/qcom.yaml         |   5 +
arch/arm64/boot/dts/qcom/Makefile             |   1 +
arch/arm64/boot/dts/qcom/glymur-crd.dts       | 586 +-----------------
.../qcom/{glymur-crd.dts => glymur-crd.dtsi}  |   7 -
arch/arm64/boot/dts/qcom/glymur.dtsi          |   2 +-
arch/arm64/boot/dts/qcom/mahua-crd.dts        |  21 +
arch/arm64/boot/dts/qcom/mahua.dtsi           | 299 +++++++++
arch/arm64/boot/dts/qcom/pmcx0102.dtsi        |   2 +-
arch/arm64/boot/dts/qcom/pmh0104-glymur.dtsi  |   4 +-
9 files changed, 331 insertions(+), 596 deletions(-)
copy arch/arm64/boot/dts/qcom/{glymur-crd.dts => glymur-crd.dtsi} (99%)
create mode 100644 arch/arm64/boot/dts/qcom/mahua-crd.dts
create mode 100644 arch/arm64/boot/dts/qcom/mahua.dtsi
[PATCH v2 0/3] Mahua SoC and CRD DT support
Posted by Gopikrishna Garmidi 2 weeks, 5 days ago
The series introduces the DTS bits required for Mahua SoC (A derivative
of the Glymur SoC) and the CRD based on it. 

Some of the notable differences are the absent CPU cluster, interconnect,
TLMM, thermal zones and adjusted PCIe west clocks. Everything else should 
work as-is.

Changes in v2:
- Updated commit message based on review feedback. [Dmitry]
- Override the default thermal sensor configuration and enable only
  the sensors and thermal zones that are actually supported on Mahua. [Dmitry]
- Link to v1: https://lore.kernel.org/all/20260310054947.2114445-1-gopikrishna.garmidi@oss.qualcomm.com/

Gopikrishna Garmidi (3):
  dt-bindings: arm: qcom: Document Mahua SoC and board
  arm64: dts: qcom: Commonize Glymur CRD DTSI
  arm64: dts: qcom: Add Mahua SoC and CRD

 .../devicetree/bindings/arm/qcom.yaml         |   5 +
 arch/arm64/boot/dts/qcom/Makefile             |   1 +
 arch/arm64/boot/dts/qcom/glymur-crd.dts       | 586 +-----------------
 .../qcom/{glymur-crd.dts => glymur-crd.dtsi}  |   7 -
 arch/arm64/boot/dts/qcom/glymur.dtsi          |   2 +-
 arch/arm64/boot/dts/qcom/mahua-crd.dts        |  21 +
 arch/arm64/boot/dts/qcom/mahua.dtsi           | 299 +++++++++
 arch/arm64/boot/dts/qcom/pmcx0102.dtsi        |   2 +-
 arch/arm64/boot/dts/qcom/pmh0104-glymur.dtsi  |   4 +-
 9 files changed, 331 insertions(+), 596 deletions(-)
 copy arch/arm64/boot/dts/qcom/{glymur-crd.dts => glymur-crd.dtsi} (99%)
 create mode 100644 arch/arm64/boot/dts/qcom/mahua-crd.dts
 create mode 100644 arch/arm64/boot/dts/qcom/mahua.dtsi


base-commit: 3ef088b0c5772a6f75634e54aa34f5fc0a2c041c
-- 
2.34.1
Re: [PATCH v2 0/3] Mahua SoC and CRD DT support
Posted by Bjorn Andersson 2 weeks, 4 days ago
On Wed, 18 Mar 2026 05:40:57 -0700, Gopikrishna Garmidi wrote:
> The series introduces the DTS bits required for Mahua SoC (A derivative
> of the Glymur SoC) and the CRD based on it.
> 
> Some of the notable differences are the absent CPU cluster, interconnect,
> TLMM, thermal zones and adjusted PCIe west clocks. Everything else should
> work as-is.
> 
> [...]

Applied, thanks!

[1/3] dt-bindings: arm: qcom: Document Mahua SoC and board
      commit: b4f1283ff3b1eb69de4b6ad549b14ceae437dd3d
[2/3] arm64: dts: qcom: Commonize Glymur CRD DTSI
      commit: 768919deb0d02ffc26dabbcccc1ad0917a9d101d
[3/3] arm64: dts: qcom: Add Mahua SoC and CRD
      commit: 598eedb21dddbeb32e9ee0362e9bbed6fe151cd0

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>