Texas Instruments - tlv320adc3101 Codec module

The tlv320adc3101 serial control bus communicates through I2C protocols

Required properties:
 - compatible: Should be "ti,tlv320adc3101"
 - reg: I2C slave address

Optional properties:
 - reset-gpios: Reset-GPIO phandle with args as described in gpio/gpio.txt
 - clocks/clock-names: Clock named 'mclk' for the master clock of the codec.
   See clock/clock-bindings.txt for information about the detailed format.


Example:

codec: tlv320adc3101@18 {
	compatible = "ti,tlv320adc3101";
	reg = <0x18>;
};
