From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-13.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 92B80C4338F for ; Mon, 9 Aug 2021 08:11:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 624D161075 for ; Mon, 9 Aug 2021 08:11:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233669AbhHIILv (ORCPT ); Mon, 9 Aug 2021 04:11:51 -0400 Received: from mail.kernel.org ([198.145.29.99]:54992 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233588AbhHIILv (ORCPT ); Mon, 9 Aug 2021 04:11:51 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 1DBC261004; Mon, 9 Aug 2021 08:11:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1628496691; bh=PR7IOLoXIY/MkdrX1BQp6vLQalo6ARjxTOEyIcpq+nU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=mZipI5H4NXkOecemAEn57P401ZhUJU/AkxRiEjabe2q9ctHAWBTKUKfcHM2mn5qT6 Rrl/7YfJobY8EU3vx7XXRA3f13PWFulYjXM07PUZOoJusQou/vp7JVR3uUJfhEETG1 RgCEqJrOj7NcSBKHWwQw58UZOVo1E+jDdSh85Yazwcq93jOrPidYOfTsIfOxW65fyM tJTzabyrCGwy4ZP1AzexDp5WiffKlWfpFOpABKfK5QX6De0GT6IIMFngJuLtbYXdzK uFL+3A/YbxsCTP+DjKVVLS8G5csGF78vvZd8mxXH3pLW3WN7TJ3oLPrD5cYHm+uAoN 1qjzuSm07pEzQ== Date: Mon, 9 Aug 2021 16:11:26 +0800 From: Shawn Guo To: Thomas Perrot Cc: devicetree@vger.kernel.org, Rob Herring , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team Subject: Re: [PATCH] ARM: dts: imx7: add ftm nodes for Flex Timers Message-ID: <20210809081126.GR30984@dragon> References: <20210805150633.348451-1-thomas.perrot@bootlin.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210805150633.348451-1-thomas.perrot@bootlin.com> User-Agent: Mutt/1.9.4 (2018-02-28) Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Thu, Aug 05, 2021 at 05:06:33PM +0200, Thomas Perrot wrote: > The i.MX7 has two possible Flex Timers, disabled by default. Moreover, the > block is the same as LS1021a, then the drivers can be used as-is. > > Signed-off-by: Thomas Perrot Applied, thanks!