Add ethernet aliases so u-boot can find the device nodes.
Signed-off-by: Chris Brandt <[email protected]>
---
arch/arm/boot/dts/r7s9210-rza2mevb.dts | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/boot/dts/r7s9210-rza2mevb.dts
b/arch/arm/boot/dts/r7s9210-rza2mevb.dts
index 1eba37db7cdc..7795066d82cb 100644
--- a/arch/arm/boot/dts/r7s9210-rza2mevb.dts
+++ b/arch/arm/boot/dts/r7s9210-rza2mevb.dts
@@ -17,6 +17,8 @@
aliases {
serial0 = &scif4;
+ ethernet0 = ðer0;
+ ethernet1 = ðer1;
};
chosen {
--
2.16.1