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

dt-bindings: iio/adc: qcom,spmi-vadc: clean up examples

Clean up the VADC examples by dropping a comment, dropping unnecessary
labels and adding newline separators.

Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20231130171628.12257-7-johan+linaro@kernel.org
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Johan Hovold and committed by
Jonathan Cameron
90ae7ed9 482aa83e

+3 -2
+3 -2
Documentation/devicetree/bindings/iio/adc/qcom,spmi-vadc.yaml
··· 239 239 pmic { 240 240 #address-cells = <1>; 241 241 #size-cells = <0>; 242 - /* VADC node */ 243 - pmic_vadc: adc@3100 { 242 + 243 + adc@3100 { 244 244 compatible = "qcom,spmi-vadc"; 245 245 reg = <0x3100>; 246 246 interrupts = <0x0 0x31 0x0 0x1>; ··· 284 284 pmic { 285 285 #address-cells = <1>; 286 286 #size-cells = <0>; 287 + 287 288 adc@3100 { 288 289 reg = <0x3100>; 289 290 compatible = "qcom,spmi-adc7";