Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966290AbbKFVwU (ORCPT ); Fri, 6 Nov 2015 16:52:20 -0500 Received: from mail-wi0-f177.google.com ([209.85.212.177]:35457 "EHLO mail-wi0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S966157AbbKFVv5 (ORCPT ); Fri, 6 Nov 2015 16:51:57 -0500 From: Raphael Poggi To: devicetree@vger.kernel.org, robh+dt@kernel.org, ijc+devicetree@hellion.org.uk Cc: linux-kernel@vger.kernel.org, Raphael Poggi Subject: [PATCH] dt-bindings: ak4554: extension should be .txt Date: Fri, 6 Nov 2015 13:51:47 -0800 Message-Id: <1446846707-40752-1-git-send-email-poggi.raph@gmail.com> X-Mailer: git-send-email 2.0.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1448 Lines: 50 Signed-off-by: Raphaƫl Poggi --- Documentation/devicetree/bindings/sound/ak4554.c | 11 ----------- Documentation/devicetree/bindings/sound/ak4554.txt | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 Documentation/devicetree/bindings/sound/ak4554.c create mode 100644 Documentation/devicetree/bindings/sound/ak4554.txt diff --git a/Documentation/devicetree/bindings/sound/ak4554.c b/Documentation/devicetree/bindings/sound/ak4554.c deleted file mode 100644 index 934fa02..0000000 --- a/Documentation/devicetree/bindings/sound/ak4554.c +++ /dev/null @@ -1,11 +0,0 @@ -AK4554 ADC/DAC - -Required properties: - - - compatible : "asahi-kasei,ak4554" - -Example: - -ak4554-adc-dac { - compatible = "asahi-kasei,ak4554"; -}; diff --git a/Documentation/devicetree/bindings/sound/ak4554.txt b/Documentation/devicetree/bindings/sound/ak4554.txt new file mode 100644 index 0000000..934fa02 --- /dev/null +++ b/Documentation/devicetree/bindings/sound/ak4554.txt @@ -0,0 +1,11 @@ +AK4554 ADC/DAC + +Required properties: + + - compatible : "asahi-kasei,ak4554" + +Example: + +ak4554-adc-dac { + compatible = "asahi-kasei,ak4554"; +}; -- 2.0.2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/