summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml
diff options
context:
space:
mode:
authorMarijn Suijten <marijn.suijten@somainline.org>2023-04-10 23:29:16 +0300
committerLee Jones <lee@kernel.org>2023-04-26 13:40:35 +0300
commitb24e335b7d73b5d65d09144319c62aa967b6abc8 (patch)
tree3a4dd26a61562b7ce656630a8c68f26faf66bbce /Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml
parentdbc5e57200e9ed14f08c5493c8633200cf07d700 (diff)
downloadlinux-b24e335b7d73b5d65d09144319c62aa967b6abc8.tar.xz
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
Diffstat (limited to 'Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml')
-rw-r--r--Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml b/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml
index 84620ebc1efe..9f4c75c35aae 100644
--- a/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml
+++ b/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml
@@ -283,12 +283,12 @@ examples:
#size-cells = <0>;
#io-channel-cells = <1>;
- adc-chan@6 {
+ channel@6 {
reg = <ADC5_DIE_TEMP>;
label = "die_temp";
};
- adc-chan@4f {
+ channel@4f {
reg = <ADC5_AMUX_THM3_100K_PU>;
qcom,ratiometric;
qcom,hw-settle-time = <200>;