summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorOoi, Joyce <joyce.ooi@intel.com>2019-11-21 17:06:12 +0300
committerMarek Vasut <marex@denx.de>2019-11-22 05:08:12 +0300
commit0c14bb5ad3311de2c26e66e88f8a6886773b8e0a (patch)
treefe8cb53f09670280f79435e22653bb05d69c3d9f /arch
parent7dad444c765ab94bf70592c502df9d1e1f72d436 (diff)
downloadu-boot-0c14bb5ad3311de2c26e66e88f8a6886773b8e0a.tar.xz
arm: socfpga: stratix10: Add alias for gmac0 in S10 dts
Add 'ethernet0' as alias for 'gmac0' in S10 device tree. Signed-off-by: Chee Hong Ang <chee.hong.ang@intel.com> Signed-off-by: Ooi, Joyce <joyce.ooi@intel.com> Reviewed-by: Ley Foon Tan <ley.foon.tan@intel.com>
Diffstat (limited to 'arch')
-rwxr-xr-xarch/arm/dts/socfpga_stratix10_socdk.dts1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/dts/socfpga_stratix10_socdk.dts b/arch/arm/dts/socfpga_stratix10_socdk.dts
index 58baa710d4..b7b48a5d31 100755
--- a/arch/arm/dts/socfpga_stratix10_socdk.dts
+++ b/arch/arm/dts/socfpga_stratix10_socdk.dts
@@ -9,6 +9,7 @@
model = "SoCFPGA Stratix 10 SoCDK";
aliases {
+ ethernet0 = &gmac0;
i2c0 = &i2c1;
serial0 = &uart0;
};