diff options
author | Heiko Stuebner <heiko@sntech.de> | 2015-11-07 22:37:26 +0100 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2015-11-19 05:54:58 +0100 |
commit | b3e4b95366a5fcdc1ce3c3e9ffb5db11e1b11939 (patch) | |
tree | 226bdf688927d8c34da4eb4a38e865f443067cc9 /arch/arm/boot/dts/rk3xxx.dtsi | |
parent | 85ef8d611f4b0216bc4f96487a0408d5c887f6f9 (diff) |
ARM: dts: rockchip: Setup rk3066/rk3188 ethernet0 alias for u-boot
Add an ethernet0 alias for the RK3066/RK3188 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@sntech.de>
Diffstat (limited to 'arch/arm/boot/dts/rk3xxx.dtsi')
-rw-r--r-- | arch/arm/boot/dts/rk3xxx.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rk3xxx.dtsi b/arch/arm/boot/dts/rk3xxx.dtsi index 4497d288a7cb..99eeea70223b 100644 --- a/arch/arm/boot/dts/rk3xxx.dtsi +++ b/arch/arm/boot/dts/rk3xxx.dtsi @@ -49,6 +49,7 @@ interrupt-parent = <&gic>; aliases { + ethernet0 = &emac; i2c0 = &i2c0; i2c1 = &i2c1; i2c2 = &i2c2; |