From 0c14bb5ad3311de2c26e66e88f8a6886773b8e0a Mon Sep 17 00:00:00 2001 From: "Ooi, Joyce" Date: Thu, 21 Nov 2019 06:06:12 -0800 Subject: [PATCH] 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 --- arch/arm/dts/socfpga_stratix10_socdk.dts | 1 + 1 file changed, 1 insertion(+) 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; };