Merge branch 'perf/urgent' into perf/core, to resolve a conflict
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / sound / rockchip-max98090.txt
1 ROCKCHIP with MAX98090 CODEC
2
3 Required properties:
4 - compatible: "rockchip,rockchip-audio-max98090"
5 - rockchip,model: The user-visible name of this sound complex
6 - rockchip,i2s-controller: The phandle of the Rockchip I2S controller that's
7   connected to the CODEC
8 - rockchip,audio-codec: The phandle of the MAX98090 audio codec
9 - rockchip,headset-codec: The phandle of Ext chip for jack detection
10
11 Example:
12
13 sound {
14         compatible = "rockchip,rockchip-audio-max98090";
15         rockchip,model = "ROCKCHIP-I2S";
16         rockchip,i2s-controller = <&i2s>;
17         rockchip,audio-codec = <&max98090>;
18         rockchip,headset-codec = <&headsetcodec>;
19 };