From patchwork Tue Jun 11 13:06:35 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabrizio Castro X-Patchwork-Id: 10986907 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 B6BCE1398 for ; Tue, 11 Jun 2019 13:07:04 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id A793F28738 for ; Tue, 11 Jun 2019 13:07:04 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 9B23A2878E; Tue, 11 Jun 2019 13:07:04 +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 1394D2877B for ; Tue, 11 Jun 2019 13:07:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389183AbfFKNHD (ORCPT ); Tue, 11 Jun 2019 09:07:03 -0400 Received: from relmlor1.renesas.com ([210.160.252.171]:41807 "EHLO relmlie5.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S2387657AbfFKNHD (ORCPT ); Tue, 11 Jun 2019 09:07:03 -0400 X-IronPort-AV: E=Sophos;i="5.60,579,1549897200"; d="scan'208";a="18387396" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie5.idc.renesas.com with ESMTP; 11 Jun 2019 22:07:01 +0900 Received: from fabrizio-dev.ree.adwin.renesas.com (unknown [10.226.36.196]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id AC62640031EC; Tue, 11 Jun 2019 22:06:57 +0900 (JST) From: Fabrizio Castro To: Simon Horman , Geert Uytterhoeven , Rob Herring , Mark Rutland , Michael Turquette , Stephen Boyd Cc: Fabrizio Castro , Daniel Lezcano , Thomas Gleixner , Magnus Damm , devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org, linux-clk@vger.kernel.org, Chris Paterson , Biju Das , linux-kernel@vger.kernel.org, xu_shunji@hoperun.com Subject: [PATCH 0/6] Add USB2.0/CMT/TMU support to HiHope RZ/G2M Date: Tue, 11 Jun 2019 14:06:35 +0100 Message-Id: <1560258401-9517-1-git-send-email-fabrizio.castro@bp.renesas.com> X-Mailer: git-send-email 2.7.4 Sender: linux-clk-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Dear All, this series adds USB2.0/CMT/TMU support to the HiHope RZ/G2M. Thanks, Fab Fabrizio Castro (6): arm64: dts: renesas: r8a774a1: Fix USB 2.0 clocks arm64: dts: renesas: hihope-common: Add USB 2.0 support arm64: dts: renesas: r8a774a1: Add CMT device nodes clk: renesas: r8a774a1: Add TMU clock dt-bindings: timer: renesas: tmu: Document r8a774a1 bindings arm64: dts: renesas: r8a774a1: Add TMU device nodes .../devicetree/bindings/timer/renesas,tmu.txt | 1 + arch/arm64/boot/dts/renesas/hihope-common.dtsi | 76 +++++++++++ arch/arm64/boot/dts/renesas/r8a774a1.dtsi | 151 +++++++++++++++++++-- drivers/clk/renesas/r8a774a1-cpg-mssr.c | 5 + 4 files changed, 225 insertions(+), 8 deletions(-)