Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: qcom: pma8084: fix vadc channel node names

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

authored by

Luca Weiss and committed by
Bjorn Andersson
31eab2bb 52c47b89

+11 -6
+11 -6
arch/arm/boot/dts/qcom-pma8084.dtsi
··· 64 64 #size-cells = <0>; 65 65 #io-channel-cells = <1>; 66 66 67 - die_temp { 67 + adc-chan@8 { 68 68 reg = <VADC_DIE_TEMP>; 69 69 }; 70 - ref_625mv { 70 + 71 + adc-chan@9 { 71 72 reg = <VADC_REF_625MV>; 72 73 }; 73 - ref_1250v { 74 + 75 + adc-chan@a { 74 76 reg = <VADC_REF_1250MV>; 75 77 }; 76 - ref_buf_625mv { 78 + 79 + adc-chan@c { 77 80 reg = <VADC_SPARE1>; 78 81 }; 79 - ref_gnd { 82 + 83 + adc-chan@e { 80 84 reg = <VADC_GND_REF>; 81 85 }; 82 - ref_vdd { 86 + 87 + adc-chan@f { 83 88 reg = <VADC_VDD_VADC>; 84 89 }; 85 90 };