提交 5f4f2760 编写于 作者: Z ZhengShunQian 提交者: Mark Brown

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: NZhengShunQian <zhengsq@rock-chips.com>
Signed-off-by: NMark Brown <broonie@kernel.org>
上级 da46cd9e
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>;
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册