On 30/10/2022 03:16, Manivannan Sadhasivam wrote: >>> >>>> + reg = <PM8350_ADC7_DIE_TEMP(1)>; >>>> + label = "pm8280_1_die_temp"; >>>> + qcom,pre-scaling = <1 1>; >>>> + }; >>>> + >>>> + sys-therm1@144 { >>> >>> I would say sys-therm@... why do we need the "1" suffix in node name? >>> >> >> Suffix represents the index of the thermistor as per the schematics but I guess >> it can be dropped. >> > > I was wrong. Suffix is necessary since IIO core registers the channel based on > the node name, so it has to be unique. > Makes sense then. Best regards, Krzysztof