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-iadc: clean up example

Clean up the IADC example by adding a newline separator, dropping an
unnecessary label and removing stray white space.

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-4-johan+linaro@kernel.org
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Johan Hovold and committed by
Jonathan Cameron
9b2b96a0 9751b00d

+3 -2
+3 -2
Documentation/devicetree/bindings/iio/adc/qcom,spmi-iadc.yaml
··· 54 54 pmic { 55 55 #address-cells = <1>; 56 56 #size-cells = <0>; 57 - pmic_iadc: adc@3600 { 57 + 58 + adc@3600 { 58 59 compatible = "qcom,pm8941-iadc", "qcom,spmi-iadc"; 59 60 reg = <0x3600>; 60 61 interrupts = <0x0 0x36 0x0 IRQ_TYPE_EDGE_RISING>; 61 62 qcom,external-resistor-micro-ohms = <10000>; 62 - #io-channel-cells = <1>; 63 + #io-channel-cells = <1>; 63 64 }; 64 65 }; 65 66 ...