From patchwork Thu Jun 28 12:00:32 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Horman X-Patchwork-Id: 10493683 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 3F1AE6022E for ; Thu, 28 Jun 2018 12:00:39 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 29E3329C8F for ; Thu, 28 Jun 2018 12:00:39 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 1E2C029C7D; Thu, 28 Jun 2018 12:00:39 +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.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI, T_DKIM_INVALID 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 52CE729C69 for ; Thu, 28 Jun 2018 12:00:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932361AbeF1MAh (ORCPT ); Thu, 28 Jun 2018 08:00:37 -0400 Received: from kirsty.vergenet.net ([202.4.237.240]:53477 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932235AbeF1MAg (ORCPT ); Thu, 28 Jun 2018 08:00:36 -0400 Received: from reginn.horms.nl (watermunt.horms.nl [80.127.179.77]) by kirsty.vergenet.net (Postfix) with ESMTPA id 6735225B7A3; Thu, 28 Jun 2018 22:00:34 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=verge.net.au; s=mail; t=1530187234; bh=G8fVmF538MDPEKSonpsvcK7XC0tq8PePZuEjuXmL3XE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=CNF3vIFz4X44qxzdgcq5KD/6dypWIFKfJqAl0XSQphF7xZ2JYiK66zuzaZzsjeC1V LQTAionEldiwWae4mEl7LBjZUA9efOONSHU0iVTChq2rV5MVi+fMjOTU50KLs/80fg eIB0dNDb3UYwqobF8eTNWnb2tIgwdf0+dPJN1Coc= Received: by reginn.horms.nl (Postfix, from userid 7100) id 4F8A1940760; Thu, 28 Jun 2018 14:00:32 +0200 (CEST) Date: Thu, 28 Jun 2018 14:00:32 +0200 From: Simon Horman To: Michel Pollet Cc: linux-renesas-soc@vger.kernel.org, phil.edworthy@renesas.com, Michel Pollet , Michael Turquette , Stephen Boyd , Rob Herring , Mark Rutland , Geert Uytterhoeven , linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v9 3/5] ARM: dts: Renesas R9A06G032 base device tree file Message-ID: <20180628120031.eq2yuysz4re2olwn@verge.net.au> References: <1528973829-25493-1-git-send-email-michel.pollet@bp.renesas.com> <1528973829-25493-4-git-send-email-michel.pollet@bp.renesas.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1528973829-25493-4-git-send-email-michel.pollet@bp.renesas.com> Organisation: Horms Solutions BV User-Agent: NeoMutt/20170113 (1.7.2) 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 On Thu, Jun 14, 2018 at 11:56:32AM +0100, Michel Pollet wrote: > This adds the Renesas R9A06G032 bare bone support. > > This currently only handles the SYSCTRL block note, > generic parts (gic, architected timer) and a UART. > > Signed-off-by: Michel Pollet > Reviewed-by: Geert Uytterhoeven > Reviewed-by: Simon Horman Thanks, applied with the following appended: --- To unsubscribe from this list: send the line "unsubscribe linux-clk" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/MAINTAINERS b/MAINTAINERS index 9d5eeff51b5f..4c85ac04872d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1969,6 +1969,7 @@ S: Supported F: arch/arm/boot/dts/emev2* F: arch/arm/boot/dts/r7s* F: arch/arm/boot/dts/r8a* +F: arch/arm/boot/dts/r9a* F: arch/arm/boot/dts/sh* F: arch/arm/configs/shmobile_defconfig F: arch/arm/include/debug/renesas-scif.S