From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752868AbcGSXXD (ORCPT ); Tue, 19 Jul 2016 19:23:03 -0400 Received: from mail-pa0-f53.google.com ([209.85.220.53]:35011 "EHLO mail-pa0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752836AbcGSXW5 (ORCPT ); Tue, 19 Jul 2016 19:22:57 -0400 From: John Stultz To: lkml Subject: [RFC][PATCH 08/10 v2] ASoC: add hi6210-hdmi-audio-codec DT bindings Date: Tue, 19 Jul 2016 16:22:44 -0700 Message-Id: <1468970566-24498-9-git-send-email-john.stultz@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1468970566-24498-1-git-send-email-john.stultz@linaro.org> References: <1468970566-24498-1-git-send-email-john.stultz@linaro.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Adds DT bindings documentation for the hi6210-hdmi-audio-codec driver. Signed-off-by: John Stultz --- .../bindings/sound/hisilicon,hi6210-hdmi-audio-codec.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Documentation/devicetree/bindings/sound/hisilicon,hi6210-hdmi-audio-codec.txt diff --git a/Documentation/devicetree/bindings/sound/hisilicon,hi6210-hdmi-audio-codec.txt b/Documentation/devicetree/bindings/sound/hisilicon,hi6210-hdmi-audio-codec.txt new file mode 100644 index 0000000..05c7331 --- /dev/null +++ b/Documentation/devicetree/bindings/sound/hisilicon,hi6210-hdmi-audio-codec.txt @@ -0,0 +1,12 @@ +Device-Tree bindings for hi6210 HDMI audio codec + +Required properties: + - compatible: should be "hisilicon,hi6210-hdmi-audio-codec". + - #sound-dai-cells: should be <0>. + +Example node: + +hi6210_hdmi_codec: hi6210_hdmi_codec { + compatible = "hisilicon,hi6210-hdmi-audio-codec"; + #sound-dai-cells = <0>; +}; -- 1.9.1