Re: [PATCH v3 4/4] arm64: dts: qcom: hamoa-pmics: Add ADC support

From: Konrad Dybcio

Date: Thu Jul 30 2026 - 14:34:08 EST


On 7/27/26 7:19 PM, Jishnu Prakash wrote:
> From: Ayyagari Ushasreevalli <aushasre@xxxxxxxxxxxxxxxx>
>
> Add ADC node and define channels for:
> - Die temperature for PMK8550, PM8550VE* and PMC8380* PMICs.
> - PM8550: Die temperature, VPH power, and system thermistors.
>
> Add io-channels and io-channel-names properties to the
> temp_alarm nodes so that they can get temperature reading
> from the ADC die_temp channels.
>
> Remove die_temp channel of PMC8380_6 for Purwa devices as
> Purwa does not have this PMIC.

You removed it from the Purwa IoT SoM DTSI, but there's more:

$ rg purwa.dtsi arch -l
arch/arm64/boot/dts/qcom/x1p42100-microsoft-sp12in.dts
arch/arm64/boot/dts/qcom/x1p42100-crd.dts
arch/arm64/boot/dts/qcom/x1p42100-asus-zenbook-a14.dtsi
arch/arm64/boot/dts/qcom/purwa-iot-som.dtsi
arch/arm64/boot/dts/qcom/x1p42100-lenovo-thinkbook-16.dts
arch/arm64/boot/dts/qcom/x1p42100-asus-vivobook-s15.dts
arch/arm64/boot/dts/qcom/x1p42100-hp-omnibook-x14.dts

with the deletions added there too:

Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx>

Konrad