From patchwork Mon Jun 30 22:15:39 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alex Elder X-Patchwork-Id: 4455261 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 E35289F3FF for ; Mon, 30 Jun 2014 22:19:34 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 298EE2034B for ; Mon, 30 Jun 2014 22:19:34 +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 54C832037A for ; Mon, 30 Jun 2014 22:19:33 +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 1X1jsF-00075S-6f; Mon, 30 Jun 2014 22:16:31 +0000 Received: from mail-ie0-f170.google.com ([209.85.223.170]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1X1jrs-0006yc-Ri for linux-arm-kernel@lists.infradead.org; Mon, 30 Jun 2014 22:16:09 +0000 Received: by mail-ie0-f170.google.com with SMTP id tr6so7517264ieb.29 for ; Mon, 30 Jun 2014 15:15:47 -0700 (PDT) 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=mkmtpTKqScWBhT0Z3R2a/IsfEQL6vTF8LdhBdaUGTNM=; b=XYXgVm6eUYmUDo4AakjC0fVKhCKi41xn98oLvmhC9XLnnCJyLh64lVIyfqtHsNoCfR IR5Y1HF27mCdEchPWkg+jPPHDqJo72na/EoetWePLiekrEH9cxje+ASroIsg8odGVJnA iRNJsG4+3AeQDUu97uwQrYKTKfjJdzp7BtqqMXhz2Y3IFIECgDnM6zCef04QfrgptBfr kh7HLFbrvkhpEcbWi0CQxBxA1VLNr71ZA0QI8YJUCpkVh7BSpyc9wHEFDho7zkBUvwAM i/i79othMjdtUqNneOfm7JybuJYPGOMUqFuYqdS8LFuoWv8I6W+8o3OSdd1JiwZrWZdX ozXg== X-Gm-Message-State: ALoCoQkKWyaRrUZi+SRzOGji4iIfVEuThxT17TdDWw/WJe33g7QdJqY8ogQdq4QiZKGphEiVlNf6 X-Received: by 10.42.22.193 with SMTP id p1mr41071003icb.43.1404166547686; Mon, 30 Jun 2014 15:15:47 -0700 (PDT) Received: from localhost.localdomain (c-71-195-31-37.hsd1.mn.comcast.net. [71.195.31.37]) by mx.google.com with ESMTPSA id kb7sm28414960igb.7.2014.06.30.15.15.46 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 30 Jun 2014 15:15:47 -0700 (PDT) From: Alex Elder To: mporter@linaro.org, bcm@fixthebug.org Subject: [PATCH v6 3/4] ARM: dts: enable SMP support for bcm28155 Date: Mon, 30 Jun 2014 17:15:39 -0500 Message-Id: <1404166540-4457-4-git-send-email-elder@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1404166540-4457-1-git-send-email-elder@linaro.org> References: <1404166540-4457-1-git-send-email-elder@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140630_151608_942093_EC582019 X-CRM114-Status: UNSURE ( 9.40 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.7 (--) Cc: bcm-kernel-feedback-list@broadcom.com, linux-kernel@vger.kernel.org, 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.9 required=5.0 tests=BAYES_00, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable 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 Define nodes representing the two Cortex A9 CPUs in a bcm28155 SoC. Signed-off-by: Ray Jui Signed-off-by: Alex Elder --- arch/arm/boot/dts/bcm11351.dtsi | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/arch/arm/boot/dts/bcm11351.dtsi b/arch/arm/boot/dts/bcm11351.dtsi index 6b05ae6..2ddaa51 100644 --- a/arch/arm/boot/dts/bcm11351.dtsi +++ b/arch/arm/boot/dts/bcm11351.dtsi @@ -27,6 +27,25 @@ bootargs = "console=ttyS0,115200n8"; }; + cpus { + #address-cells = <1>; + #size-cells = <0>; + enable-method = "brcm,bcm11351-cpu-method"; + secondary-boot-reg = <0x3500417c>; + + cpu0: cpu@0 { + device_type = "cpu"; + compatible = "arm,cortex-a9"; + reg = <0>; + }; + + cpu1: cpu@1 { + device_type = "cpu"; + compatible = "arm,cortex-a9"; + reg = <1>; + }; + }; + gic: interrupt-controller@3ff00100 { compatible = "arm,cortex-a9-gic"; #interrupt-cells = <3>;