From patchwork Fri Sep 12 17:49:45 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Robert Richter X-Patchwork-Id: 4897051 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id DCBB69F40F for ; Fri, 12 Sep 2014 17:47:57 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id B33912024C for ; Fri, 12 Sep 2014 17:52:47 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 84ED620221 for ; Fri, 12 Sep 2014 17:52:46 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1XSUzi-00065L-AB; Fri, 12 Sep 2014 17:50:50 +0000 Received: from mail-wi0-x22c.google.com ([2a00:1450:400c:c05::22c]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1XSUzT-0005s2-5B for linux-arm-kernel@lists.infradead.org; Fri, 12 Sep 2014 17:50:36 +0000 Received: by mail-wi0-f172.google.com with SMTP id e4so1071880wiv.11 for ; Fri, 12 Sep 2014 10:50:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references; bh=k3bwItHo4Ql1Acx3/wGEhX5a3Rn6kwe20vGkay44j1o=; b=y/55n/tDHKNiUyJIoszGryFs3wheHWEOYhh+jj1K+0QXrbNYkfy9CVKoWiXwtCyk7E WvvDz4WgzMzb0eLOMWtay7SvFFgVI+h19lJg3lnH9zKx0+sAyWEXeKhy4/amSd7tJAbO WoG7wRjdt1XFL1vGo4IW60Fn2q8wno0cxxh7kEGyB3lxwEjF5z699rFMA4wYafW50Bd7 Z0o9pn1SSleaukyQ8tCxLIBv6FM+dpZ2Z4UTcqDcsMsm5mfLenW3XHoLy1gSPVHKa8ur cJpFFCtzsaLNP5h/MAuWwMDq0WRMHgTFgLogaZE2m0OeQWLBASL5efONHk+Kq06HmZo4 vUbg== X-Received: by 10.194.236.35 with SMTP id ur3mr12669573wjc.127.1410544210998; Fri, 12 Sep 2014 10:50:10 -0700 (PDT) Received: from rric.localhost (f053081177.adsl.alicedsl.de. [78.53.81.177]) by mx.google.com with ESMTPSA id lq8sm5240436wjb.49.2014.09.12.10.50.08 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 12 Sep 2014 10:50:10 -0700 (PDT) From: Robert Richter To: Will Deacon , Mark Rutland , Rob Herring , Arnd Bergmann , Pawel Moll , Ian Campbell , Kumar Gala Subject: [PATCH v3 2/4] arm64, thunder: Document devicetree bindings for Cavium Thunder SoC Date: Fri, 12 Sep 2014 19:49:45 +0200 Message-Id: <1410544187-15876-3-git-send-email-rric@kernel.org> X-Mailer: git-send-email 2.1.0 In-Reply-To: <1410544187-15876-1-git-send-email-rric@kernel.org> References: <1410544187-15876-1-git-send-email-rric@kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140912_105035_370862_5EFA1571 X-CRM114-Status: GOOD ( 10.85 ) X-Spam-Score: -0.7 (/) Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Robert Richter , Olof Johansson , Radha Mohan Chintakuntla , linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,T_DKIM_INVALID,UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Radha Mohan Chintakuntla This patch adds documentation for the devicetree bindings used by the DT files of Cavium Thunder SoC platforms. Signed-off-by: Radha Mohan Chintakuntla Signed-off-by: Robert Richter --- Documentation/devicetree/bindings/arm/cavium-thunder.txt | 10 ++++++++++ Documentation/devicetree/bindings/arm/cpus.txt | 1 + 2 files changed, 11 insertions(+) create mode 100644 Documentation/devicetree/bindings/arm/cavium-thunder.txt diff --git a/Documentation/devicetree/bindings/arm/cavium-thunder.txt b/Documentation/devicetree/bindings/arm/cavium-thunder.txt new file mode 100644 index 000000000000..6f63a5866902 --- /dev/null +++ b/Documentation/devicetree/bindings/arm/cavium-thunder.txt @@ -0,0 +1,10 @@ +Cavium Thunder platform device tree bindings +-------------------------------------------- + +Boards with Cavium's Thunder SoC shall have following properties. + +Root Node +--------- +Required root node properties: + + - compatible = "cavium,thunder-88xx"; diff --git a/Documentation/devicetree/bindings/arm/cpus.txt b/Documentation/devicetree/bindings/arm/cpus.txt index 298e2f6b33c6..578796a2cfa9 100644 --- a/Documentation/devicetree/bindings/arm/cpus.txt +++ b/Documentation/devicetree/bindings/arm/cpus.txt @@ -166,6 +166,7 @@ nodes to be present and contain the properties described below. "arm,cortex-r5" "arm,cortex-r7" "brcm,brahma-b15" + "cavium,thunder" "faraday,fa526" "intel,sa110" "intel,sa1100"