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