Message ID | 20190506201236.110281-1-chris.brandt@renesas.com (mailing list archive) |
---|---|
State | Accepted |
Commit | cbbc445db57e8e0c853fb1c5e4d55b56da74e793 |
Delegated to: | Simon Horman |
Headers | show |
Series | ARM: dts: r7s9210-rza2mevb: add ethernet aliases | expand |
On Mon, May 6, 2019 at 10:13 PM Chris Brandt <chris.brandt@renesas.com> wrote: > Add ethernet aliases so u-boot can find the device nodes. > > Signed-off-by: Chris Brandt <chris.brandt@renesas.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Gr{oetje,eeting}s, Geert
On Mon, May 06, 2019 at 03:12:36PM -0500, Chris Brandt wrote: > Add ethernet aliases so u-boot can find the device nodes. > > Signed-off-by: Chris Brandt <chris.brandt@renesas.com> Thanks Chris, This looks fine to me but I will wait to see if there are other reviews before applying. Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
On Tue, May 07, 2019 at 08:50:51AM +0200, Geert Uytterhoeven wrote: > On Mon, May 6, 2019 at 10:13 PM Chris Brandt <chris.brandt@renesas.com> wrote: > > Add ethernet aliases so u-boot can find the device nodes. > > > > Signed-off-by: Chris Brandt <chris.brandt@renesas.com> > > Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Thanks, applied for v5.3.
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 {
Add ethernet aliases so u-boot can find the device nodes. Signed-off-by: Chris Brandt <chris.brandt@renesas.com> --- arch/arm/boot/dts/r7s9210-rza2mevb.dts | 2 ++ 1 file changed, 2 insertions(+)