From patchwork Wed Jul 30 15:06:32 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Robert Richter X-Patchwork-Id: 374933 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 B96391400AA for ; Thu, 31 Jul 2014 01:08:50 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754982AbaG3PIi (ORCPT ); Wed, 30 Jul 2014 11:08:38 -0400 Received: from mail-wi0-f179.google.com ([209.85.212.179]:59421 "EHLO mail-wi0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753461AbaG3PHV (ORCPT ); Wed, 30 Jul 2014 11:07:21 -0400 Received: by mail-wi0-f179.google.com with SMTP id f8so2502643wiw.0 for ; Wed, 30 Jul 2014 08:07:20 -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=agRGufmwRe20Bs6TI9ml/YM34fcQ2jKlyMUEIWa5LCY=; b=xFWITTRtAzeL0tXpetVxJF8uKhOQAj8o94sxP2O/680LBqJHc9BmUQWtA4l6tnwFvy lHQrmchKvF6pE2JkzF+l3iKP6cRQNXSdoObRMyhyuyYlXiiXjtZ/L73aGwgGIvy5P0aY X4f5RqVvWjabH/tyVT44lDzTru8771pmM3GoeL0Bjdl9e/9+fgVAseWLUfEnn+zhKkQ2 zQYZB7p0jjX1JuHiaRHWaT33pwMt33dDzeoyDJd+Xet1J1DzOPhLaDUOHAdb8OFkB/ue Oqq2AKxPkLB/EcZDRsuXxRodYqZG/7fcijosXBczIjLOQ2B5Mc7rckudWzw2JDVLwB1P PATQ== X-Received: by 10.180.21.141 with SMTP id v13mr8068136wie.48.1406732840144; Wed, 30 Jul 2014 08:07:20 -0700 (PDT) Received: from rric.localhost (g224198020.adsl.alicedsl.de. [92.224.198.20]) by mx.google.com with ESMTPSA id 10sm6154624wjr.22.2014.07.30.08.07.18 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 30 Jul 2014 08:07:19 -0700 (PDT) From: Robert Richter To: Catalin Marinas , Will Deacon , Rob Herring , Arnd Bergmann , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Randy Dunlap Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Radha Mohan Chintakuntla , Robert Richter , devicetree@vger.kernel.org, linux-doc@vger.kernel.org Subject: [PATCH 3/5] arm64, thunder: document devicetree bindings for Cavium Thunder SoC Date: Wed, 30 Jul 2014 17:06:32 +0200 Message-Id: <1406732794-20920-4-git-send-email-rric@kernel.org> X-Mailer: git-send-email 2.0.1 In-Reply-To: <1406732794-20920-1-git-send-email-rric@kernel.org> References: <1406732794-20920-1-git-send-email-rric@kernel.org> 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 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 1fe72a0778cd..922e4970309d 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"