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

ASoC: wm8974: add binding for WM8974 codec

This adds a binding for the Wolfson WM8974 mono audio codec.

Signed-off-by: Mans Rullgard <mans@mansr.com>
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Mans Rullgard and committed by
Mark Brown
47d358bb 2005bd88

+15
+15
Documentation/devicetree/bindings/sound/wlf,wm8974.txt
··· 1 + WM8974 audio CODEC 2 + 3 + This device supports both I2C and SPI (configured with pin strapping 4 + on the board). 5 + 6 + Required properties: 7 + - compatible: "wlf,wm8974" 8 + - reg: the I2C address or SPI chip select number of the device 9 + 10 + Examples: 11 + 12 + codec: wm8974@1a { 13 + compatible = "wlf,wm8974"; 14 + reg = <0x1a>; 15 + };