diff options
author | Chris Brandt <[email protected]> | 2019-05-06 15:12:36 -0500 |
---|---|---|
committer | Simon Horman <[email protected]> | 2019-05-20 13:17:15 +0200 |
commit | eb8be0276d903a2374c7abc7f3b9a22ba7fd9670 (patch) | |
tree | 4faf82deb9831049fe8f5dc5dd9d1dec643c13e9 | |
parent | c2fad09c28ace81f149afe74a8c378c4824b2b27 (diff) |
ARM: dts: rza2mevb: add ethernet aliases
Add ethernet aliases so u-boot can find the device nodes.
Signed-off-by: Chris Brandt <[email protected]>
Reviewed-by: Geert Uytterhoeven <[email protected]>
Signed-off-by: Simon Horman <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/r7s9210-rza2mevb.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r7s9210-rza2mevb.dts b/arch/arm/boot/dts/r7s9210-rza2mevb.dts index a328426a0409..e720a22eaf58 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 { |