From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([2001:6f8:1178:4:290:27ff:fe1d:cc33]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WUVmC-00006e-Fv for barebox@lists.infradead.org; Mon, 31 Mar 2014 06:32:57 +0000 Date: Mon, 31 Mar 2014 08:32:29 +0200 From: Sascha Hauer Message-ID: <20140331063229.GL17250@pengutronix.de> References: <1396024114-15610-1-git-send-email-antonynpavlov@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1396024114-15610-1-git-send-email-antonynpavlov@gmail.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: Re: [PATCH] MIPS: rzx50: use short form for serial1 reference To: Antony Pavlov Cc: barebox@lists.infradead.org On Fri, Mar 28, 2014 at 08:28:34PM +0400, Antony Pavlov wrote: > Signed-off-by: Antony Pavlov Applied, thanks Sascha > --- > arch/mips/dts/rzx50.dts | 8 +++----- > 1 file changed, 3 insertions(+), 5 deletions(-) > > diff --git a/arch/mips/dts/rzx50.dts b/arch/mips/dts/rzx50.dts > index 78103e3..360c1bf 100644 > --- a/arch/mips/dts/rzx50.dts > +++ b/arch/mips/dts/rzx50.dts > @@ -9,10 +9,8 @@ > memory { > reg = <0x00000000 0x4000000>; > }; > +}; > > - soc { > - serial1: serial@b0031000 { > - status = "okay"; > - }; > - }; > +&serial1 { > + status = "okay"; > }; > -- > 1.9.0 > > > _______________________________________________ > barebox mailing list > barebox@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/barebox > -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox