diff mbox series

ARM: dts: r7s9210-rza2mevb: add ethernet aliases

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

Commit Message

Chris Brandt May 6, 2019, 8:12 p.m. UTC
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(+)

Comments

Geert Uytterhoeven May 7, 2019, 6:50 a.m. UTC | #1
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
Simon Horman May 7, 2019, 1:49 p.m. UTC | #2
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>
Simon Horman May 8, 2019, 9:46 a.m. UTC | #3
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 mbox series

Patch

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 = &ether0;
+		ethernet1 = &ether1;
 	};
 
 	chosen {