From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yakir Yang Subject: [PATCH 5/6] dt-bindings: Add documentation for Rockchip hdmi-audio Date: Mon, 15 Dec 2014 10:55:14 +0800 Message-ID: <1418612114-19692-1-git-send-email-ykk@rock-chips.com> References: <1418609494-15820-1-git-send-email-ykk@rock-chips.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1418609494-15820-1-git-send-email-ykk@rock-chips.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: ykk@rock-chips.com Cc: Mark Rutland , alsa-devel@alsa-project.org, Heiko Stuebner , devicetree@vger.kernel.org, David Airlie , dri-devel@lists.freedesktop.org, Liam Girdwood , Max Filippov , Bard Liao , Lars-Peter Clausen , Russell King , Arnd Bergmann , Takashi Iwai , linux-rockchip@lists.infradead.org, Grant Likely , Dylan Reid , Xu Jianqun , Oder Chiou , Zubair.Kakakhel@imgtec.com, Pawel Moll , Ian Campbell , Jyri Sarha , Ben Zhang , Rob Herring , Daniel Kurtz , =?UTF-8?q?St=A8=A6phane= List-Id: devicetree@vger.kernel.org Required properties: - compatible: platform specific - cpu-of-node: the device node of cpu_dai - codec-name: the dw-hdmi codec's device name - codec-dai-name: the dw-hdmi codec's dai name Signed-off-by: Yakir Yang --- .../bindings/sound/rockchip,rockchip-hdmi-audio.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Documentation/devicetree/bindings/sound/rockchip,rockchip-hdmi-audio.txt diff --git a/Documentation/devicetree/bindings/sound/rockchip,rockchip-hdmi-audio.txt b/Documentation/devicetree/bindings/sound/rockchip,rockchip-hdmi-audio.txt new file mode 100644 index 0000000..674cff0 --- /dev/null +++ b/Documentation/devicetree/bindings/sound/rockchip,rockchip-hdmi-audio.txt @@ -0,0 +1,16 @@ +Rockchip hdmi audio bindings + +Required properties: +- compatible: platform specific +- cpu-of-node: the device node of cpu_dai +- codec-name: the dw-hdmi codec's device name +- codec-dai-name: the dw-hdmi codec's dai name + +Example: + +sound { + compatible = "rockchip,rk3288-hdmi-audio"; + cpu-of-node = <&i2s>; + codec-name = "dw-hdmi-audio"; + codec-dai-name = "dw-hdmi-hifi"; +}; -- 2.1.2