[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <63a72f648297e96c140a1412c20bd3796398a932.camel@buserror.net>
Date: Wed, 14 Jul 2021 12:11:49 -0500
From: Scott Wood <oss@...error.net>
To: Pali Rohár <pali@...nel.org>,
Andrew Lunn <andrew@...n.ch>,
Russell King <linux@...linux.org.uk>,
Madalin Bucur <madalin.bucur@....com>,
"Camelia Alexandra Groza (OSS)" <camelia.groza@....nxp.com>
Cc: Rob Herring <robh+dt@...nel.org>,
Michael Ellerman <mpe@...erman.id.au>,
Benjamin Herrenschmidt <benh@...nel.crashing.org>,
Marek Behún <kabel@...nel.org>,
netdev@...r.kernel.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] powerpc/fsl/dts: Fix phy-connection-type for fm1mac3
On Sun, 2021-07-04 at 15:43 +0200, Pali Rohár wrote:
> Property phy-connection-type contains invalid value "sgmii-2500" per scheme
> defined in file ethernet-controller.yaml.
>
> Correct phy-connection-type value should be "2500base-x".
>
> Signed-off-by: Pali Rohár <pali@...nel.org>
> Fixes: 84e0f1c13806 ("powerpc/mpc85xx: Add MDIO bus muxing support to the
> board device tree(s)")
> ---
> arch/powerpc/boot/dts/fsl/t1023rdb.dts | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/powerpc/boot/dts/fsl/t1023rdb.dts
> b/arch/powerpc/boot/dts/fsl/t1023rdb.dts
> index 5ba6fbfca274..f82f85c65964 100644
> --- a/arch/powerpc/boot/dts/fsl/t1023rdb.dts
> +++ b/arch/powerpc/boot/dts/fsl/t1023rdb.dts
> @@ -154,7 +154,7 @@
>
> fm1mac3: ethernet@...00 {
> phy-handle = <&sgmii_aqr_phy3>;
> - phy-connection-type = "sgmii-2500";
> + phy-connection-type = "2500base-x";
> sleep = <&rcpm 0x20000000>;
> };
>
Acked-by: Scott Wood <oss@...error.net>
-Scott
Powered by blists - more mailing lists