From patchwork Sun Jan 22 22:22:44 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Heimpold X-Patchwork-Id: 9531491 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 4D416601D4 for ; Sun, 22 Jan 2017 22:25:20 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 2A97E27F0B for ; Sun, 22 Jan 2017 22:25:20 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 1BB5327F7F; Sun, 22 Jan 2017 22:25:20 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, T_DKIM_INVALID autolearn=no version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [65.50.211.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id EEA6C27F0B for ; Sun, 22 Jan 2017 22:25:18 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1cVQZR-0007rn-4D; Sun, 22 Jan 2017 22:25:09 +0000 Received: from mo4-p00-ob.smtp.rzone.de ([81.169.146.160]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1cVQYz-0007a4-CU for linux-arm-kernel@lists.infradead.org; Sun, 22 Jan 2017 22:24:43 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1485123792; l=1237; s=domk; d=heimpold.de; h=References:In-Reply-To:Date:Subject:Cc:To:From; bh=4g69ZkdLihW4NPD19d2HPgQ7JSmy5ucNs0NIBZFJN7U=; b=D5KjJgv3HmhAwrmbAa/dQAnyBq9HBjqRq/al2TApwWx89O1E7NlvYD/D33gV8BPi+C XgpYCTFvu1NriP7qySExNlKH7RaqeDlBi7521ZgAfrg1amSOTR0Vy2xkfGNXRlUhbAUa XCMDmxaVioUXT8dzlCSjxFOSE0qXtNtW106nU= X-RZG-AUTH: :O2kGeEG7b/pS1EW8QnKjhhg/vO4pzqdNys2z+NfqLSUoNNCTudAAFEJqC9JBN4JGmqK7gA== X-RZG-CLASS-ID: mo00 Received: from tonne.mhei.heimpold.itr (p4FC8E92C.dip0.t-ipconnect.de [79.200.233.44]) by post.strato.de (RZmta 39.11 DYNA|AUTH) with ESMTPA id w06d3ft0MMN6dd1; Sun, 22 Jan 2017 23:23:06 +0100 (CET) Received: from kerker.fritz.box (kerker.mhei.heimpold.itr [192.168.8.1]) by tonne.mhei.heimpold.itr (Postfix) with ESMTP id 7FEDB1553E9; Sun, 22 Jan 2017 23:23:07 +0100 (CET) From: Michael Heimpold To: shawnguo@kernel.org, kernel@pengutronix.de, robh+dt@kernel.org, mark.rutland@arm.com Subject: [PATCH v2 9/9] Documentation: DT: add entries for I2SE boards Date: Sun, 22 Jan 2017 23:22:44 +0100 Message-Id: <1485123764-14754-10-git-send-email-mhei@heimpold.de> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1485123764-14754-1-git-send-email-mhei@heimpold.de> References: <1485123764-14754-1-git-send-email-mhei@heimpold.de> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20170122_142441_752398_FBEBD531 X-CRM114-Status: UNSURE ( 8.97 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: stefan.wahren@i2se.com, devicetree@vger.kernel.org, Michael Heimpold , linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP This patch adds the missing devicetree binding documentation for I2SE's Duckbill and Duckbill 2 series boards. Signed-off-by: Michael Heimpold Cc: Stefan Wahren --- Documentation/devicetree/bindings/arm/i2se.txt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Documentation/devicetree/bindings/arm/i2se.txt diff --git a/Documentation/devicetree/bindings/arm/i2se.txt b/Documentation/devicetree/bindings/arm/i2se.txt new file mode 100644 index 0000000..9f30382 --- /dev/null +++ b/Documentation/devicetree/bindings/arm/i2se.txt @@ -0,0 +1,22 @@ +I2SE Device Tree Bindings +------------------------- + +Duckbill Board +Required root node properties: + - compatible = "i2se,duckbill", "fsl.imx28"; + +Duckbill 2 Board +Required root node properties: + - compatible = "i2se,duckbill", "fsl.imx28"; + +Duckbill 2 485 Board +Required root node properties: + - compatible = "i2se,duckbill", "fsl.imx28"; + +Duckbill 2 EnOcean Board +Required root node properties: + - compatible = "i2se,duckbill", "fsl.imx28"; + +Duckbill 2 SPI Board +Required root node properties: + - compatible = "i2se,duckbill", "fsl.imx28";