Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp9443725ybi; Wed, 24 Jul 2019 04:13:59 -0700 (PDT) X-Google-Smtp-Source: APXvYqwQ2EgOzjJzBhCFdjVZoHc1ZP+CO/7Ksxs9xp8x4xt4ojUvA5PbWK4iFoPkuky8NSdzHKk8 X-Received: by 2002:aa7:9191:: with SMTP id x17mr10787555pfa.23.1563966839177; Wed, 24 Jul 2019 04:13:59 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1563966839; cv=none; d=google.com; s=arc-20160816; b=cdssEC5EFEC/XP8hPd75iUvYUzvGgMiNh3lXOXf3ynmqmjxwu9fZh2RtfXUbwxoH3W l6oDzE+8gbjCfHEuSSXfARLicLLR0nOsj79dYGXF3X/cYsm/SZdzkfIygSYseot2vhk8 vNFH0wKpd2Tz7gD8NoecTIokocTmXTUh2M6SQ7jTOd8ca2uiJXWa6GiP+nfhKKNjQ2K/ ybJlpTpzQblVSmdRsFjQWG7jluz95Gveu/22es9Y7lqyB4MrNoSqdNsHRLcrYQXbDhgE l+C6nCnb3X/c1Qe2FxkO/hf6NSO8YuuCHEq0X03rkb0iyig/RtfC6VM3XygxSHdxG+XW aUJw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:organisation:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=a/0xO2VyJp5iv3cPMNjQ+vM6hfYPr7Aong5u/VFdtRo=; b=L2HTqnxjcaW3W0i7KQGtmjMI+SLfSyiIBEOg4QnLxjEfLd54SGd3XOjo2VOpCdNpxI o/bUZ5HzQXgBv0gb4tq/mzpTmXIV4z3j86iZBIlDPCaeZLgihbdut0HQTw3/FhZ4TS5I QvqRSTtqN0D9LxdchBhbi1Wg6YJrahnLE/5ZtCY4BgKCbp56ehMmhVTHwilSvfCBCxWv KtbAxCEgS3fTJ6M4aiJP8uShCFqtxihJwGugPKlewV9x2iIYFDyc7mzBxP1OCsTYpNhx 9Z6v/3ZSoJ0K1KEvNmidKCJJqYbQGN4g/D6o2Auf9n4FPvbuXuu4BVfciVc6h5JNCcMt 4OSw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id a6si13892412pla.259.2019.07.24.04.13.44; Wed, 24 Jul 2019 04:13:59 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727502AbfGXLM5 (ORCPT + 99 others); Wed, 24 Jul 2019 07:12:57 -0400 Received: from kirsty.vergenet.net ([202.4.237.240]:45490 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726300AbfGXLM4 (ORCPT ); Wed, 24 Jul 2019 07:12:56 -0400 Received: from penelope.horms.nl (ip4dab7138.direct-adsl.nl [77.171.113.56]) by kirsty.vergenet.net (Postfix) with ESMTPA id 60BE925BE40; Wed, 24 Jul 2019 21:12:54 +1000 (AEST) Received: by penelope.horms.nl (Postfix, from userid 7100) id 5863AE22041; Wed, 24 Jul 2019 13:12:52 +0200 (CEST) Date: Wed, 24 Jul 2019 13:12:52 +0200 From: Simon Horman To: Magnus Damm Cc: linux-kernel@vger.kernel.org, mark.rutland@arm.com, devicetree@vger.kernel.org, geert+renesas@glider.be, daniel.lezcano@linaro.org, linux-renesas-soc@vger.kernel.org, robh+dt@kernel.org, tglx@linutronix.de Subject: Re: [PATCH 2/7] dt-bindings: timer: renesas, cmt: Update CMT1 on sh73a0 and r8a7740 Message-ID: <20190724111252.bamz3fwd47n3kmwj@verge.net.au> References: <156345023791.5307.6113391102648394591.sendpatchset@octo> <156345026539.5307.17098096827162445534.sendpatchset@octo> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <156345026539.5307.17098096827162445534.sendpatchset@octo> Organisation: Horms Solutions BV User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jul 18, 2019 at 08:44:25PM +0900, Magnus Damm wrote: > From: Magnus Damm > > This patch reworks the DT binding documentation for the 6-channel > 48-bit CMTs known as CMT1 on r8a7740 and sh73a0. > > After the update the same style of DT binding as the rest of the upstream > SoCs will now also be used by r8a7740 and sh73a0. The DT binding "cmt-48" > is removed from the DT binding documentation, however software support for > this deprecated binding will still remain in the CMT driver for some time. > > Signed-off-by: Magnus Damm > Reviewed-by: Rob Herring Reviewed-by: Simon Horman