From patchwork Mon Jun 24 10:52:22 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Horman X-Patchwork-Id: 11012903 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 0A37D13B4 for ; Mon, 24 Jun 2019 10:53:12 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id EE5BC28AF7 for ; Mon, 24 Jun 2019 10:53:11 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id E299828B08; Mon, 24 Jun 2019 10:53:11 +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=-5.2 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.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 5945A28AF7 for ; Mon, 24 Jun 2019 10:53:11 +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: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:In-Reply-To: References:List-Owner; bh=N/em4jDWCIQ0tVlDYCZoRtX02mFzyeZ1JIW/n0oqffA=; b=Qus PkU86z3jQx+/5JUfE9GIljlRkGlam39i3ClWuAbsksJzMuscG6nn7T5ZVptEq3omivpJSHVf3BsaA Qkmz7I73CphFL3Dksg8YSJmDCNYCiGEuSlvjGVIrsQry5k109ki8wE2Pt+LW3PcLTKq92jC2uHVct oLxdddd3hp/+YnIWyLuugLEbzJjVwKcBzDH+zjK5WVCapWHTVa0fQnNMoRy4F3L+twnM/lSWeN6rP 3o6k50nNKoYNyvmM/Y1LR8tykdGPRLFxlDQsH8/VkycIJ7xDK0Kdi+odIjtQcCAx6TvBFEF/ej6PW P/GfmRvfOuH49h0eizqs4FX9+TuQEAA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1hfMaq-0007bb-2y; Mon, 24 Jun 2019 10:53:00 +0000 Received: from kirsty.vergenet.net ([202.4.237.240]) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1hfMae-0007UF-Jz for linux-arm-kernel@lists.infradead.org; Mon, 24 Jun 2019 10:52:49 +0000 Received: from penelope.horms.nl (ip4dab7138.direct-adsl.nl [77.171.113.56]) by kirsty.vergenet.net (Postfix) with ESMTPA id 3B4F825B775; Mon, 24 Jun 2019 20:52:42 +1000 (AEST) Received: by penelope.horms.nl (Postfix, from userid 7100) id 085DFE21A80; Mon, 24 Jun 2019 12:52:40 +0200 (CEST) From: Simon Horman To: Geert Uytterhoeven , linux-renesas-soc@vger.kernel.org Subject: [PATCH v2 0/2] arm64: dts: renesas: r8a7799[05]: Add cpg reset for DU Date: Mon, 24 Jun 2019 12:52:22 +0200 Message-Id: <20190624105224.23927-1-horms+renesas@verge.net.au> X-Mailer: git-send-email 2.11.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190624_035248_798088_FF9AD9DF X-CRM114-Status: UNSURE ( 5.93 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Yoshihiro Kaneko , Magnus Damm , 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 Hi, this short series adds CPG reset for DU of the R-Car E3 (r8a77995) and D3 (r8a77990) SoCs. Based on renesas-devel-20190624-v5.2-rc6 Changes since v2 - rewrote changelogs Changes since v1 - only add one reset entry per group Takeshi Kihara (1): arm64: dts: renesas: r8a77990: Add cpg reset for DU Yoshihiro Kaneko (1): arm64: dts: renesas: r8a77995: Add cpg reset for DU arch/arm64/boot/dts/renesas/r8a77990.dtsi | 2 ++ arch/arm64/boot/dts/renesas/r8a77995.dtsi | 2 ++ 2 files changed, 4 insertions(+)