From: ZhengShunQian Date: Mon, 9 Nov 2015 02:10:20 +0000 (+0800) Subject: ASoC: rk3036: Add binding doc of inno-rk3036 codec driver X-Git-Tag: v4.14-rc1~3939^2~37^2~1^2~4^5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5f4f276077aeada88c3a7b9f1128c9c6284261cd;p=platform%2Fkernel%2Flinux-rpi.git 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 Signed-off-by: Mark Brown --- 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>; + };