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 B31CFEB64DC for ; Tue, 18 Jul 2023 03:38:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230201AbjGRDiu (ORCPT ); Mon, 17 Jul 2023 23:38:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40706 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230062AbjGRDit (ORCPT ); Mon, 17 Jul 2023 23:38:49 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 34F58F4; Mon, 17 Jul 2023 20:38:49 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id BFD92613FB; Tue, 18 Jul 2023 03:38:48 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0BD4FC433C8; Tue, 18 Jul 2023 03:38:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1689651528; bh=ny9uqMXSwYkXmAxjV/H8mJOqiUhLBjxz3ew6fMA8gdU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=HUbU4hdv52Phwwm2+puFN8PKrpLbosrvhxaSwYf4VLL9ZqV7Hn2l0W8xFoYnP6qoC eL2TiCZo0yIJwqfxtCy+2UoL/W7G42lHkcRJBKmwxuEOzS7xSu1mb9koyj9PX7+aBS /T9/MW9Mtd/LlcveFvY/qFPBZwlKpb8HVenEEWDZvhOYEXFdorqXeXrHlO6xY7qTj/ dnEETUuEyd02mFG97JKUJ6EhFrcSOC/s9x/aR9aKf/RxcOFSOmk1uLEcy2LUP1LZ67 YnFAarUQXfQ3tmAqVCnHwnVbkutnMVQl/dO3XyGvS8UsS0Qv6QBRyv6ugcL9cF1bh5 OuzGnqS2d1ecQ== Date: Tue, 18 Jul 2023 11:38:36 +0800 From: Shawn Guo To: Sherry Sun Cc: robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org, s.hauer@pengutronix.de, festevam@gmail.com, shenwei.wang@nxp.com, gregkh@linuxfoundation.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, kernel@pengutronix.de, linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org, linux-imx@nxp.com Subject: Re: [PATCH V3 2/3] arm64: dts: imx93: add "fsl,imx8ulp-lpuart" compatible for imx93 Message-ID: <20230718033836.GG9559@dragon> References: <20230627025332.11133-1-sherry.sun@nxp.com> <20230627025332.11133-3-sherry.sun@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230627025332.11133-3-sherry.sun@nxp.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Tue, Jun 27, 2023 at 10:53:31AM +0800, Sherry Sun wrote: > i.MX93 and i.MX8ULP lpuart add some new featurs based on i.MX7ULP, for > example, i.MX93 and i.MX8ULP can support EOP(end-of-packet) function > while i.MX7ULP doesn't support, so add "fsl,imx8ulp-lpuart" compatible > string for i.MX93 to support those new features. > > Signed-off-by: Sherry Sun Applied, thanks!