diff options
author | Ooi, Joyce | 2019-11-21 06:06:12 -0800 |
---|---|---|
committer | Marek Vasut | 2019-11-22 03:08:12 +0100 |
commit | 0c14bb5ad3311de2c26e66e88f8a6886773b8e0a (patch) | |
tree | fe8cb53f09670280f79435e22653bb05d69c3d9f /arch/arm | |
parent | 7dad444c765ab94bf70592c502df9d1e1f72d436 (diff) |
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/arm')
-rwxr-xr-x | arch/arm/dts/socfpga_stratix10_socdk.dts | 1 |
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 58baa710d40..b7b48a5d310 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; }; |