mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
b075706284
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@kernel.org>
18 lines
266 B
Plaintext
18 lines
266 B
Plaintext
AK4613 I2C transmitter
|
|
|
|
This device supports I2C mode only.
|
|
|
|
Required properties:
|
|
|
|
- compatible : "asahi-kasei,ak4613"
|
|
- reg : The chip select number on the I2C bus
|
|
|
|
Example:
|
|
|
|
&i2c {
|
|
ak4613: ak4613@0x10 {
|
|
compatible = "asahi-kasei,ak4613";
|
|
reg = <0x10>;
|
|
};
|
|
};
|