ARM: dts: qcom: pma8084: fix vadc channel node names
authorLuca Weiss <luca@z3ntu.xyz>
Mon, 31 Oct 2022 18:10:21 +0000 (19:10 +0100)
committerBjorn Andersson <andersson@kernel.org>
Mon, 7 Nov 2022 23:21:59 +0000 (17:21 -0600)
The spmi-vadc bindings require the '@' in the node.

Additionally change the node name to adc-chan which both makes it a
generic node name and also removes the underscore from it.

Signed-off-by: Luca Weiss <luca@z3ntu.xyz>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221031181022.947412-1-luca@z3ntu.xyz
arch/arm/boot/dts/qcom-pma8084.dtsi

index 0da6c1a5d5472574e480340aee95ea15e878d2e0..2dd4c6aa71c9ed0eab4412dbb39c93d4171f45cc 100644 (file)
                        #size-cells = <0>;
                        #io-channel-cells = <1>;
 
-                       die_temp {
+                       adc-chan@8 {
                                reg = <VADC_DIE_TEMP>;
                        };
-                       ref_625mv {
+
+                       adc-chan@9 {
                                reg = <VADC_REF_625MV>;
                        };
-                       ref_1250v {
+
+                       adc-chan@a {
                                reg = <VADC_REF_1250MV>;
                        };
-                       ref_buf_625mv {
+
+                       adc-chan@c {
                                reg = <VADC_SPARE1>;
                        };
-                       ref_gnd {
+
+                       adc-chan@e {
                                reg = <VADC_GND_REF>;
                        };
-                       ref_vdd {
+
+                       adc-chan@f {
                                reg = <VADC_VDD_VADC>;
                        };
                };