mirror of
https://github.com/torvalds/linux.git
synced 2024-12-19 01:23:20 +00:00
86059653ea
The driver is used for rockchip board using a rt5645/rt5650. Reviewed-by: Dylan Reid <dgreid@chromium.org> Signed-off-by: zhengxing <zhengxing@rock-chips.com> Signed-off-by: Mark Brown <broonie@kernel.org>
18 lines
511 B
Plaintext
18 lines
511 B
Plaintext
ROCKCHIP with RT5645/RT5650 CODECS
|
|
|
|
Required properties:
|
|
- compatible: "rockchip,rockchip-audio-rt5645"
|
|
- rockchip,model: The user-visible name of this sound complex
|
|
- rockchip,i2s-controller: The phandle of the Rockchip I2S controller that's
|
|
connected to the CODEC
|
|
- rockchip,audio-codec: The phandle of the RT5645/RT5650 audio codec
|
|
|
|
Example:
|
|
|
|
sound {
|
|
compatible = "rockchip,rockchip-audio-rt5645";
|
|
rockchip,model = "ROCKCHIP-I2S";
|
|
rockchip,i2s-controller = <&i2s>;
|
|
rockchip,audio-codec = <&rt5645>;
|
|
};
|