From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?C=c3=a9dric_Le_Goater?= Date: Tue, 11 Sep 2018 07:37:34 +0200 Subject: [U-Boot] [PATCH 5/5] aspeed: Activate ethernet devices on the ast2500 Eval Board In-Reply-To: References: <20180910142148.21436-1-clg@kaod.org> <20180910142148.21436-6-clg@kaod.org> Message-ID: <29d10f0b-47e5-f958-d761-b0ca8d2d3c2f@kaod.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable To: u-boot@lists.denx.de On 09/11/2018 02:55 AM, Joel Stanley wrote: > On Mon, 10 Sep 2018 at 23:56, C=C3=A9dric Le Goater wrote: >> diff --git a/arch/arm/dts/ast2500-evb.dts b/arch/arm/dts/ast2500-evb.dts >> index 609678ff7989..1bd224dacf78 100644 >> --- a/arch/arm/dts/ast2500-evb.dts >> +++ b/arch/arm/dts/ast2500-evb.dts >=20 >> + >> +&mac0 { >> + status =3D "okay"; >> + >> + phy-mode =3D "rgmii"; >> + >> + pinctrl-names =3D "default"; >> + pinctrl-0 =3D <&pinctrl_mac1link_default &pinctrl_mdio1_default>; >> +}; >> + >> +&mac1 { >> + status =3D "disabled"; >=20 > Is there a reason you don't have both enabled?=20 none. we should enable both. I initially disabled mac1 to check how the scu bits where being set by the pinctrl driver in U-Boot.=20 > On the eval board I use I can use either. yes.=20 Thanks, C.