Re: [PATCH v2 1/4] dt-bindings: platform: introduce EC for Dell XPS 13 9345
From: Bryan O'Donoghue
Date: Sat Apr 04 2026 - 20:15:26 EST
On 04/04/2026 13:55, Aleksandrs Vinarskis wrote:
+ items:
+ - description: ADC channel for sys_therm0
+ - description: ADC channel for sys_therm1
+ - description: ADC channel for sys_therm2
+ - description: ADC channel for sys_therm3
+ - description: ADC channel for sys_therm4
+ - description: ADC channel for sys_therm5
+ - description: ADC channel for sys_therm6
+
+ io-channel-names:
+ items:
+ - const: sys_therm0
+ - const: sys_therm1
+ - const: sys_therm2
+ - const: sys_therm3
+ - const: sys_therm4
+ - const: sys_therm5
+ - const: sys_therm6
I agree with the number of io-channels but, having fixed names is I feel not correct.
io-channel-names:
minItems: 7
maxItems: 7
Does the same thing but lets you name the channels at the source and the sync wrt what they do.