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 5FAFBC433EF for ; Mon, 20 Dec 2021 15:35:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235713AbhLTPfU (ORCPT ); Mon, 20 Dec 2021 10:35:20 -0500 Received: from ams.source.kernel.org ([145.40.68.75]:60748 "EHLO ams.source.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234992AbhLTPfS (ORCPT ); Mon, 20 Dec 2021 10:35:18 -0500 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 ams.source.kernel.org (Postfix) with ESMTPS id 595A2B80EEE; Mon, 20 Dec 2021 15:35:16 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 439A0C36AE8; Mon, 20 Dec 2021 15:35:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1640014515; bh=SOzeN0WwnW9H1fyfGCy8xSJMHoba/7/d6z4gmjyyVAI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=FuWHV4csDxjfV+sevtASLOn0z4jC3I23F4ZysylQ8RHqMhcJ3Ln/DpUaHqBrBjvWw N60WkVQRjcoQADpm9oIZp0ixGkmbcy8RgcONi6LYPND0lNSPKBXSC2Fl0AI1qwljb0 2tKkvQYIfGqeSbJwmNwqJul7iiru9vRGBzYtpqZM= Date: Mon, 20 Dec 2021 16:35:12 +0100 From: Greg Kroah-Hartman To: Abel Vesa Cc: Rob Herring , Dong Aisheng , Shawn Guo , Sascha Hauer , Fabio Estevam , Pengutronix Kernel Team , linux-i2c@vger.kernel.org, linux-serial@vger.kernel.org, NXP Linux Team , Linux Kernel Mailing List , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org Subject: Re: [RESEND v4 10/10] dt-bindings: serial: fsl-lpuart: Add i.MX8DXL compatible Message-ID: References: <1639680494-23183-1-git-send-email-abel.vesa@nxp.com> <1639680494-23183-11-git-send-email-abel.vesa@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Dec 18, 2021 at 11:58:46PM +0200, Abel Vesa wrote: > On 21-12-17 17:59:26, Greg Kroah-Hartman wrote: > > On Thu, Dec 16, 2021 at 08:48:14PM +0200, Abel Vesa wrote: > > > Add i.MX8DXL lpuart compatible to the bindings documentation. > > > > > > Signed-off-by: Abel Vesa > > > --- > > > Documentation/devicetree/bindings/serial/fsl-lpuart.yaml | 4 ++++ > > > 1 file changed, 4 insertions(+) > > > > > > diff --git a/Documentation/devicetree/bindings/serial/fsl-lpuart.yaml b/Documentation/devicetree/bindings/serial/fsl-lpuart.yaml > > > index fa23c60a01d0..ee37aa125c86 100644 > > > --- a/Documentation/devicetree/bindings/serial/fsl-lpuart.yaml > > > +++ b/Documentation/devicetree/bindings/serial/fsl-lpuart.yaml > > > @@ -29,6 +29,10 @@ properties: > > > - items: > > > - const: fsl,imx8qm-lpuart > > > - const: fsl,imx8qxp-lpuart > > > + - items: > > > + - const: fsl,imx8dxl-lpuart > > > + - const: fsl,imx8qxp-lpuart > > > + - const: fsl,imx7ulp-lpuart > > > > Why is "- items:" listed twice here? > > There are actually 3 "- items:" and there is a "oneOf:" > that encloses all of these. > > Unfortunately, there are special cases within the driver > that forces the devicetree nodes to have a different list of > compatibles for almost each SoC. Ah. Can you resend it as it is long-gone from my queue now. thanks, greg k-h 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 3DB73C433EF for ; Mon, 20 Dec 2021 15:36:52 +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=rVghq1IiApFGy4qaCx8lH56Q46GgrmlhlFfTjqqRoaE=; b=KOza8S8nGJUeTW OGVVlsfjTi+j5DKyY0+362zgTyhKktdTKfKa8qsoOVSI+LR//okqnO1UKH6+DffaHQBDd8k4ReDy2 yAkv77ED93a8AKOAiOHWG/Xr2cDHbqeVOYvlGn1yxIROiAI3i898e2Pja7oQp16JGTwwJbHo82nas RDCfZPgIZKhcp/Xqz9tCuD7ywCM3yT0/es1DwdoJKCnmQe+dgNXMoRFeQ3R0YQUbX4DNTxpuSyl4f kybh+pl/4hO+C7tQFp9ExcRyceg1u0MVl6MlD4/ssEbV7LUd9SC+L9UunebCkSi/RXO0s4qYi0gHg b2b3hlR24qXtWpEBXtMA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mzKh5-0037eq-It; Mon, 20 Dec 2021 15:35:19 +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 1mzKh2-0037e9-5S for linux-arm-kernel@lists.infradead.org; Mon, 20 Dec 2021 15:35:17 +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 86515611DF; Mon, 20 Dec 2021 15:35:15 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 439A0C36AE8; Mon, 20 Dec 2021 15:35:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1640014515; bh=SOzeN0WwnW9H1fyfGCy8xSJMHoba/7/d6z4gmjyyVAI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=FuWHV4csDxjfV+sevtASLOn0z4jC3I23F4ZysylQ8RHqMhcJ3Ln/DpUaHqBrBjvWw N60WkVQRjcoQADpm9oIZp0ixGkmbcy8RgcONi6LYPND0lNSPKBXSC2Fl0AI1qwljb0 2tKkvQYIfGqeSbJwmNwqJul7iiru9vRGBzYtpqZM= Date: Mon, 20 Dec 2021 16:35:12 +0100 From: Greg Kroah-Hartman To: Abel Vesa Cc: Rob Herring , Dong Aisheng , Shawn Guo , Sascha Hauer , Fabio Estevam , Pengutronix Kernel Team , linux-i2c@vger.kernel.org, linux-serial@vger.kernel.org, NXP Linux Team , Linux Kernel Mailing List , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org Subject: Re: [RESEND v4 10/10] dt-bindings: serial: fsl-lpuart: Add i.MX8DXL compatible Message-ID: References: <1639680494-23183-1-git-send-email-abel.vesa@nxp.com> <1639680494-23183-11-git-send-email-abel.vesa@nxp.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211220_073516_271380_FE967123 X-CRM114-Status: GOOD ( 19.32 ) 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 Sat, Dec 18, 2021 at 11:58:46PM +0200, Abel Vesa wrote: > On 21-12-17 17:59:26, Greg Kroah-Hartman wrote: > > On Thu, Dec 16, 2021 at 08:48:14PM +0200, Abel Vesa wrote: > > > Add i.MX8DXL lpuart compatible to the bindings documentation. > > > > > > Signed-off-by: Abel Vesa > > > --- > > > Documentation/devicetree/bindings/serial/fsl-lpuart.yaml | 4 ++++ > > > 1 file changed, 4 insertions(+) > > > > > > diff --git a/Documentation/devicetree/bindings/serial/fsl-lpuart.yaml b/Documentation/devicetree/bindings/serial/fsl-lpuart.yaml > > > index fa23c60a01d0..ee37aa125c86 100644 > > > --- a/Documentation/devicetree/bindings/serial/fsl-lpuart.yaml > > > +++ b/Documentation/devicetree/bindings/serial/fsl-lpuart.yaml > > > @@ -29,6 +29,10 @@ properties: > > > - items: > > > - const: fsl,imx8qm-lpuart > > > - const: fsl,imx8qxp-lpuart > > > + - items: > > > + - const: fsl,imx8dxl-lpuart > > > + - const: fsl,imx8qxp-lpuart > > > + - const: fsl,imx7ulp-lpuart > > > > Why is "- items:" listed twice here? > > There are actually 3 "- items:" and there is a "oneOf:" > that encloses all of these. > > Unfortunately, there are special cases within the driver > that forces the devicetree nodes to have a different list of > compatibles for almost each SoC. Ah. Can you resend it as it is long-gone from my queue now. thanks, greg k-h _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel