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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1409BECAAD5 for ; Mon, 12 Sep 2022 10:07:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229589AbiILKHO (ORCPT ); Mon, 12 Sep 2022 06:07:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45024 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229677AbiILKHN (ORCPT ); Mon, 12 Sep 2022 06:07:13 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 88A191A834 for ; Mon, 12 Sep 2022 03:07:12 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 30B5460A1A for ; Mon, 12 Sep 2022 10:07:12 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9A064C433D6; Mon, 12 Sep 2022 10:07:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1662977231; bh=nsEF6IjT0wHdr6Ok39n4J0o5bpTc9Q86nkmXRNJJ6to=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=DKoaoQ8KQOsG7HkskBJ5BHXsvcWAm170z8GVTUxWNoVPcRZR5SuFWS0ff5NQcE04w yfZonFi6wW+ANh2Udw98vBYSDwvjEDlnuNza3bonMwW0EuE2byqQzHCKh41F/vdUS5 mR21biQvM365Xz8oucp31lVWmd3RQ5/bKf04f9Nm5z+3gqREqydKzG/2it1rOXvKm7 RgAZCJB8oinxb3s4giPhC/AvVXdr9JCHeJqQ6OrcbRb1fpyjlFfTCGIIFTs/pC8OPp WyYVeDccUUFUaZLwnQ2B/6xCchCsqYO1FbYs30MOm+5ZnvCHX6RL9KOif60Pt5GYIh h2JLizWCmu1CA== Date: Mon, 12 Sep 2022 18:07:06 +0800 From: Shawn Guo To: Alexander Stein Cc: Sascha Hauer , Fabio Estevam , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v2 1/1] arm64: dts: imx8mp-tqma8mpql-mba8mpxl: add missing pinctrl for RTC alarm Message-ID: <20220912100706.GZ1728671@dragon> References: <20220906063606.574709-1-alexander.stein@ew.tq-group.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220906063606.574709-1-alexander.stein@ew.tq-group.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Tue, Sep 06, 2022 at 08:36:06AM +0200, Alexander Stein wrote: > Although the RTC is on the module, the RTC_EVENT# signal is connected > on the mainboard. Already set by bootloader, but make it explicit in Linux > as well. > > Fixes: 418d1d840e42 ("arm64: dts: freescale: add initial device tree for TQMa8MPQL with i.MX8MP") > Signed-off-by: Alexander Stein > Reviewed-by: Fabio Estevam Applied, thanks!