diff options
| author | Dinh Nguyen <dinguyen@kernel.org> | 2018-09-28 15:31:49 -0400 |
|---|---|---|
| committer | Dinh Nguyen <dinguyen@kernel.org> | 2018-10-05 11:29:13 -0400 |
| commit | 74cad26d8d156406bca4ec0045f3147de4f6f918 (patch) | |
| tree | 64a596cf44d387c9ad35ebe62e1f329335815bdc | |
| parent | 74121b9aa3cd571ddfff014a9f47db36cae3cda9 (diff) | |
arm64: dts: stratix10: add ethernet aliases
Add ethernet<n> alias for all gmacs on the devkit.
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
---
v2: move ethernet aliases to board file
| -rw-r--r-- | arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts b/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts index 53cf195c2ada..3d0db3024f6b 100644 --- a/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts +++ b/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts | |||
| @@ -21,6 +21,9 @@ | |||
| 21 | 21 | ||
| 22 | aliases { | 22 | aliases { |
| 23 | serial0 = &uart0; | 23 | serial0 = &uart0; |
| 24 | ethernet0 = &gmac0; | ||
| 25 | ethernet1 = &gmac1; | ||
| 26 | ethernet2 = &gmac2; | ||
| 24 | }; | 27 | }; |
| 25 | 28 | ||
| 26 | chosen { | 29 | chosen { |
