mirror of
https://github.com/torvalds/linux.git
synced 2024-11-19 10:31:48 +00:00
73444723b2
The "rt5668" codec supported in this driver is actually a revision of "rt5663". So the patch is renamed to "rt5663 v2" Signed-off-by: Bard Liao <bardliao@realtek.com> Signed-off-by: Mark Brown <broonie@kernel.org>
31 lines
455 B
Plaintext
31 lines
455 B
Plaintext
RT5663 audio CODEC
|
|
|
|
This device supports I2C only.
|
|
|
|
Required properties:
|
|
|
|
- compatible : "realtek,rt5663".
|
|
|
|
- reg : The I2C address of the device.
|
|
|
|
- interrupts : The CODEC's interrupt output.
|
|
|
|
Optional properties:
|
|
|
|
Pins on the device (for linking into audio routes) for RT5663:
|
|
|
|
* IN1P
|
|
* IN1N
|
|
* IN2P
|
|
* IN2N
|
|
* HPOL
|
|
* HPOR
|
|
|
|
Example:
|
|
|
|
codec: rt5663@12 {
|
|
compatible = "realtek,rt5663";
|
|
reg = <0x12>;
|
|
interrupts = <7 IRQ_TYPE_EDGE_FALLING>;
|
|
};
|