From patchwork Mon Mar 24 09:09:39 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Radha Mohan Chintakuntla X-Patchwork-Id: 332998 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 296A42C00BD for ; Mon, 24 Mar 2014 20:10:15 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752024AbaCXJKO (ORCPT ); Mon, 24 Mar 2014 05:10:14 -0400 Received: from mail-pd0-f179.google.com ([209.85.192.179]:56561 "EHLO mail-pd0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750938AbaCXJKN (ORCPT ); Mon, 24 Mar 2014 05:10:13 -0400 Received: by mail-pd0-f179.google.com with SMTP id w10so5060255pde.38 for ; Mon, 24 Mar 2014 02:10:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=4RAcec4G9JT4I57IPt2RIefwX+HhMlKWk5i3F+Q8i0Y=; b=LQdTzq74zP1acGPq/XJIR93oMoff97z87T64mPTPW5Kg4GQ1smy3+CihGQYH2Ois21 vgg88XIS1H5g1ZMeFIg3qTzbC6TPPlconuHv8MSwmaom5c94pnYdPQvDJ53dlVA9mVsD TVtrTfbzZe8EasR9WG5uLZ+Eo0v2uyLFCaYd+basLXXt8t8UZrfWe6oq5vElzmw9+06b ZZf532cr4Cglf1IhR53WwNTPbW8w5mLCYJZaodLNYCLv+IT4gYMgQXMnmRL3R9qrNqdJ Fr0p1iAxELPyRfzNXRuuwkldbvUIKsA+bsGpI6im4snq32UVIupgb6I+MiyDDZl3OFTY XE3w== X-Received: by 10.66.177.168 with SMTP id cr8mr7551488pac.128.1395652213066; Mon, 24 Mar 2014 02:10:13 -0700 (PDT) Received: from localhost.localdomain ([14.140.2.178]) by mx.google.com with ESMTPSA id el14sm56621632pac.31.2014.03.24.02.10.08 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 24 Mar 2014 02:10:11 -0700 (PDT) From: mohun106@gmail.com To: Catalin.Marinas@arm.com, will.deacon@arm.com, marc.zyngier@arm.com Cc: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, pkapoor@caviumnetworks.com, Radha Mohan Chintakuntla Subject: [PATCH v2 3/3] Documentation: add devicetree bindings for Cavium Thunder SoC Date: Mon, 24 Mar 2014 14:39:39 +0530 Message-Id: <1395652179-9216-4-git-send-email-mohun106@gmail.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1395652179-9216-1-git-send-email-mohun106@gmail.com> References: <1395652179-9216-1-git-send-email-mohun106@gmail.com> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org 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 --- .../devicetree/bindings/arm/cavium-thunder.txt | 9 +++++++++ Documentation/devicetree/bindings/arm/cpus.txt | 1 + 2 files changed, 10 insertions(+), 0 deletions(-) diff --git a/Documentation/devicetree/bindings/arm/cavium-thunder.txt b/Documentation/devicetree/bindings/arm/cavium-thunder.txt new file mode 100644 index 0000000..6ea0a34 --- /dev/null +++ b/Documentation/devicetree/bindings/arm/cavium-thunder.txt @@ -0,0 +1,9 @@ +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"; diff --git a/Documentation/devicetree/bindings/arm/cpus.txt b/Documentation/devicetree/bindings/arm/cpus.txt index 333f4ae..f6cadf1 100644 --- a/Documentation/devicetree/bindings/arm/cpus.txt +++ b/Documentation/devicetree/bindings/arm/cpus.txt @@ -163,6 +163,7 @@ nodes to be present and contain the properties described below. "arm,cortex-r4" "arm,cortex-r5" "arm,cortex-r7" + "cavium,thunder" "faraday,fa526" "intel,sa110" "intel,sa1100"