mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-21 09:15:42 +07:00
c9445d94d7
Update the documentation to add support for the es7154 and optional power supplies phandles. Signed-off-by: Jerome Brunet <jbrunet@baylibre.com> Signed-off-by: Mark Brown <broonie@kernel.org>
16 lines
360 B
Plaintext
16 lines
360 B
Plaintext
ES7134 i2s DA converter
|
|
|
|
Required properties:
|
|
- compatible : "everest,es7134" or
|
|
"everest,es7144" or
|
|
"everest,es7154"
|
|
- VDD-supply : regulator phandle for the VDD supply
|
|
- PVDD-supply: regulator phandle for the PVDD supply for the es7154
|
|
|
|
Example:
|
|
|
|
i2s_codec: external-codec {
|
|
compatible = "everest,es7134";
|
|
VDD-supply = <&vcc_5v>;
|
|
};
|