From: Ooi, Joyce Date: Thu, 21 Nov 2019 14:06:12 +0000 (-0800) Subject: arm: socfpga: stratix10: Add alias for gmac0 in S10 dts X-Git-Tag: v2020.01-rc4~14^2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0c14bb5ad3311de2c26e66e88f8a6886773b8e0a;p=oweals%2Fu-boot.git 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 Signed-off-by: Ooi, Joyce Reviewed-by: Ley Foon Tan --- 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; };