From patchwork Tue Jul 25 05:09:19 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chen-Yu Tsai X-Patchwork-Id: 9861177 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 9A0936038C for ; Tue, 25 Jul 2017 05:11:24 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 8DF8026E40 for ; Tue, 25 Jul 2017 05:11:24 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 80B23285DE; Tue, 25 Jul 2017 05:11:24 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [65.50.211.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 19F1026E40 for ; Tue, 25 Jul 2017 05:11:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:References: In-Reply-To:Message-Id:Date:Subject:To:From:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Owner; bh=aEU5YRUee26leHUAmLnklUwkUjiGF2pa7nV0Z3J4ja0=; b=DL3ylV4e1UdpzOhf6NSpsyIOVg lzO+lOaJNY2vKDATiCyq3HZuHHk2VYyMkdd2Ft3dkOi8IW+AzrZdbhMSZRIMXfwQsfV+HPouuX+pt 09h4kfrVGoreMHNafx+VUpfPEdFB1gEMwpJxz/ZucdI3fX/XJymfb0QITccuDvoW8+ckc455eo3XJ Odab8aPSNynICTYqaG4YVQjOVWbv2eDUqbn407vxFj8Qev3/pU0+6tQvUhnfX+fztWxH/rqXKO6LU 2q7JLiMgcaDbKDe4Dezt7Tu1Mi0/gQLFlF8hwmOjH7P1ZNNq2lFGwqvnTPbgwEOFN7GOw61rG9g7T LXJ4NGyQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1dZs7s-0002DC-Ex; Tue, 25 Jul 2017 05:11:20 +0000 Received: from mirror2.csie.ntu.edu.tw ([140.112.30.76] helo=wens.csie.org) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1dZs70-0000OR-AW for linux-arm-kernel@lists.infradead.org; Tue, 25 Jul 2017 05:10:29 +0000 Received: by wens.csie.org (Postfix, from userid 1000) id 124555FE0D; Tue, 25 Jul 2017 13:10:02 +0800 (CST) From: Chen-Yu Tsai To: Maxime Ripard , Russell King Subject: [PATCH 4/4] ARM: dts: sun9i: Add PRCM device node for the A80 dtsi Date: Tue, 25 Jul 2017 13:09:19 +0800 Message-Id: <20170725050919.16036-5-wens@csie.org> X-Mailer: git-send-email 2.13.3 In-Reply-To: <20170725050919.16036-1-wens@csie.org> References: <20170725050919.16036-1-wens@csie.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20170724_221026_613283_AA29381F X-CRM114-Status: UNSURE ( 6.40 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Nicolas Pitre , devicetree@vger.kernel.org, Chen-Yu Tsai , linux-kernel@vger.kernel.org, linux-sunxi@googlegroups.com, Dave Martin , linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP The PRCM is a collection of clock controls, reset controls, and various power switches/gates. Some of these can be independently listed and supported, while a number of CPU related ones are used in tandem with CPUCFG for SMP bringup and CPU hotplugging. Signed-off-by: Chen-Yu Tsai --- arch/arm/boot/dts/sun9i-a80.dtsi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/arm/boot/dts/sun9i-a80.dtsi b/arch/arm/boot/dts/sun9i-a80.dtsi index cc5db467f616..cadf3a5e6997 100644 --- a/arch/arm/boot/dts/sun9i-a80.dtsi +++ b/arch/arm/boot/dts/sun9i-a80.dtsi @@ -714,6 +714,11 @@ interrupts = ; }; + prcm@08001400 { + compatible = "allwinner,sun9i-a80-prcm"; + reg = <0x08001400 0x200>; + }; + apbs_rst: reset@080014b0 { reg = <0x080014b0 0x4>; compatible = "allwinner,sun6i-a31-clock-reset";