mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-16 14:06:48 +07:00
c028d4165f
Add documentation to the sound directory of the device-tree bindings for the Maxim MAX98357A audio DAC. Signed-off-by: Kenneth Westfield <kwestfie@codeaurora.org> Acked-by: Banajit Goswami <bgoswami@codeaurora.org> Signed-off-by: Mark Brown <broonie@kernel.org>
15 lines
285 B
Plaintext
15 lines
285 B
Plaintext
Maxim MAX98357A audio DAC
|
|
|
|
This node models the Maxim MAX98357A DAC.
|
|
|
|
Required properties:
|
|
- compatible : "maxim,max98357a"
|
|
- sdmode-gpios : GPIO specifier for the GPIO -> DAC SDMODE pin
|
|
|
|
Example:
|
|
|
|
max98357a {
|
|
compatible = "maxim,max98357a";
|
|
sdmode-gpios = <&qcom_pinmux 25 0>;
|
|
};
|