From patchwork Mon Oct 13 20:12:02 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kever Yang X-Patchwork-Id: 5077211 Return-Path: X-Original-To: patchwork-linux-rockchip@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 C285D9F387 for ; Mon, 13 Oct 2014 20:13:27 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 01EA720254 for ; Mon, 13 Oct 2014 20:13:27 +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 2F44C2024F for ; Mon, 13 Oct 2014 20:13:26 +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 1Xdlzh-0004vc-Gd; Mon, 13 Oct 2014 20:13:25 +0000 Received: from mail-pd0-x22c.google.com ([2607:f8b0:400e:c02::22c]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Xdlyr-0004YN-SH; Mon, 13 Oct 2014 20:12:34 +0000 Received: by mail-pd0-f172.google.com with SMTP id ft15so6194206pdb.3 for ; Mon, 13 Oct 2014 13:12:14 -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=IuvPV/Xb7QFKgZ1TCS4rRHY/DPt30QYwC8416rSC5vo=; b=I0pmrTO+R5I0YSSlfcxyhWoUmMQixyQFfyK0qtJa1/u6ZOqkJdL7dtmnKZ+6b5iima np0kcG++qIhTEipV1vm9vq+ioSgYrPJ0o8io5nFXFhXmlmK9OMAVC2AOMMPHt+EngKGg 56G/Q9Fg0LUC5hu+aJ6Fl+jy3+C5DjbzejHErLTvYorrYNuEBCcgV3wPFpk03w+R9bv+ PtBHUIrFMR8yGcYheGe9ij0jsDFZUcg4gOgqxa7UzOBg0dmTAiuHVZArloKTh+G4Qv29 AyRxcchMpvr68wqX9R+UKEqGUpts+6YLK6EnnnaaDOlXy3S0j5AM7kRc3bBzZkq9nzEZ CwNA== X-Received: by 10.66.228.35 with SMTP id sf3mr340775pac.110.1413231134907; Mon, 13 Oct 2014 13:12:14 -0700 (PDT) Received: from kever-X240.corp.google.com (dhcp-172-22-52-129.mtv.corp.google.com [172.22.52.129]) by mx.google.com with ESMTPSA id fg1sm11968146pdb.91.2014.10.13.13.12.13 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 13 Oct 2014 13:12:14 -0700 (PDT) From: Kever Yang To: heiko@sntech.de Subject: [PATCH v4 6/6] ARM: dts: rockchip: add reset for CPU nodes Date: Mon, 13 Oct 2014 13:12:02 -0700 Message-Id: <1413231122-1770-7-git-send-email-kever.yang@rock-chips.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1413231122-1770-1-git-send-email-kever.yang@rock-chips.com> References: <1413231122-1770-1-git-send-email-kever.yang@rock-chips.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20141013_131233_999944_90364111 X-CRM114-Status: UNSURE ( 8.40 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.7 (/) Cc: huangtao@rock-chips.com, Mark Rutland , addy.ke@rock-chips.com, Russell King , Pawel Moll , Ian Campbell , linux-kernel@vger.kernel.org, dianders@chromium.org, Rob Herring , Kever Yang , linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org, xjq@rock-chips.com, Kumar Gala , cf@rock-chips.com, hj@rock-chips.com, sonnyrao@chromium.org, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+patchwork-linux-rockchip=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-1.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_NONE, T_DKIM_INVALID, T_RP_MATCHES_RCVD, 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 This patch add reset for CPU nodes to use the reset controller. Signed-off-by: Kever Yang --- Changes in v4: None Changes in v3: None Changes in v2: None arch/arm/boot/dts/rk3288.dtsi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/rk3288.dtsi b/arch/arm/boot/dts/rk3288.dtsi index 726c5c7..cb614fc 100644 --- a/arch/arm/boot/dts/rk3288.dtsi +++ b/arch/arm/boot/dts/rk3288.dtsi @@ -53,21 +53,25 @@ device_type = "cpu"; compatible = "arm,cortex-a12"; reg = <0x500>; + resets = <&cru SRST_CORE0>; }; cpu@501 { device_type = "cpu"; compatible = "arm,cortex-a12"; reg = <0x501>; + resets = <&cru SRST_CORE1>; }; cpu@502 { device_type = "cpu"; compatible = "arm,cortex-a12"; reg = <0x502>; + resets = <&cru SRST_CORE2>; }; cpu@503 { device_type = "cpu"; compatible = "arm,cortex-a12"; reg = <0x503>; + resets = <&cru SRST_CORE3>; }; };