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 3B9ACEE14D8 for ; Sun, 10 Sep 2023 09:39:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1346568AbjIJJjr (ORCPT ); Sun, 10 Sep 2023 05:39:47 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37154 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239000AbjIJJjr (ORCPT ); Sun, 10 Sep 2023 05:39:47 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7BD95CC9 for ; Sun, 10 Sep 2023 02:39:43 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 83C6CC433C8; Sun, 10 Sep 2023 09:39:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1694338783; bh=ysgPsq9QspCHPdVZ1NaI1wqrQYbL59Pa0hwTYZh34Nk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=T3i5HiRGNxsKaTMRC+nDxaeScpBzQq2QvqVKltUakavvPuMPRD8hp82/gdKep768f S7omkx2VlYsBPhWdmbCgIRVEwPfsQkZxCEcBOYYJbhfkx3anVlHgXSDgy/upQY23F2 f0SbrOOc7v/H9zLOHoxM3sg88rhmJHbV/658hNtsxI30jJtoDyRHw7Jr4ha6Ksh7Ud y5OJl+X/RFb9pnHqDkoS/Z7Mx1BaAf/Dg0JV6cjP4kPkgh/3Vrz4hkQ1evME/SPWfC KxIu+9XFxu7tWBgEhzvKiNQoq4CaQ04SAnY4kgixGGBkFZDm8s4Mjb0bYhxBMFXUm5 NuvAaUogKpa/A== Date: Sun, 10 Sep 2023 10:39:38 +0100 From: Conor Dooley To: Fabio Estevam Cc: shawnguo@kernel.org, wei.fang@nxp.com, shenwei.wang@nxp.com, xiaoning.wang@nxp.com, kuba@kernel.org, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org, netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Fabio Estevam Subject: Re: [PATCH 1/2] dt-bindings: net: fec: Add imx8dxl description Message-ID: <20230910-isotope-uncured-53d69b025137@spud> References: <20230909123107.1048998-1-festevam@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="i7DpLp73U/PzOMoT" Content-Disposition: inline In-Reply-To: <20230909123107.1048998-1-festevam@gmail.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org --i7DpLp73U/PzOMoT Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Sep 09, 2023 at 09:31:06AM -0300, Fabio Estevam wrote: > From: Fabio Estevam >=20 > The imx8dl FEC has the same programming model as the one on the imx8qxp. >=20 > Add the imx8dl compatible string. >=20 > Signed-off-by: Fabio Estevam Acked-by: Conor Dooley Thanks, Conor. > --- > Documentation/devicetree/bindings/net/fsl,fec.yaml | 1 + > 1 file changed, 1 insertion(+) >=20 > diff --git a/Documentation/devicetree/bindings/net/fsl,fec.yaml b/Documen= tation/devicetree/bindings/net/fsl,fec.yaml > index b494e009326e..8948a11c994e 100644 > --- a/Documentation/devicetree/bindings/net/fsl,fec.yaml > +++ b/Documentation/devicetree/bindings/net/fsl,fec.yaml > @@ -59,6 +59,7 @@ properties: > - const: fsl,imx6sx-fec > - items: > - enum: > + - fsl,imx8dxl-fec > - fsl,imx8qxp-fec > - const: fsl,imx8qm-fec > - const: fsl,imx6sx-fec > --=20 > 2.34.1 >=20 --i7DpLp73U/PzOMoT Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCZP2O2gAKCRB4tDGHoIJi 0jpyAP0dvclFyo0iMw+7wMHdalTWBEOGqHTHl9OEZMugJPfSGgD/UmJBuWlsafdS Tx9lrExixAw10OvS1Ygi/Wl7VGduQQM= =dscV -----END PGP SIGNATURE----- --i7DpLp73U/PzOMoT--