From 79a975077c3844c957f009224a76b5e493cfcb07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Teresa=20G=C3=A1mez?= Date: Mon, 14 Jul 2014 11:27:27 +0200 Subject: [PATCH] ARM: am335x Phytec phyCORE: Enable ethernet MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit With an update of the am33xx.dtsi (commit 9313920df6) the mdio and mac nodes are not enabled on default any more. Enable them explicit in the board dts now. Signed-off-by: Teresa Gámez --- arch/arm/dts/am335x-phytec-phycore.dts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/dts/am335x-phytec-phycore.dts b/arch/arm/dts/am335x-phytec-phycore.dts index f8d0d4775..550b306b7 100644 --- a/arch/arm/dts/am335x-phytec-phycore.dts +++ b/arch/arm/dts/am335x-phytec-phycore.dts @@ -214,6 +214,7 @@ &davinci_mdio { pinctrl-names = "default"; pinctrl-0 = <&davinci_mdio_default>; + status = "okay"; }; &phy_sel { @@ -236,6 +237,7 @@ pinctrl-names = "default"; pinctrl-0 = <&emac_rmii1_pins>; dual_emac = <1>; + status = "okay"; }; &gpmc {