[U-Boot] [PATCH 5/5] aspeed: Activate ethernet devices on the ast2500 Eval Board
Joel Stanley
joel at jms.id.au
Tue Sep 11 00:55:29 UTC 2018
On Mon, 10 Sep 2018 at 23:56, Cédric Le Goater <clg at kaod.org> 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
> +
> +&mac0 {
> + status = "okay";
> +
> + phy-mode = "rgmii";
> +
> + pinctrl-names = "default";
> + pinctrl-0 = <&pinctrl_mac1link_default &pinctrl_mdio1_default>;
> +};
> +
> +&mac1 {
> + status = "disabled";
Is there a reason you don't have both enabled? On the eval board I use
I can use either.
Cheers,
Joel
More information about the U-Boot
mailing list