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

ASoC: ads117x: Add bindings documentation for TI ADS117x ADC

Currently the binding is only made of the compatible string.

Signed-off-by: Florian Vaussard <florian.vaussard@heig-vd.ch>
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Florian Vaussard and committed by
Mark Brown
c9146fae 92e963f5

+11
+11
Documentation/devicetree/bindings/sound/ti,ads117x.txt
··· 1 + Texas Intstruments ADS117x ADC 2 + 3 + Required properties: 4 + 5 + - compatible : "ti,ads1174" or "ti,ads1178" 6 + 7 + Example: 8 + 9 + ads1178 { 10 + compatible = "ti,ads1178"; 11 + };