mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-04 05:36:43 +07:00
bbf1453e28
Support for loading the ak4642 codec module via devicetree. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
18 lines
318 B
Plaintext
18 lines
318 B
Plaintext
AK4642 I2C transmitter
|
|
|
|
This device supports I2C mode only.
|
|
|
|
Required properties:
|
|
|
|
- compatible : "asahi-kasei,ak4642" or "asahi-kasei,ak4643" or "asahi-kasei,ak4648"
|
|
- reg : The chip select number on the I2C bus
|
|
|
|
Example:
|
|
|
|
&i2c {
|
|
ak4648: ak4648@0x12 {
|
|
compatible = "asahi-kasei,ak4642";
|
|
reg = <0x12>;
|
|
};
|
|
};
|