diff options
author | Anton Vorontsov <cbouatmailru@gmail.com> | 2012-01-04 06:09:35 +0100 |
---|---|---|
committer | Anton Vorontsov <cbouatmailru@gmail.com> | 2012-01-04 06:09:35 +0100 |
commit | 251f39fe42dae863bd24e30864e6b66076ba076d (patch) | |
tree | c804944bc17f3836d19cc8b5bc611dd1fb0ea915 /Documentation/devicetree/bindings/sound/wm8776.txt | |
parent | power_supply: Add "unknown" in power supply type (diff) | |
parent | power_supply: add "powers" links to self-powered HID devices (diff) | |
download | linux-251f39fe42dae863bd24e30864e6b66076ba076d.tar.xz linux-251f39fe42dae863bd24e30864e6b66076ba076d.zip |
Merge branch 'power-supply-scope' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen
Diffstat (limited to 'Documentation/devicetree/bindings/sound/wm8776.txt')
-rw-r--r-- | Documentation/devicetree/bindings/sound/wm8776.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/wm8776.txt b/Documentation/devicetree/bindings/sound/wm8776.txt new file mode 100644 index 000000000000..3b9ca49abc2b --- /dev/null +++ b/Documentation/devicetree/bindings/sound/wm8776.txt @@ -0,0 +1,18 @@ +WM8776 audio CODEC + +This device supports both I2C and SPI (configured with pin strapping +on the board). + +Required properties: + + - compatible : "wlf,wm8776" + + - reg : the I2C address of the device for I2C, the chip select + number for SPI. + +Example: + +codec: wm8776@1a { + compatible = "wlf,wm8776"; + reg = <0x1a>; +}; |