From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kzc55-0002jd-Gw for barebox@lists.infradead.org; Wed, 13 Jan 2021 09:04:44 +0000 Date: Wed, 13 Jan 2021 10:04:42 +0100 Message-ID: <20210113090442.GG19063@pengutronix.de> References: <20210107075508.15261-1-o.rempel@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210107075508.15261-1-o.rempel@pengutronix.de> From: Sascha Hauer 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 v1] MIPS: dts: ar9331: add stdout-path properties To: Oleksij Rempel Cc: barebox@lists.infradead.org On Thu, Jan 07, 2021 at 08:55:08AM +0100, Oleksij Rempel wrote: > With the kernel v5.11-rc2 the console will be automatically redirected > to null if no default console is configured. Make sure the barebox is > doing it to make kernel happy. > > Signed-off-by: Oleksij Rempel > --- > arch/mips/dts/ar9331-dptechnics-dpt-module.dts | 2 ++ > arch/mips/dts/ar9331-okud-max9331.dts | 2 ++ > arch/mips/dts/ar9331-openembed-som9331-board.dts | 2 ++ > 3 files changed, 6 insertions(+) Applied, thanks Sascha > > diff --git a/arch/mips/dts/ar9331-dptechnics-dpt-module.dts b/arch/mips/dts/ar9331-dptechnics-dpt-module.dts > index cbaf5ab39e..24ce0d0d67 100644 > --- a/arch/mips/dts/ar9331-dptechnics-dpt-module.dts > +++ b/arch/mips/dts/ar9331-dptechnics-dpt-module.dts > @@ -7,6 +7,8 @@ > }; > > chosen { > + stdout-path = &uart; > + > environment { > compatible = "barebox,environment"; > device-path = &spiflash, "partname:barebox-environment"; > diff --git a/arch/mips/dts/ar9331-okud-max9331.dts b/arch/mips/dts/ar9331-okud-max9331.dts > index 53350899f9..3b93bee93b 100644 > --- a/arch/mips/dts/ar9331-okud-max9331.dts > +++ b/arch/mips/dts/ar9331-okud-max9331.dts > @@ -17,6 +17,8 @@ > }; > > chosen { > + stdout-path = &uart; > + > environment { > compatible = "barebox,environment"; > device-path = &spiflash, "partname:barebox-environment"; > diff --git a/arch/mips/dts/ar9331-openembed-som9331-board.dts b/arch/mips/dts/ar9331-openembed-som9331-board.dts > index ff9d25e352..4736332f8f 100644 > --- a/arch/mips/dts/ar9331-openembed-som9331-board.dts > +++ b/arch/mips/dts/ar9331-openembed-som9331-board.dts > @@ -33,6 +33,8 @@ > > > chosen { > + stdout-path = &uart; > + > environment { > compatible = "barebox,environment"; > device-path = &spiflash, "partname:barebox-environment"; > -- > 2.30.0 > > > _______________________________________________ > barebox mailing list > barebox@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/barebox > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 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