[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1444698070-4191-5-git-send-email-zhengsq@rock-chips.com>
Date: Tue, 13 Oct 2015 09:01:09 +0800
From: Shunqian Zheng <zhengsq@...k-chips.com>
To: robh+dt@...nel.org, pawel.moll@....com, mark.rutland@....com,
ijc+devicetree@...lion.org.uk, galak@...eaurora.org,
heiko@...ech.de, lgirdwood@...il.com, broonie@...nel.org,
perex@...ex.cz, tiwai@...e.com, benzh@...omium.org
Cc: linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
linux-rockchip@...ts.infradead.org, alsa-devel@...a-project.org,
ZhengShunQian <zhengsq@...k-chips.com>
Subject: [PATCH v1 4/4] ASoC: RK3036: Add binding doc for audio machine driver
From: ZhengShunQian <zhengsq@...k-chips.com>
This patch add binding document for RK3036 SoC audio
machine driver.
Signed-off-by: ZhengShunQian <zhengsq@...k-chips.com>
---
.../devicetree/bindings/sound/rockchip-rk3036.txt | 14 ++++++++++++++
1 file changed, 14 insertions(+)
create mode 100644 Documentation/devicetree/bindings/sound/rockchip-rk3036.txt
diff --git a/Documentation/devicetree/bindings/sound/rockchip-rk3036.txt b/Documentation/devicetree/bindings/sound/rockchip-rk3036.txt
new file mode 100644
index 0000000..53d5738
--- /dev/null
+++ b/Documentation/devicetree/bindings/sound/rockchip-rk3036.txt
@@ -0,0 +1,14 @@
+RK3036 SoC with Inno audio codec integrated
+
+Required properties:
+- compatible: Should be "rockchip,rk3036-audio".
+- rockchip,i2s-controller: The phandle of the Rockchip I2S controller.
+- rockchip,audio-codec: The phandle of the Inno-rk3036 audio codec.
+
+Example:
+
+ sound {
+ compatible = "rockchip,rk3036-audio";
+ rockchip,i2s-controller = <&i2s>;
+ rockchip,audio-codec = <&acodec>;
+ };
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists