mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-16 23:07:00 +00:00
arm64: zynqmp: Add missing alias for gem0 for ep108
Add missing alias for gem0 for ep108 to have proper sequence number. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
f811eca9db
commit
816019a8d4
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
|||
model = "ZynqMP EP108";
|
||||
|
||||
aliases {
|
||||
ethernet0 = &gem0;
|
||||
mmc0 = &sdhci0;
|
||||
mmc1 = &sdhci1;
|
||||
serial0 = &uart0;
|
||||
|
|
Loading…
Add table
Reference in a new issue