From patchwork Mon Jan 15 07:14:46 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chen-Yu Tsai X-Patchwork-Id: 10163199 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 EAB0960325 for ; Mon, 15 Jan 2018 07:15:38 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D5BEB2582C for ; Mon, 15 Jan 2018 07:15:38 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id CA54128405; Mon, 15 Jan 2018 07:15:38 +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=-4.2 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_MED 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 5C5532582C for ; Mon, 15 Jan 2018 07:15:38 +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=qMK17GNus/fonG6DfW81SA19nh3DKkEgUc05FzZq6Ns=; b=PR+qEL4lwipc8MeXzwfdl4+JRL XjrFa28AwLM9Yxb22l0+wTKf3HG5gXkRCB5gQPKeQ2wYAMxi8N2CVs/WG9Mfe+qPj46fl7WLcpCi6 xYinO5YahG8+PY8bDz3tTJErquRgA36m81KQ1KNPpCf8xHxVfZXldKPUUAOBiS140Rr+r+GnXCmky 2E+OBlgmzdEB4pi3zRMCYtjt9/mx5lDEJpaqeubtyJA100q3iboDD/QvQY7DZVvnXiX/kMMXfbxR/ mUm0x99+0/1UYovJY49mb1CUHr5GW1eOppHTUEgi8ujpnBkd5QrQJ7kZYYu5IMVG3urTe81or8Z9L zQcHv4ew==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.89 #1 (Red Hat Linux)) id 1eayzY-0004Ly-3l; Mon, 15 Jan 2018 07:15:36 +0000 Received: from mirror2.csie.ntu.edu.tw ([140.112.30.76] helo=wens.csie.org) by bombadil.infradead.org with esmtps (Exim 4.89 #1 (Red Hat Linux)) id 1eayzC-0002Wp-5E for linux-arm-kernel@lists.infradead.org; Mon, 15 Jan 2018 07:15:16 +0000 Received: by wens.csie.org (Postfix, from userid 1000) id 1C6C46003D; Mon, 15 Jan 2018 15:14:54 +0800 (CST) From: Chen-Yu Tsai To: Maxime Ripard , Russell King Subject: [PATCH v3 4/8] ARM: dts: sun9i: Add PRCM device node for the A80 dtsi Date: Mon, 15 Jan 2018 15:14:46 +0800 Message-Id: <20180115071450.18355-5-wens@csie.org> X-Mailer: git-send-email 2.15.1 In-Reply-To: <20180115071450.18355-1-wens@csie.org> References: <20180115071450.18355-1-wens@csie.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20180114_231514_362849_4624D839 X-CRM114-Status: UNSURE ( 6.42 ) 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, linux-sunxi@googlegroups.com, linux-kernel@vger.kernel.org, Chen-Yu Tsai , 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 Acked-by: Maxime Ripard --- 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 85ecb4d64cfd..bf4d40e8359f 100644 --- a/arch/arm/boot/dts/sun9i-a80.dtsi +++ b/arch/arm/boot/dts/sun9i-a80.dtsi @@ -709,6 +709,11 @@ interrupts = ; }; + prcm@8001400 { + compatible = "allwinner,sun9i-a80-prcm"; + reg = <0x08001400 0x200>; + }; + apbs_rst: reset@80014b0 { reg = <0x080014b0 0x4>; compatible = "allwinner,sun6i-a31-clock-reset";