From patchwork Thu Feb 4 14:04:15 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 61183 Delivered-To: patch@linaro.org Received: by 10.112.43.199 with SMTP id y7csp476032lbl; Thu, 4 Feb 2016 06:05:28 -0800 (PST) X-Received: by 10.98.66.157 with SMTP id h29mr11133850pfd.91.1454594728032; Thu, 04 Feb 2016 06:05:28 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id v13si16949743pas.108.2016.02.04.06.05.27; Thu, 04 Feb 2016 06:05:28 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-fbdev-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-fbdev-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-fbdev-owner@vger.kernel.org; dkim=neutral (body hash did not verify) header.i=@linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758023AbcBDOFW (ORCPT + 2 others); Thu, 4 Feb 2016 09:05:22 -0500 Received: from mail-lb0-f175.google.com ([209.85.217.175]:34887 "EHLO mail-lb0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754923AbcBDOFT (ORCPT ); Thu, 4 Feb 2016 09:05:19 -0500 Received: by mail-lb0-f175.google.com with SMTP id bc4so31666458lbc.2 for ; Thu, 04 Feb 2016 06:05:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=hX0wqiO9jWWtu9EAYG4qdOfRwturcufbslwFqNCdgK4=; b=PvRKrx8DQcuN5jtMvcRsCBmY5R+RLNtnYE2uHri7LsipdAa8TWTsVfQ/1v9lnoa/WZ 5oBLYR37Pz3f4p4PQd+o0wr0S6zTQg9KNKg7Dut9++vnc52qh/2+wz4UzhK7njO8fR36 JbVixETcw3PRgsJ6Aqlc0XuHt52XCX6D2Fhxg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=hX0wqiO9jWWtu9EAYG4qdOfRwturcufbslwFqNCdgK4=; b=YhFVHlIOSsh8OLh111cU5qtWQ5zL/gpwoGwur0T5YSlbYwx0GKi0YRux6jSNgZH+sP AtVoXtFi4mXFRpERcXfz44L8jwBEWaucPhV8k3MFdcY1lGw+dHGFxy68HDE0fZtYQD4s jK04q2xxC5Tn6g52YBsikv73th+o+T2V55OOI2LRtG0wTXB/fhs7hXZIYg7FxAlUOzFR wpCpSgJnvz/cPuZ+snKzgvyjLotP1+KBT35bE753Ns5MgFHr/MmPTTmannakyxkfXMQl CssapilIDQwoh2dfRYfTNlQ/35dFt0wPJ7quvOHJ2sqaaigZkMOEPD1ID5pAd+Oy8nwW 5aqQ== X-Gm-Message-State: AG10YOSays+jNUNE0EL2rwfDF24iB7LJr6zIANnx3OnyGnKxFxZDISJR9Yy1gORg9SL7Q/wd X-Received: by 10.112.63.161 with SMTP id h1mr3466573lbs.61.1454594718128; Thu, 04 Feb 2016 06:05:18 -0800 (PST) Received: from localhost.localdomain ([85.235.10.227]) by smtp.gmail.com with ESMTPSA id m21sm1576066lfe.29.2016.02.04.06.05.16 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 04 Feb 2016 06:05:17 -0800 (PST) From: Linus Walleij To: linux-fbdev@vger.kernel.org, Tomi Valkeinen , Jean-Christophe Plagniol-Villard , Pawel Moll , Rob Herring , Russell King Cc: linux-arm-kernel@lists.infradead.org, Arnd Bergmann , Linus Walleij Subject: [PATCH 06/11] Documentation/DT: add blurb for IB2 syscon to Versatile Date: Thu, 4 Feb 2016 15:04:15 +0100 Message-Id: <1454594660-7532-7-git-send-email-linus.walleij@linaro.org> X-Mailer: git-send-email 2.4.3 In-Reply-To: <1454594660-7532-1-git-send-email-linus.walleij@linaro.org> References: <1454594660-7532-1-git-send-email-linus.walleij@linaro.org> Sender: linux-fbdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fbdev@vger.kernel.org The ARM Versatile has an optional daughterboard, if this is mounted, we need to be able to access its system controller. Put in a documentation blurb for this. Cc: Pawel Moll Cc: Rob Herring Cc: Russell King Signed-off-by: Linus Walleij --- Documentation/devicetree/bindings/arm/arm-boards | 8 ++++++++ 1 file changed, 8 insertions(+) -- 2.4.3 -- To unsubscribe from this list: send the line "unsubscribe linux-fbdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/Documentation/devicetree/bindings/arm/arm-boards b/Documentation/devicetree/bindings/arm/arm-boards index 1a709970e7f7..2daeabc519de 100644 --- a/Documentation/devicetree/bindings/arm/arm-boards +++ b/Documentation/devicetree/bindings/arm/arm-boards @@ -93,6 +93,14 @@ Required nodes: a core-module with regs and the compatible strings "arm,core-module-versatile", "syscon" +Optional nodes: + +- arm,versatile-ib2-syscon : if the Versatile has an IB2 interface + board mounted, this has a separate system controller that is + defined in this node. + Required properties: + compatible = "arm,versatile-ib2-syscon", "syscon" + ARM RealView Boards ------------------- The RealView boards cover tailored evaluation boards that are used to explore