Texas Instruments TAS5707 Audio amplifier

The TAS5707 serial control bus communicates through the I2C protocol only. The
serial bus is also used for periodic codec fault checking/reporting during
audio playback. For more product information please see the links below:

Required properties:

- compatible : "ti,tas5707"
- reg : I2C slave address

Example:

tas5707: tas5707@6c {
	status = "okay";
	compatible = "ti,tas5707";
	reg = <0x6c>;
};
