Re: [PATCH 3/3] arm64: dts: qcom: Add Mahua SoC and CRD
From: Konrad Dybcio
Date: Fri Mar 13 2026 - 06:07:00 EST
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)
Konrad