diff options
Diffstat (limited to 'kernel/Documentation/devicetree/bindings/sound/max98925.txt')
-rw-r--r-- | kernel/Documentation/devicetree/bindings/sound/max98925.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/kernel/Documentation/devicetree/bindings/sound/max98925.txt b/kernel/Documentation/devicetree/bindings/sound/max98925.txt new file mode 100644 index 000000000..27be63e2a --- /dev/null +++ b/kernel/Documentation/devicetree/bindings/sound/max98925.txt @@ -0,0 +1,22 @@ +max98925 audio CODEC + +This device supports I2C. + +Required properties: + + - compatible : "maxim,max98925" + + - vmon-slot-no : slot number used to send voltage information + + - imon-slot-no : slot number used to send current information + + - reg : the I2C address of the device for I2C + +Example: + +codec: max98925@1a { + compatible = "maxim,max98925"; + vmon-slot-no = <0>; + imon-slot-no = <2>; + reg = <0x1a>; +}; |