summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/socfpga_vt.dts
diff options
context:
space:
mode:
authorDinh Nguyen <dinguyen@altera.com>2014-02-06 23:48:43 +0100
committerDinh Nguyen <dinguyen@altera.com>2014-03-02 21:57:57 +0100
commit7e0b4cd06201ee9dbdf2d13bfd7b8a021b414e42 (patch)
tree6038d7dc6e2fa04a9b1430cb036809f1fadad78a /arch/arm/boot/dts/socfpga_vt.dts
parentnet: stmmac: Add SOCFPGA glue driver (diff)
downloadlinux-7e0b4cd06201ee9dbdf2d13bfd7b8a021b414e42.tar.xz
linux-7e0b4cd06201ee9dbdf2d13bfd7b8a021b414e42.zip
dts: socfpga: Add DTS entry for adding the stmmac glue layer for stmmac.
This patch adds the dts bindings documenation for the Altera SOCFPGA glue layer for the Synopsys STMMAC ethernet driver. Signed-off-by: Dinh Nguyen <dinguyen@altera.com> Acked-by: David S. Miller <davem@davemloft.net> --- v3: Remove stray empty line at end of socfpga_cyclone5_socdk.dts v2: Use the dwmac-sti as an example for a glue layer and split patch up to have dts as a separate patch. Also cc dts maintainers since there is a new binding.
Diffstat (limited to 'arch/arm/boot/dts/socfpga_vt.dts')
-rw-r--r--arch/arm/boot/dts/socfpga_vt.dts8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/socfpga_vt.dts b/arch/arm/boot/dts/socfpga_vt.dts
index d1ec0cab2dee..c01acce2e8a5 100644
--- a/arch/arm/boot/dts/socfpga_vt.dts
+++ b/arch/arm/boot/dts/socfpga_vt.dts
@@ -75,3 +75,11 @@
};
};
};
+
+&ethernet0 {
+ status = "okay";
+};
+
+&gmac0 {
+ phy-mode = "gmii";
+};