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

Clean up the RRADC example by 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-5-johan+linaro@kernel.org
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Johan Hovold and committed by
Jonathan Cameron
adb2af79 9b2b96a0

+2 -2
+2 -2
Documentation/devicetree/bindings/iio/adc/qcom,spmi-rradc.yaml
··· 43 43 #address-cells = <1>; 44 44 #size-cells = <0>; 45 45 46 - pmic_rradc: adc@4500 { 46 + adc@4500 { 47 47 compatible = "qcom,pmi8998-rradc"; 48 48 reg = <0x4500>; 49 - #io-channel-cells = <1>; 49 + #io-channel-cells = <1>; 50 50 }; 51 51 };