[PATCH 1/2] dts: phyFLEX-AM335x: Disable second ethernet interface
Teresa Remmet
t.remmet at phytec.de
Mon Nov 2 23:51:47 PST 2015
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>
---
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
More information about the barebox
mailing list