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 B7CFFC433F5 for ; Wed, 9 Feb 2022 06:51:51 +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=0gz2Ln5A8B950DnB8TB7t6xI/2tvhVr+8uTraloJT3U=; b=DZ3ZzH75mvJJ1m 4M6I2TeyRMkoYHOD7mYlywSPsd0z0QTjUraE1Qx9SzSWYehLy4+R06bR3E5xxc2CuRDJuQyeZmWog q9BfdrJuzVK38ZbiFpLND2ZmmP/vwaqj84Ru3C0dIiD+imeSDBZ3tFopbBi+3PajLULb/jl5Chy4F 0SfOpc/t3CRN+wiZhH2KuWWSh6C2JGu8aAwqkYag6DnDd2Q6Jt+KCaKFWha3rnT0oGBOfv8N1IdqI DZmYF5QzG9BWUBSnr+PIdUiFvAA8J4+1j7XY5SFPf9kMU0/algbHPVNtLrSh6kYr5Gw7lNTqy8h9c bIROfxe/8pAGGQm6KMIg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nHgoM-00GOpu-2A; Wed, 09 Feb 2022 06:50:42 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nHgoJ-00GOpG-8Z for linux-arm-kernel@lists.infradead.org; Wed, 09 Feb 2022 06:50:40 +0000 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 3E82561723; Wed, 9 Feb 2022 06:50:38 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2EAC9C340E7; Wed, 9 Feb 2022 06:50:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1644389437; bh=JSJwDcbl25E7GeKEJiknWA5JGfaS90PWnKx+WSo1apY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=CMkcO8ZH1YlVYScW2HeQm/OeIdK9FEKYed+6ncWysIIRtpeYQexvhX9+pGMAbs7H1 fFoW4vv9GwI95ISZknyKrMXbf6hzbGn/agg0NzmNkWeb1xmq0PepOcqEZaL+9P7Fo8 MCZlDC/Ri0IegMbF8YfKernDlQHRKbt2s4lwp0nJR7qjwXyt9XGZvcUSyzXILM1Sts nEY58MRmQpMXnS8PKE71gWRPeV7AkfZFdIEWIdmgWqakQvr6v5EvzKKrvmUtex1nYx ovWkXvON6T6HN8MSLRwA0UJa7jGy0rn4+Hi8i2Rsse8dDkWUdR0GejlDgcViXgfITO HxtnrVamffXig== Date: Wed, 9 Feb 2022 14:50:30 +0800 From: Shawn Guo To: Abel Vesa Cc: Greg Kroah-Hartman , Rob Herring , Sascha Hauer , Fabio Estevam , Dong Aisheng , Peng Fan , Pengutronix Kernel Team , linux-arm-kernel@lists.infradead.org, Alexander Stein , linux-serial@vger.kernel.org, devicetree@vger.kernel.org, Linux Kernel Mailing List , NXP Linux Team Subject: Re: [PATCH 1/2] dt-bindings: serial: fsl-lpuart: Drop i.MX8QXP backwards compatibility Message-ID: <20220209065029.GA4909@dragon> References: <20220118135918.2126010-1-abel.vesa@nxp.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220118135918.2126010-1-abel.vesa@nxp.com> User-Agent: Mutt/1.9.4 (2018-02-28) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220208_225039_384485_F58547FC X-CRM114-Status: GOOD ( 17.88 ) 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 Tue, Jan 18, 2022 at 03:59:17PM +0200, Abel Vesa wrote: > Drop the i.MX8QXP backwards compatibility with i.MX7ULP since they > differ from clocks handling point of view. > > Signed-off-by: Abel Vesa I tried to pick up the patch, but it failed to apply to my imx/bindings branch. Could you rebase? Shawn > --- > Documentation/devicetree/bindings/serial/fsl-lpuart.yaml | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) > > diff --git a/Documentation/devicetree/bindings/serial/fsl-lpuart.yaml b/Documentation/devicetree/bindings/serial/fsl-lpuart.yaml > index aa83cbf56d59..ff364bd0fbac 100644 > --- a/Documentation/devicetree/bindings/serial/fsl-lpuart.yaml > +++ b/Documentation/devicetree/bindings/serial/fsl-lpuart.yaml > @@ -20,11 +20,10 @@ properties: > - fsl,ls1021a-lpuart > - fsl,ls1028a-lpuart > - fsl,imx7ulp-lpuart > + - fsl,imx8qxp-lpuart > - fsl,imxrt1050-lpuart > - items: > - - enum: > - - fsl,imx8qxp-lpuart > - - fsl,imx8ulp-lpuart > + - const: fsl,imx8ulp-lpuart > - const: fsl,imx7ulp-lpuart > - items: > - enum: > -- > 2.31.1 > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel