From patchwork Tue Oct 16 20:22:04 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Guinot X-Patchwork-Id: 1602551 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork1.kernel.org (Postfix) with ESMTP id 809B940ABA for ; Tue, 16 Oct 2012 20:23:27 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TODdl-0004HM-41; Tue, 16 Oct 2012 20:21:25 +0000 Received: from vm1.sequanux.org ([188.165.36.56]) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TODdh-0004H8-A9 for linux-arm-kernel@lists.infradead.org; Tue, 16 Oct 2012 20:21:21 +0000 Received: from localhost (unknown [78.251.130.250]) by vm1.sequanux.org (Postfix) with ESMTPSA id 23DD3108092; Tue, 16 Oct 2012 22:21:19 +0200 (CEST) From: Simon Guinot To: Andrew Lunn , Jason Cooper , Rob Herring Subject: [PATCH] ARM: mach-kirkwood: add documentation for device tree bindings Date: Tue, 16 Oct 2012 22:22:04 +0200 Message-Id: <1350418924-6253-1-git-send-email-simon.guinot@sequanux.org> X-Mailer: git-send-email 1.7.10 In-Reply-To: <507C6AE4.1020406@gmail.com> References: <507C6AE4.1020406@gmail.com> X-Spam-Note: CRM114 invocation failed X-Spam-Score: -2.3 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.3 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.4 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Christophe Vu-Brugier , linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org Signed-off-by: Simon Guinot --- Documentation/devicetree/bindings/arm/kirkwood.txt | 37 ++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 Documentation/devicetree/bindings/arm/kirkwood.txt diff --git a/Documentation/devicetree/bindings/arm/kirkwood.txt b/Documentation/devicetree/bindings/arm/kirkwood.txt new file mode 100644 index 0000000..14fb6b9 --- /dev/null +++ b/Documentation/devicetree/bindings/arm/kirkwood.txt @@ -0,0 +1,37 @@ +Marvell Kirkwood Platforms Device Tree Bindings +----------------------------------------------- + +Boards with a SoC of the Marvell Kirkwood family shall have the +following property: +Required root node property: +compatible: must contain "marvell,kirkwood" + +In addition, boards with a Kirkwood SoC 88F6192 shall have the +following property: +Required root node property: +compatible: must contain "marvell,kirkwood-88f6192" + +In addition, boards with a Kirkwood SoC 88F6281 shall have the +following property: +Required root node property: +compatible: must contain "marvell,kirkwood-88f6281" + +In addition, boards with a Kirkwood SoC 88F6702 shall have the +following property: +Required root node property: +compatible: must contain "marvell,kirkwood-88f6702" + +Board with a SoC of the Marvell Armada 300 family (Kirkwood compatible) +shall have the following property: +Required root node property: +compatible: must contain "marvell,armada300", "marvell,kirkwood" + +In addition, boards with an Armada 300 SoC 88F6282 shall have the +following property: +Required root node property: +compatible: must contain "marvell,armada300-88f6282" + +In addition, boards with an Armada 300 SoC 88F6283 shall have the +following property: +Required root node property: +compatible: must contain "marvell,armada300-88f6283"