浏览代码

sunxi: dts: Pine64: add Ethernet alias

The sun8i-emac driver works fine with the A64 Ethernet IP, but we are
missing an alias entry to trigger the driver instantiation by U-Boot.
Add the line to point U-Boot to the Ethernet DT node.
This enables TFTP boot on the Pine64.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Andre Przywara 8 年之前
父节点
当前提交
6301e80ccf
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      arch/arm/dts/sun50i-a64-pine64-common.dtsi

+ 1 - 0
arch/arm/dts/sun50i-a64-pine64-common.dtsi

@@ -46,6 +46,7 @@
 
 	aliases {
 		serial0 = &uart0;
+		ethernet0 = &emac;
 	};
 
 	soc {