Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1265278

[PATCH v4 2/2] ASoC: RK3036: Add binding doc of inno-rk3036 codec driver

From Shunqian Zheng <zhengsq@rock-chips.com>
Newsgroups linux.kernel
Subject [PATCH v4 2/2] ASoC: RK3036: Add binding doc of inno-rk3036 codec driver
Date 2015-11-09 03:20 +0100
Message-ID <qsKdR-8vV-13@gated-at.bofh.it> (permalink)
References <qsKdP-8vV-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


From: ZhengShunQian <zhengsq@rock-chips.com>

This patch add the binding document of inno-rk3036
audio codec driver.

Signed-off-by: ZhengShunQian <zhengsq@rock-chips.com>
---
 .../devicetree/bindings/sound/inno-rk3036.txt        | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/sound/inno-rk3036.txt

diff --git a/Documentation/devicetree/bindings/sound/inno-rk3036.txt b/Documentation/devicetree/bindings/sound/inno-rk3036.txt
new file mode 100644
index 0000000..758de8e
--- /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>;
+	};
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v4 0/2] Audio Codec Driver of RK3036 SoC Shunqian Zheng <zhengsq@rock-chips.com> - 2015-11-09 03:20 +0100
  [PATCH v4 2/2] ASoC: RK3036: Add binding doc of inno-rk3036 codec driver Shunqian Zheng <zhengsq@rock-chips.com> - 2015-11-09 03:20 +0100
  [PATCH v4 1/2] ASoC: codec: Inno codec driver for RK3036 SoC Shunqian Zheng <zhengsq@rock-chips.com> - 2015-11-09 03:20 +0100
    Re: [PATCH v4 1/2] ASoC: codec: Inno codec driver for RK3036 SoC kbuild test robot <lkp@intel.com> - 2015-11-09 04:20 +0100
    [PATCH] ASoC: codec: fix platform_no_drv_owner.cocci warnings kbuild test robot <lkp@intel.com> - 2015-11-09 04:20 +0100

csiph-web