Re: [PATCH 3/3] arm64: dts: qcom: Add Mahua SoC and CRD
From: Dmitry Baryshkov
Date: Fri Mar 13 2026 - 12:28:04 EST
On Fri, Mar 13, 2026 at 11:06:46AM +0100, Konrad Dybcio wrote:
> On 3/12/26 4:02 AM, Dmitry Baryshkov wrote:
> > On Mon, Mar 09, 2026 at 10:49:47PM -0700, Gopikrishna Garmidi wrote:
> >> Introduce support for the Mahua 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.
> >>
> >> Co-developed-by: Raviteja Laggyshetty <raviteja.laggyshetty@xxxxxxxxxxxxxxxx>
> >> Signed-off-by: Raviteja Laggyshetty <raviteja.laggyshetty@xxxxxxxxxxxxxxxx>
> >> Co-developed-by: Kamal Wadhwa <kamal.wadhwa@xxxxxxxxxxxxxxxx>
> >> Signed-off-by: Kamal Wadhwa <kamal.wadhwa@xxxxxxxxxxxxxxxx>
> >> Co-developed-by: Manaf Meethalavalappu Pallikunhi <manaf.pallikunhi@xxxxxxxxxxxxxxxx>
> >> Signed-off-by: Manaf Meethalavalappu Pallikunhi <manaf.pallikunhi@xxxxxxxxxxxxxxxx>
> >> Signed-off-by: Gopikrishna Garmidi <gopikrishna.garmidi@xxxxxxxxxxxxxxxx>
> >> ---
> >> arch/arm64/boot/dts/qcom/Makefile | 1 +
> >> arch/arm64/boot/dts/qcom/glymur.dtsi | 2 +-
> >> arch/arm64/boot/dts/qcom/mahua-crd.dts | 21 +
> >> arch/arm64/boot/dts/qcom/mahua.dtsi | 1040 ++++++++++++++++++
> >> arch/arm64/boot/dts/qcom/pmcx0102.dtsi | 2 +-
> >> arch/arm64/boot/dts/qcom/pmh0104-glymur.dtsi | 4 +-
> >> 6 files changed, 1066 insertions(+), 4 deletions(-)
> >> create mode 100644 arch/arm64/boot/dts/qcom/mahua-crd.dts
> >> create mode 100644 arch/arm64/boot/dts/qcom/mahua.dtsi
> >>
> >> +
> >> +&tsens4 {
> >> + #qcom,sensors = <13>;
> >
> > This matches the value in glymur.dtsi
> >
> >> +};
> >> +
> >> +&tsens5 {
> >> + #qcom,sensors = <15>;
> >
> > This one is indeed different.
> >
> >> +};
> >> +
> >> +/ {
> >> + thermal_zones: thermal-zones {
> >
> > You've completely rewritten thermal zones. Can we patch them instead?
>
> It's more messy that way, sensors are reassigned because there's less of
> them (and less things to monitor)
I'd say, it's a bit messy either way.
--
With best wishes
Dmitry