mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-04 05:26:47 +07:00
1ff2765182
Signed-off-by: Anish Kumar <yesanishhere@gmail.com> Signed-off-by: Mark Brown <broonie@kernel.org>
23 lines
408 B
Plaintext
23 lines
408 B
Plaintext
max98925 audio CODEC
|
|
|
|
This device supports I2C.
|
|
|
|
Required properties:
|
|
|
|
- compatible : "maxim,max98925"
|
|
|
|
- vmon-slot-no : slot number used to send voltage information
|
|
|
|
- imon-slot-no : slot number used to send current information
|
|
|
|
- reg : the I2C address of the device for I2C
|
|
|
|
Example:
|
|
|
|
codec: max98925@1a {
|
|
compatible = "maxim,max98925";
|
|
vmon-slot-no = <0>;
|
|
imon-slot-no = <2>;
|
|
reg = <0x1a>;
|
|
};
|