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

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: iio/adc: qcom,spmi-vadc: fix example node names

The VADC is a child of an SPMI PMIC, which in turn sits on an SPMI bus.

Fixes: 74e903461b17 ("dt-bindings: iio: adc: qcom,spmi-vadc: extend example")
Fixes: 5a471662b5d9 ("iio: adc: Convert the QCOM SPMI ADC bindings to .yaml format")
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-6-johan+linaro@kernel.org
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Johan Hovold and committed by
Jonathan Cameron
482aa83e adb2af79

+2 -2
+2 -2
Documentation/devicetree/bindings/iio/adc/qcom,spmi-vadc.yaml
··· 236 236 237 237 examples: 238 238 - | 239 - spmi { 239 + pmic { 240 240 #address-cells = <1>; 241 241 #size-cells = <0>; 242 242 /* VADC node */ ··· 281 281 #include <dt-bindings/iio/qcom,spmi-adc7-pm8350.h> 282 282 #include <dt-bindings/interrupt-controller/irq.h> 283 283 284 - spmi { 284 + pmic { 285 285 #address-cells = <1>; 286 286 #size-cells = <0>; 287 287 adc@3100 {