summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/sound/rockchip-rt5645.txt
diff options
context:
space:
mode:
authorzhengxing <zhengxing@rock-chips.com>2015-07-19 19:33:49 +0800
committerMark Brown <broonie@kernel.org>2015-07-20 18:15:07 +0100
commit86059653ea7ca7b30ed25d6bec5807ba59a4f2e6 (patch)
treead8dbbb8623c246464062300feac3d2433dd9dbd /Documentation/devicetree/bindings/sound/rockchip-rt5645.txt
parent49bdb0440541ad1144ad08d5613f9a28bcd2a8dc (diff)
ASoC: rockchip: Add machine driver for rt5645/rt5650 codec
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>
Diffstat (limited to 'Documentation/devicetree/bindings/sound/rockchip-rt5645.txt')
-rw-r--r--Documentation/devicetree/bindings/sound/rockchip-rt5645.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/rockchip-rt5645.txt b/Documentation/devicetree/bindings/sound/rockchip-rt5645.txt
new file mode 100644
index 000000000000..411a62b3ff41
--- /dev/null
+++ b/Documentation/devicetree/bindings/sound/rockchip-rt5645.txt
@@ -0,0 +1,17 @@
+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>;
+};