From patchwork Mon Jul 21 21:08:01 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Brian Norris X-Patchwork-Id: 4598391 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id A7979C0514 for ; Mon, 21 Jul 2014 21:13:49 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id E1ADD20120 for ; Mon, 21 Jul 2014 21:13:48 +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 23DE220109 for ; Mon, 21 Jul 2014 21:13:48 +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 1X9KrP-0005Uf-D4; Mon, 21 Jul 2014 21:11:03 +0000 Received: from mail-pa0-x230.google.com ([2607:f8b0:400e:c03::230]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1X9KqN-0002re-2j for linux-arm-kernel@lists.infradead.org; Mon, 21 Jul 2014 21:09:59 +0000 Received: by mail-pa0-f48.google.com with SMTP id et14so10549662pad.35 for ; Mon, 21 Jul 2014 14:09:37 -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=YDM3gtIN1+OQAQ/VciXZN++rsUJ2ofscaeT9AfXarHc=; b=HxEQZ3gZGWC18T3ok9cs3FJZwEh5kZt71IMk9t/NzrYKIkluIQQORS9CVJ9Quy/ApM cg33DHPEOReuEKb3tbfXDOdZ7txJNHFDL4L687GdqpcgILgZpfDpdtmdlGV4oMG8tBKZ x1EJyhf7aa1LqvE8SGSwlsMzd4SjB/ya+qCA8KwFycYyCwl41T/q+QmuNihNrwB9U3g7 jO8fE0E06ITudWFodDgWNhDutvBz+TlpUyhhzc9cpyp1/VhR4H8vE9kAQmAgioIhkEwJ /6loA3i0H10t33tCF3nNDl1maeXjtXYf30CjguFKSN3REKf+JEG8F36QcveBJJNzVEIS Ga7w== X-Received: by 10.67.23.70 with SMTP id hy6mr28743610pad.30.1405976977125; Mon, 21 Jul 2014 14:09:37 -0700 (PDT) Received: from ld-irv-0074.broadcom.com (5520-maca-inet1-outside.broadcom.com. [216.31.211.11]) by mx.google.com with ESMTPSA id c17sm20387643pdm.33.2014.07.21.14.09.35 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 21 Jul 2014 14:09:36 -0700 (PDT) From: Brian Norris To: Arnd Bergmann , Olof Johansson Subject: [PATCH v8 06/11] ARM: brcmstb: add CPU binding for Broadcom Brahma15 Date: Mon, 21 Jul 2014 14:08:01 -0700 Message-Id: <1405976886-27807-7-git-send-email-computersforpeace@gmail.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1405976886-27807-1-git-send-email-computersforpeace@gmail.com> References: <1405976886-27807-1-git-send-email-computersforpeace@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140721_140959_160098_8A45D8C4 X-CRM114-Status: UNSURE ( 9.96 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.8 (/) Cc: devicetree@vger.kernel.org, Florian Fainelli , Russell King , Christian Daudt , Linux Kernel , Matt Porter , Marc Carino , Gregory Fong , Brian Norris , 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=-1.8 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=no 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: Marc Carino Add the Broadcom Brahma B15 CPU to the DT CPU binding list. Signed-off-by: Marc Carino Signed-off-by: Brian Norris --- Documentation/devicetree/bindings/arm/cpus.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/cpus.txt b/Documentation/devicetree/bindings/arm/cpus.txt index 1fe72a0778cd..06fd7bba830c 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" + "brcm,brahma-b15" "faraday,fa526" "intel,sa110" "intel,sa1100" @@ -184,6 +185,7 @@ nodes to be present and contain the properties described below. can be one of: "allwinner,sun6i-a31" "arm,psci" + "brcm,brahma-b15" "marvell,armada-375-smp" "marvell,armada-380-smp" "marvell,armada-xp-smp"