From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-m16.yeah.net (mail-m16.yeah.net [220.197.32.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id DE07221C9E3 for ; Thu, 19 Jun 2025 07:58:23 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=220.197.32.19 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1750319906; cv=none; b=mYso8I5zA4VHeRZpQ31KrtZmVgxrlNo21rzdAes7FbPdXQrMz6q3Cksczrt4S8BOgO0r5hdIQ1yh37oMPD8Qdflwm7oopkpvxQYL23Aoe64LBzqdPPC9C3Un40A1G04OyNYoJCUv4bSuEMsA3ClEFNXZNBC9KrF6jNdIls4+kXg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1750319906; c=relaxed/simple; bh=crqk+zhdQ8Qr/k404DZSB2tQzBrmeeHuh9f0v8uhmTs=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=kHhUTdi5sa+s28Z0N/fBdHEoxHwIy5Kfz7FdovRhDvry3X33jSKN8gb6z7b5v9akoaqSTPDqBST5cB6bkwDo8RQ5i+ed1sW2Mq6tTESmLeaXxQiHBfDLCqRbEcA6FbDJDbhCAfhCtS4ijrdxc0gM0uka4WQza0qottjK7/F2WKI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=yeah.net; spf=pass smtp.mailfrom=yeah.net; dkim=pass (1024-bit key) header.d=yeah.net header.i=@yeah.net header.b=Of2bD993; arc=none smtp.client-ip=220.197.32.19 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=yeah.net Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=yeah.net Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=yeah.net header.i=@yeah.net header.b="Of2bD993" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yeah.net; s=s110527; h=Date:From:To:Subject:Message-ID:MIME-Version: Content-Type; bh=D8MldPwbwsdIkwE8tzK40xr/dxkO1GNTeWs2e/Byr+M=; b=Of2bD993b5NP6aOpy9wWGxOojcUgkQJnZVIcN9+oqdrChJ2XG4QVhla/HNkDCd C3bKt714JU+Eb9xNPq5SYdM3H/bRZ1LFkkJ3daNjQpeBDCvNIu/+ECK30uNhKhTo sjyBQX5rEsERgHseWn7ruNlyuj+O457Ei1oixj8dnZXeg= Received: from dragon (unknown []) by gzsmtp1 (Coremail) with SMTP id Mc8vCgDnfU8Bw1NoXtX_AA--.28682S3; Thu, 19 Jun 2025 15:57:55 +0800 (CST) Date: Thu, 19 Jun 2025 15:57:53 +0800 From: Shawn Guo To: Ciprian Costea Cc: Shawn Guo , Catalin Marinas , Will Deacon , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, NXP S32 Linux Team , Christophe Lizzi , Alberto Ruiz , Enric Balletbo , Eric Chanudet , imx@lists.linux.dev Subject: Re: [PATCH] arm64: defconfig: add S32G RTC module support Message-ID: References: <20250526165041.2486330-1-ciprianmarian.costea@oss.nxp.com> Precedence: bulk X-Mailing-List: imx@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250526165041.2486330-1-ciprianmarian.costea@oss.nxp.com> X-CM-TRANSID:Mc8vCgDnfU8Bw1NoXtX_AA--.28682S3 X-Coremail-Antispam: 1Uf129KBjDUn29KB7ZKAUJUUUUU529EdanIXcx71UUUUU7v73 VFW2AGmfu7bjvjm3AaLaJ3UbIYCTnIWIevJa73UjIFyTuYvjxUO7KIDUUUU X-CM-SenderInfo: pvkd40hjxrjqh1hdxhhqhw/1tbiBAZxZWhTjfbDTwAAsa On Mon, May 26, 2025 at 07:50:41PM +0300, Ciprian Costea wrote: > From: Ciprian Marian Costea > > The RTC hardware module present on S32G based SoCs tracks clock time > during system suspend and it is used as a wakeup source on S32G2/S32G3 > architecture. > > Signed-off-by: Ciprian Marian Costea Applied, thanks!