Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid
[deliverable/linux.git] / Documentation / devicetree / bindings / sound / max98371.txt
1 max98371 codec
2
3 This device supports I2C mode only.
4
5 Required properties:
6
7 - compatible : "maxim,max98371"
8 - reg : The chip select number on the I2C bus
9
10 Example:
11
12 &i2c {
13 max98371: max98371@0x31 {
14 compatible = "maxim,max98371";
15 reg = <0x31>;
16 };
17 };
This page took 0.032982 seconds and 6 git commands to generate.