9
0
Fork 0

ARM: am335x Phytec phyCORE: Enable ethernet

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 <t.gamez at phytec.de>
This commit is contained in:
Teresa Gámez 2014-07-14 11:27:27 +02:00 committed by Holger Hans Peter Freyther
parent 21ddb3c528
commit 79a975077c
1 changed files with 2 additions and 0 deletions

View File

@ -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 {