mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-18 20:47:00 +07:00
49bdb04405
The driver is used for rockchip board using a max98090. Reviewed-by: Dylan Reid <dgreid@chromium.org> Signed-off-by: zhengxing <zhengxing@rock-chips.com> Signed-off-by: Mark Brown <broonie@kernel.org>
20 lines
618 B
Plaintext
20 lines
618 B
Plaintext
ROCKCHIP with MAX98090 CODEC
|
|
|
|
Required properties:
|
|
- compatible: "rockchip,rockchip-audio-max98090"
|
|
- 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 MAX98090 audio codec
|
|
- rockchip,headset-codec: The phandle of Ext chip for jack detection
|
|
|
|
Example:
|
|
|
|
sound {
|
|
compatible = "rockchip,rockchip-audio-max98090";
|
|
rockchip,model = "ROCKCHIP-I2S";
|
|
rockchip,i2s-controller = <&i2s>;
|
|
rockchip,audio-codec = <&max98090>;
|
|
rockchip,headset-codec = <&headsetcodec>;
|
|
};
|