aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/sound
diff options
context:
space:
mode:
authorZhengShunQian <zhengsq@rock-chips.com>2015-11-09 10:10:20 +0800
committerMark Brown <broonie@kernel.org>2015-11-23 14:37:08 +0000
commit5f4f276077aeada88c3a7b9f1128c9c6284261cd (patch)
treef0ec732c234477c3b9c1c6e85c5b0cb8be65dd4e /Documentation/devicetree/bindings/sound
parentASoC: rk3036: fix platform_no_drv_owner.cocci warnings (diff)
downloadlinux-dev-5f4f276077aeada88c3a7b9f1128c9c6284261cd.tar.xz
linux-dev-5f4f276077aeada88c3a7b9f1128c9c6284261cd.zip
ASoC: rk3036: Add binding doc of inno-rk3036 codec driver
This patch add the binding document of inno-rk3036 audio codec driver. Signed-off-by: ZhengShunQian <zhengsq@rock-chips.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/sound')
-rw-r--r--Documentation/devicetree/bindings/sound/inno-rk3036.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/inno-rk3036.txt b/Documentation/devicetree/bindings/sound/inno-rk3036.txt
new file mode 100644
index 000000000000..758de8e27561
--- /dev/null
+++ b/Documentation/devicetree/bindings/sound/inno-rk3036.txt
@@ -0,0 +1,20 @@
+Inno audio codec for RK3036
+
+Inno audio codec is integrated inside RK3036 SoC.
+
+Required properties:
+- compatible : Should be "rockchip,rk3036-codec".
+- reg : The registers of codec.
+- clock-names : Should be "acodec_pclk".
+- clocks : The clock of codec.
+- rockchip,grf : The phandle of grf device node.
+
+Example:
+
+ acodec: acodec-ana@20030000 {
+ compatible = "rk3036-codec";
+ reg = <0x20030000 0x4000>;
+ rockchip,grf = <&grf>;
+ clock-names = "acodec_pclk";
+ clocks = <&cru ACLK_VCODEC>;
+ };