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=-5.6 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, T_DKIMWL_WL_HIGH,USER_AGENT_MUTT 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 50D0CC04AB6 for ; Fri, 31 May 2019 07:24:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 22CA3264E7 for ; Fri, 31 May 2019 07:24:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1559287476; bh=PUlWGNY+r975vxDcEpTi7f2g6hL+q1Np/YBHL+1KNZA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=gfqSTrmo1RtbGsRcq8pAsWnVT4eCZHKd6WYFo71BoCwlxkc4FG0+oa+w+aS3xGImi k7TGYuYQJ1S1VD7CkDQbj/rBdhCUIuii+KljI4XdQdGoWlusTG7tQTCR8FBYKwtLds jAi95cDhuOeElbb1hzVFnyPcnqyHL4CFmXXtXRko= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726701AbfEaHYe (ORCPT ); Fri, 31 May 2019 03:24:34 -0400 Received: from mail.kernel.org ([198.145.29.99]:35280 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725955AbfEaHYd (ORCPT ); Fri, 31 May 2019 03:24:33 -0400 Received: from dragon (98.142.130.235.16clouds.com [98.142.130.235]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 4870F264E7; Fri, 31 May 2019 07:24:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1559287472; bh=PUlWGNY+r975vxDcEpTi7f2g6hL+q1Np/YBHL+1KNZA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=SjZr9/RlqGkkGqq000MJYl5GUL6xfQHeufeggZmHINec9mRtN43RpiYHdym+cD4NQ PNle/f1BFDR2TmypsJiTUGaJxpOec3YrmtlJK3fMVbhgubExYccJzKXK6rF7BO7sbD P5Xzu9BP5gRM4uiIlCJEPEss8ybb8hW/MgUcCOZs= Date: Fri, 31 May 2019 15:23:10 +0800 From: Shawn Guo To: Anson.Huang@nxp.com Cc: robh+dt@kernel.org, mark.rutland@arm.com, s.hauer@pengutronix.de, kernel@pengutronix.de, festevam@gmail.com, l.stach@pengutronix.de, abel.vesa@nxp.com, andrew.smirnov@gmail.com, ccaione@baylibre.com, angus@akkea.ca, agx@sigxcpu.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Linux-imx@nxp.com Subject: Re: [PATCH RESEND] arm64: dts: imx8mq: add clock for SNVS RTC node Message-ID: <20190531072309.GA23453@dragon> References: <20190524054406.3220-1-Anson.Huang@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190524054406.3220-1-Anson.Huang@nxp.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, May 24, 2019 at 01:44:06PM +0800, Anson.Huang@nxp.com wrote: > From: Anson Huang > > i.MX8MQ has clock gate for SNVS module, add clock info to SNVS > RTC node for clock management. > > Signed-off-by: Anson Huang Applied, thanks.