summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/sound/rockchip,multicodecs.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/rockchip,multicodecs.txt b/Documentation/devicetree/bindings/sound/rockchip,multicodecs.txt
new file mode 100644
index 000000000000..45c9ae0388c4
--- /dev/null
+++ b/Documentation/devicetree/bindings/sound/rockchip,multicodecs.txt
@@ -0,0 +1,15 @@
+ROCKCHIP multicodecs audio
+
+Required properties:
+- compatible: "rockchip,multicodecs-card"
+- rockchip,cpu: The phandle of the Rockchip I2S/PDM controller that's
+ connected to the CODEC
+- rockchip,codec: The phandle of audio codecs
+
+Example:
+
+sound {
+ compatible = "rockchip,multicodecs-card";
+ rockchip,cpu = <&i2s0_8ch>;
+ rockchip,codec = <&codec>, <&vad>;
+};