aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2017-05-09 10:07:57 -0400
committerDinh Nguyen <dinguyen@kernel.org>2017-06-23 10:29:12 -0400
commit5b5ada57e4df56940d4855069754460b31666806 (patch)
treef5bcccedb8b61d972ff073d844087487a4f2a8a2
parent3ca65aa18f15c75677affcbc8654c86e5dc6d87f (diff)
ARM: dts: socfpga: Add second ethernet alias to VINING FPGA
Add DT alias for the second ethernet present on mainboard rev 1.10. Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
-rw-r--r--arch/arm/boot/dts/socfpga_cyclone5_vining_fpga.dts1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/socfpga_cyclone5_vining_fpga.dts b/arch/arm/boot/dts/socfpga_cyclone5_vining_fpga.dts
index 9195f11dacdc..655fe87e272d 100644
--- a/arch/arm/boot/dts/socfpga_cyclone5_vining_fpga.dts
+++ b/arch/arm/boot/dts/socfpga_cyclone5_vining_fpga.dts
@@ -69,6 +69,7 @@
69 * to be added to the gmac1 device tree blob. 69 * to be added to the gmac1 device tree blob.
70 */ 70 */
71 ethernet0 = &gmac1; 71 ethernet0 = &gmac1;
72 ethernet1 = &gmac0;
72 }; 73 };
73 74
74 gpio-keys { 75 gpio-keys {