← Back to team overview

nemos-team team mailing list archive

[Merge] ~itrue/nemos/+git/linux:s32-add-ethernet-alias into ~nemos-team/nemos/+git/linux:master-next

 

Isaac True has proposed merging ~itrue/nemos/+git/linux:s32-add-ethernet-alias into ~nemos-team/nemos/+git/linux:master-next.

Requested reviews:
  Kuba Pawlak (kuba-t-pawlak)

For more details, see:
https://code.launchpad.net/~itrue/nemos/+git/linux/+merge/454392
-- 
Your team NemOS Team is subscribed to branch ~nemos-team/nemos/+git/linux:master-next.
diff --git a/arch/arm64/boot/dts/freescale/s32cc.dtsi b/arch/arm64/boot/dts/freescale/s32cc.dtsi
index 7b342ef..7e89e7a 100644
--- a/arch/arm64/boot/dts/freescale/s32cc.dtsi
+++ b/arch/arm64/boot/dts/freescale/s32cc.dtsi
@@ -38,6 +38,7 @@
 		reset = &reset;
 
 		gmac0 = &gmac0;
+		ethernet = &gmac0;
 
 		pci0 = &pcie0;
 		pci1 = &pcie1;

Follow ups