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
This commit is contained in:
Marijn Suijten 2023-04-10 22:29:16 +02:00 committed by Lee Jones
parent dbc5e57200
commit b24e335b7d

View File

@ -283,12 +283,12 @@ examples:
#size-cells = <0>; #size-cells = <0>;
#io-channel-cells = <1>; #io-channel-cells = <1>;
adc-chan@6 { channel@6 {
reg = <ADC5_DIE_TEMP>; reg = <ADC5_DIE_TEMP>;
label = "die_temp"; label = "die_temp";
}; };
adc-chan@4f { channel@4f {
reg = <ADC5_AMUX_THM3_100K_PU>; reg = <ADC5_AMUX_THM3_100K_PU>;
qcom,ratiometric; qcom,ratiometric;
qcom,hw-settle-time = <200>; qcom,hw-settle-time = <200>;