Skip to content

Commit

Permalink
arm64: dts: Add ethernet Aliases to BananaPi R4
Browse files Browse the repository at this point in the history
U-boot uses the ethernet aliases in the device-tree that is used by
Linux to determine which nodes to modify to pass mac-address details
configured in u-boot into Linux.

This fixup is performed in u-boot in fdt_fixup_ethernet()

Signed-off-by: Sachi King <nakato@nakato.io>
  • Loading branch information
nakato authored and frank-w committed Sep 21, 2024
1 parent 8e51a34 commit bf1354f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/arm64/boot/dts/mediatek/mt7988a-bananapi-bpi-r4.dts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
led-failsafe = &led_green;
led-running = &led_green;
led-upgrade = &led_green;
ethernet0 = &gmac0;
ethernet1 = &gmac1;
ethernet2 = &gmac2;
};

chosen {
Expand Down

0 comments on commit bf1354f

Please sign in to comment.