From patchwork Fri May 22 01:14:00 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dinh Nguyen X-Patchwork-Id: 6460941 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.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 0EF699F318 for ; Fri, 22 May 2015 01:17:18 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 4398120557 for ; Fri, 22 May 2015 01:17:17 +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 7DFF720553 for ; Fri, 22 May 2015 01:17:16 +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 1YvbXo-0003Om-Ee; Fri, 22 May 2015 01:14:36 +0000 Received: from mail-ob0-x235.google.com ([2607:f8b0:4003:c01::235]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1YvbXj-0003M2-9O for linux-arm-kernel@lists.infradead.org; Fri, 22 May 2015 01:14:33 +0000 Received: by obcus9 with SMTP id us9so3009409obc.2 for ; Thu, 21 May 2015 18:14:09 -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; bh=vuYrnc2VgLCOxXsxK0nm4Ld4U8ByFfeKj6YC2mW+n8w=; b=NjWSFYRoXG4X0n5yAquEj6xeVNFRowTasx3Z1PgU7A0MntBP2DziMCAkUJUH6y41hZ rcn/YeYumjXWC7HSNeCt/U9qZkXG1ZK2+DXNZdCxgFQlhCgO8jfVGhC55ZsEE4k5DIDV AkoV1CcpYixqd3FVfgO5Y9MKAwEELBpO7Y9DymV87QxpecX8GZI4quDsxNoXp2QPVoqw R7f4NOVFhW8eFzqS6aw+CgBC/9IkHKUiDmvUiNioOR7miUv7kDOylA0p7jzvZF4fFsgm zeU5kHGUn3Gopaft/inNwnZ8WmqUgomOWS7l6SA1nkq9YRiPcx+NjOCi2HMpCG9JPx4u PbMA== X-Received: by 10.202.240.215 with SMTP id o206mr4315213oih.94.1432257249293; Thu, 21 May 2015 18:14:09 -0700 (PDT) Received: from localhost.localdomain (99-103-66-154.lightspeed.austtx.sbcglobal.net. [99.103.66.154]) by mx.google.com with ESMTPSA id bu12sm385511obd.16.2015.05.21.18.14.07 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 21 May 2015 18:14:08 -0700 (PDT) From: Dinh Nguyen To: arm@kernel.org Subject: [PATCH] ARM: socfpga: dts: add the a9-scu node for arria10 Date: Thu, 21 May 2015 20:14:00 -0500 Message-Id: <1432257240-3509-1-git-send-email-dinh.linux@gmail.com> X-Mailer: git-send-email 1.9.1.315.g3f09db0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150521_181431_428320_C10991AF X-CRM114-Status: UNSURE ( 8.16 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.8 (/) Cc: dinguyen@opensource.altera.com, 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=-4.1 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, T_DKIM_INVALID, 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 From: Dinh Nguyen Add a dts node for the A9 SCU on the Arria10 platform. Signed-off-by: Dinh Nguyen --- arch/arm/boot/dts/socfpga_arria10.dtsi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/arm/boot/dts/socfpga_arria10.dtsi b/arch/arm/boot/dts/socfpga_arria10.dtsi index 8a05c47..4cf0733 100644 --- a/arch/arm/boot/dts/socfpga_arria10.dtsi +++ b/arch/arm/boot/dts/socfpga_arria10.dtsi @@ -281,6 +281,11 @@ reg = <0xffd05000 0x100>; }; + scu: snoop-control-unit@ffffc000 { + compatible = "arm,cortex-a9-scu"; + reg = <0xffffc000 0x100>; + }; + sysmgr: sysmgr@ffd06000 { compatible = "altr,sys-mgr", "syscon"; reg = <0xffd06000 0x300>;