summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts
diff options
context:
space:
mode:
authorTeresa Remmet <t.remmet@phytec.de>2015-11-03 08:51:47 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2015-11-05 08:59:43 +0100
commitb3ff4794e3798343a97883d0e2318688ff207734 (patch)
treef0bb3c81391635262d73320f5742e1c0c5c007cb /arch/arm/dts
parent33d482fdd391d334f7e8f8b5f3d8cef22a4d3b97 (diff)
downloadbarebox-b3ff4794e3798343a97883d0e2318688ff207734.tar.gz
barebox-b3ff4794e3798343a97883d0e2318688ff207734.tar.xz
dts: phyFLEX-AM335x: Disable second ethernet interface
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@phytec.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/dts')
-rw-r--r--arch/arm/dts/am335x-phytec-phyflex-som.dtsi5
1 files 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 6d488faa93..c60943ccec 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";
};