[PATCH 1/2] dts: phyFLEX-AM335x: Disable second ethernet interface

Sascha Hauer s.hauer at pengutronix.de
Thu Nov 5 00:00:03 PST 2015


On Tue, Nov 03, 2015 at 08:51:47AM +0100, Teresa Remmet wrote:
> There are phyFLEX modules with only the first eth phy mounted.
> As barebox only supports the first interface anyway, disable
> the second interface for now.
> 
> Signed-off-by: Teresa Remmet <t.remmet at phytec.de>

Applied, thanks

Sascha

> ---
>  arch/arm/dts/am335x-phytec-phyflex-som.dtsi | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm/dts/am335x-phytec-phyflex-som.dtsi b/arch/arm/dts/am335x-phytec-phyflex-som.dtsi
> index 6d488fa..c60943c 100644
> --- a/arch/arm/dts/am335x-phytec-phyflex-som.dtsi
> +++ b/arch/arm/dts/am335x-phytec-phyflex-som.dtsi
> @@ -224,12 +224,13 @@
>  	phy_id = <&davinci_mdio>, <2>;
>  	phy-mode = "rmii";
>  	dual_emac_res_vlan = <2>;
> +	status = "disabled";
>  };
>  
>  &mac {
>  	pinctrl-names = "default";
> -	pinctrl-0 = <&emac_rgmii1_pins &emac_rmii2_pins>;
> -	dual_emac;
> +	slaves = <1>;
> +	pinctrl-0 = <&emac_rgmii1_pins>;
>  	status = "okay";
>  };
>  
> -- 
> 1.9.1
> 
> 
> _______________________________________________
> barebox mailing list
> barebox at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |



More information about the barebox mailing list