diff options
author | Andre Przywara <andre.przywara@arm.com> | 2016-10-21 01:11:46 +0100 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2016-10-30 11:38:04 +0100 |
commit | 6301e80ccfdf8b8daf921c67ffb5c5a17960f895 (patch) | |
tree | 7d44df400145ec60950eff0fea2b3d8f93a030ae /arch/arm | |
parent | 6ab224da57363a80e9f95b79ae1c208b0d8d2f4f (diff) | |
download | u-boot-imx-6301e80ccfdf8b8daf921c67ffb5c5a17960f895.zip u-boot-imx-6301e80ccfdf8b8daf921c67ffb5c5a17960f895.tar.gz u-boot-imx-6301e80ccfdf8b8daf921c67ffb5c5a17960f895.tar.bz2 |
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>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/dts/sun50i-a64-pine64-common.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/dts/sun50i-a64-pine64-common.dtsi b/arch/arm/dts/sun50i-a64-pine64-common.dtsi index d5a7249..c0fde44 100644 --- a/arch/arm/dts/sun50i-a64-pine64-common.dtsi +++ b/arch/arm/dts/sun50i-a64-pine64-common.dtsi @@ -46,6 +46,7 @@ aliases { serial0 = &uart0; + ethernet0 = &emac; }; soc { |