5856d8bd30
Rationale: Reduces attack surface on kernel devs opening the links for MITM as HTTPS traffic is much harder to manipulate. Deterministic algorithm: For each file: If not .svg: For each line: If doesn't contain `\bxmlns\b`: For each link, `\bhttp://[^# \t\r\n]*(?:\w|/)`: If neither `\bgnu\.org/license`, nor `\bmozilla\.org/MPL\b`: If both the HTTP and HTTPS versions return 200 OK and serve the same content: Replace HTTP with HTTPS. Signed-off-by: Alexander A. Klimov <grandmaster@al2klimov.de> Acked-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20200719153822.59788-1-grandmaster@al2klimov.de Signed-off-by: Mark Brown <broonie@kernel.org>
27 lines
778 B
Plaintext
27 lines
778 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:
|
|
|
|
https://www.ti.com/product/TAS5720L
|
|
https://www.ti.com/product/TAS5720M
|
|
https://www.ti.com/product/TAS5722L
|
|
|
|
Required properties:
|
|
|
|
- compatible : "ti,tas5720",
|
|
"ti,tas5722"
|
|
- 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>;
|
|
};
|