From patchwork Mon Jun 17 08:37:02 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Horman X-Patchwork-Id: 10998539 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 36241924 for ; Mon, 17 Jun 2019 08:37:26 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 28A9328852 for ; Mon, 17 Jun 2019 08:37:26 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 1CE6C28862; Mon, 17 Jun 2019 08:37:26 +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=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id CEDB528852 for ; Mon, 17 Jun 2019 08:37:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727690AbfFQIhZ (ORCPT ); Mon, 17 Jun 2019 04:37:25 -0400 Received: from kirsty.vergenet.net ([202.4.237.240]:35000 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726121AbfFQIhZ (ORCPT ); Mon, 17 Jun 2019 04:37:25 -0400 Received: from reginn.horms.nl (watermunt.horms.nl [80.127.179.77]) by kirsty.vergenet.net (Postfix) with ESMTPA id 68BBA25AED3; Mon, 17 Jun 2019 18:37:23 +1000 (AEST) Received: by reginn.horms.nl (Postfix, from userid 7100) id 683DE94024A; Mon, 17 Jun 2019 10:37:21 +0200 (CEST) From: Simon Horman To: linux-renesas-soc@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org, Magnus Damm , Yoshihiro Kaneko , Geert Uytterhoeven , Laurent Pinchart , Simon Horman Subject: [PATCH v2 0/2] arm64: dts: renesas: r8a7799[05]: Add cpg reset for LVDS Interface Date: Mon, 17 Jun 2019 10:37:02 +0200 Message-Id: <20190617083704.3941-1-horms+renesas@verge.net.au> X-Mailer: git-send-email 2.11.0 Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hi, this short series adds CPG reset for LVS interfaces of the R-Car E3 (r8a77995) and D3 (r8a77990) SoCs. Changes since v1 - only add one reset entry per group Takeshi Kihara (1): arm64: dts: renesas: r8a77990: Add cpg reset for LVDS Interface Yoshihiro Kaneko (1): arm64: dts: renesas: r8a77995: Add cpg reset for LVDS Interface arch/arm64/boot/dts/renesas/r8a77990.dtsi | 2 ++ arch/arm64/boot/dts/renesas/r8a77995.dtsi | 2 ++ 2 files changed, 4 insertions(+)