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 3CDDCC433EF for ; Tue, 3 May 2022 06:27:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229454AbiECGao (ORCPT ); Tue, 3 May 2022 02:30:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52928 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229447AbiECGao (ORCPT ); Tue, 3 May 2022 02:30:44 -0400 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 4A0DBB05; Mon, 2 May 2022 23:27:13 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id D9B3380FB; Tue, 3 May 2022 06:23:56 +0000 (UTC) Date: Tue, 3 May 2022 09:27:11 +0300 From: Tony Lindgren To: Alexander Shiyan Cc: linux-omap@vger.kernel.org, devicetree@vger.kernel.org, =?utf-8?Q?Beno=C3=AEt?= Cousson , Krzysztof Kozlowski Subject: Re: [PATCH 1/2] ARM: dts: am335x-myirtech: Add an external clock oscillator for CPU RTC Message-ID: References: <20220427081914.6773-1-eagle.alexander923@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220427081914.6773-1-eagle.alexander923@gmail.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org * Alexander Shiyan [220427 11:16]: > The CPU RTC has an external crystal, so to keep time, let's define > it for devicetree. I've applied both patches into omap-for-v5.19/dt thanks. Tony