Merge branch 'jejb-fixes' into fixes
[deliverable/linux.git] / Documentation / devicetree / bindings / sound / inno-rk3036.txt
1 Inno audio codec for RK3036
2
3 Inno audio codec is integrated inside RK3036 SoC.
4
5 Required properties:
6 - compatible : Should be "rockchip,rk3036-codec".
7 - reg : The registers of codec.
8 - clock-names : Should be "acodec_pclk".
9 - clocks : The clock of codec.
10 - rockchip,grf : The phandle of grf device node.
11
12 Example:
13
14 acodec: acodec-ana@20030000 {
15 compatible = "rk3036-codec";
16 reg = <0x20030000 0x4000>;
17 rockchip,grf = <&grf>;
18 clock-names = "acodec_pclk";
19 clocks = <&cru ACLK_VCODEC>;
20 };
This page took 0.031296 seconds and 5 git commands to generate.