mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
4da722ca19
Pretty much any node can have a status property, so it doesn't need to be in examples. Converted with the following command and removed examples with SoC and board specific splits: git grep -l -E 'status.*=.*' Documentation/devicetree/ | xargs sed -i -E '/\sstatus.*=.*"(disabled|ok|okay)/d' Acked-by: Mark Rutland <mark.rutland@arm.com> Signed-off-by: Rob Herring <robh@kernel.org>
25 lines
711 B
Plaintext
25 lines
711 B
Plaintext
Texas Instruments TAS5720 Mono Audio amplifier
|
|
|
|
The TAS5720 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:
|
|
|
|
http://www.ti.com/product/TAS5720L
|
|
http://www.ti.com/product/TAS5720M
|
|
|
|
Required properties:
|
|
|
|
- compatible : "ti,tas5720"
|
|
- reg : I2C slave address
|
|
- dvdd-supply : phandle to a 3.3-V supply for the digital circuitry
|
|
- pvdd-supply : phandle to a supply used for the Class-D amp and the analog
|
|
|
|
Example:
|
|
|
|
tas5720: tas5720@6c {
|
|
compatible = "ti,tas5720";
|
|
reg = <0x6c>;
|
|
dvdd-supply = <&vdd_3v3_reg>;
|
|
pvdd-supply = <&_supply_reg>;
|
|
};
|