Re: [PATCH 6/7] arm64: dts: qcom: glymur: Add ADC support for Glymur CRD

From: Konrad Dybcio

Date: Thu Sep 03 2026 - 05:06:50 EST


On 7/31/26 8:06 PM, Jishnu Prakash wrote:
> Add the ADC channels under the PMK8850 ADC node for the
> other PMICS on the board with ADC peripherals. This includes
> die temperature and VPH power channels per PMIC.

[...]

> + thermal-zones {
> + sys-0-thermal {

Please name it xo-therm or something similar to make the connection
more obvious

[...]

> +&pmcx0102_c_e0_temp_alarm {
> + io-channels = <&pmk8850_vadc ADC5_GEN4_DIE_TEMP(0, 2)>;
> + io-channel-names = "thermal";
> +};
> +
> +&pmcx0102_c_e1_temp_alarm {
> + io-channels = <&pmk8850_vadc ADC5_GEN4_DIE_TEMP(1, 2)>;
> + io-channel-names = "thermal";
> +};
> +
> +&pmcx0102_d_e0_temp_alarm {
> + io-channels = <&pmk8850_vadc ADC5_GEN4_DIE_TEMP(0, 3)>;
> + io-channel-names = "thermal";
> +};
> +
> +&pmcx0102_d_e1_temp_alarm {
> + io-channels = <&pmk8850_vadc ADC5_GEN4_DIE_TEMP(1, 3)>;
> + io-channel-names = "thermal";
> +};

Are these going to be always wired up this way on all Glymur boards?

Konrad