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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 57B6ACE7A8B for ; Mon, 25 Sep 2023 03:37:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=4c0DDgHPj1/FlKy/I69O2t4w89sX2uxiQQEb45vxeaI=; b=ZTfzrHBsKUM971 kYbITyecUdNbRNyyZQyM7BSD/dooSp0XuyxV87z1z/HB+xxBCDVifCY/Z64XhErkyN41xD/IAmw5Q sQCzt603IZOzigugGnXEuZKMqImxFlntz+qa1sweXC7UQyB4S3/vnnNtiAGLQ0mxEMKUjpvh/a21J wqOg1bUSLYAxveEb5ps/wB3+Cuc8ONbqpHtz6LruL24X3wAwoyuhSS1+LUmrw9ma5OCHWFP0PWS/x vD6tyPsTeTG6OzjuXAL6V3ModfdXtu2NZ0i5oeD9uh3eu+y7hUY+rOsB5LobyxsW+XQ2MPV1aQsVK JXaaTEY/NSwVmLcqH2Jw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qkcPN-00DEk1-35; Mon, 25 Sep 2023 03:37:17 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qkcPL-00DEje-18 for linux-arm-kernel@lists.infradead.org; Mon, 25 Sep 2023 03:37:16 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 0FD5C60E16; Mon, 25 Sep 2023 03:37:13 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 36962C433C7; Mon, 25 Sep 2023 03:37:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1695613032; bh=P0NrCIiH21qq0/iYi2J+pn3k4w23h2NFrr7uGqqCggU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=jcaCKfVlEWzxXIcVvBvxfWZfjpkzyIxm5ooxCanVVzBAo+NtLxA89qq0SwVyFXGVm QiT+Nu5wHEjvEYEKrpHbBuX77O8ivtxEl7ibNA4XSsRNlZ+szKRNcjRP3Mjr5iQ70j F4MTmQ+a3LaCrHZWLAYWGvR4Byz4W0SLVXwEUPW3Zu8elw5EF20sO605PgqaxCFw27 azBKj66ETropi6tKPhn6P8HEokKv2qwpsdGFuV8+QTBf+/TRVtagaqMxl1nIqLLq0u NGPK71FIbU/Wdx1ZOp5B0UIXGDMRdFZ1eIA9pnjAybwPqGBtnvzJXcmAUkPOvWOL/P ga3GoTFZcgDVA== Date: Mon, 25 Sep 2023 11:37:05 +0800 From: Shawn Guo To: Fabio Estevam Cc: linux-arm-kernel@lists.infradead.org, Fabio Estevam Subject: Re: [PATCH] ARM: dts: mxs: Fix duart clock-names Message-ID: <20230925033705.GI7231@dragon> References: <20230921141742.236249-1-festevam@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230921141742.236249-1-festevam@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230924_203715_454653_FAA9A6BF X-CRM114-Status: GOOD ( 11.58 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, Sep 21, 2023 at 11:17:42AM -0300, Fabio Estevam wrote: > From: Fabio Estevam > > Per pl011.yaml, the first entry of clock-names should > be "uartclk". > > Change it accordingly to fix the following schema warning: > > imx23-xfi3.dtb: serial@80070000: clock-names:0: 'uartclk' was expected > > The pl011 driver does not search for the clock name, so this > change is safe and was tested on a imx28-evk board. > > Signed-off-by: Fabio Estevam Applied, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel