diff options
author | Marijn Suijten <marijn.suijten@somainline.org> | 2023-04-10 23:29:15 +0300 |
---|---|---|
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | 2023-04-26 11:38:28 +0300 |
commit | d9f7eeaf24aedfdf47bddf0cf88e1021b7f652f5 (patch) | |
tree | 18b615b9f483de85660b673ebd4439e87809258d /Documentation/devicetree/bindings/thermal/qcom-spmi-adc-tm-hc.yaml | |
parent | a8a2330753bc280c87aa72d690b41b8515fda214 (diff) | |
download | linux-d9f7eeaf24aedfdf47bddf0cf88e1021b7f652f5.tar.xz |
dt-bindings: thermal: 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: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20230410202917.247666-4-marijn.suijten@somainline.org
Diffstat (limited to 'Documentation/devicetree/bindings/thermal/qcom-spmi-adc-tm-hc.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/thermal/qcom-spmi-adc-tm-hc.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/thermal/qcom-spmi-adc-tm-hc.yaml b/Documentation/devicetree/bindings/thermal/qcom-spmi-adc-tm-hc.yaml index 8273ac55b63f..01253d58bf9f 100644 --- a/Documentation/devicetree/bindings/thermal/qcom-spmi-adc-tm-hc.yaml +++ b/Documentation/devicetree/bindings/thermal/qcom-spmi-adc-tm-hc.yaml @@ -124,8 +124,8 @@ examples: #size-cells = <0>; #io-channel-cells = <1>; - /* Other propreties are omitted */ - adc-chan@4c { + /* Other properties are omitted */ + channel@4c { reg = <ADC5_XO_THERM_100K_PU>; }; }; |