arm64: dts: rockchip: Setup rk3368 ethernet0 alias for u-boot
From: Heiko Stuebner <heiko@...> Date: Sat, 7 Nov 2015 22:39:26 +0100
Commit-Message
Add an ethernet0 alias for the RK3368 mac interface so that u-boot can find the device-node and fill in the mac address on boards that support a wired network interface. Signed-off-by: Heiko Stuebner <heiko@...>
Patch-Comment
arch/arm64/boot/dts/rockchip/rk3368.dtsi | 1 + 1 file changed, 1 insertion(+)
Statistics
- 1 lines added
- 0 lines removed
Changes
------------------- arch/arm64/boot/dts/rockchip/rk3368.dtsi -------------------
index cc093a4..1f10b85 100644
@@ -53,6 +53,7 @@
#size-cells = <2>;
aliases {
+ ethernet0 = &gmac;
i2c0 = &i2c0;
i2c1 = &i2c1;
i2c2 = &i2c2;