Skip to content

Commit b24e335

Browse files
MarijnS95lag-linaro
authored andcommitted
dt-bindings: mfd: qcom,spmi-pmic: Use generic ADC node name in examples
Update the examples to reflect a future requirement for the generic `channel` node name on ADC channel nodes, while conveying the board name of the channel in a label instead. Signed-off-by: Marijn Suijten <marijn.suijten@somainline.org> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Lee Jones <lee@kernel.org> Link: https://lore.kernel.org/r/20230410202917.247666-5-marijn.suijten@somainline.org
1 parent dbc5e57 commit b24e335

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,12 +283,12 @@ examples:
283283
#size-cells = <0>;
284284
#io-channel-cells = <1>;
285285
286-
adc-chan@6 {
286+
channel@6 {
287287
reg = <ADC5_DIE_TEMP>;
288288
label = "die_temp";
289289
};
290290
291-
adc-chan@4f {
291+
channel@4f {
292292
reg = <ADC5_AMUX_THM3_100K_PU>;
293293
qcom,ratiometric;
294294
qcom,hw-settle-time = <200>;

0 commit comments

Comments
 (0)