From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH] serial: omap: Add omapserial earlycon Date: Fri, 20 Jan 2017 10:32:35 -0800 Message-ID: <20170120183235.GG7403@atomide.com> References: <20170119095938.30976-1-lokeshvutla@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20170119095938.30976-1-lokeshvutla@ti.com> Sender: linux-kernel-owner@vger.kernel.org To: Lokesh Vutla Cc: Greg Kroah-Hartman , Jiri Slaby , linux-kernel@vger.kernel.org, Linux OMAP Mailing List , linux-serial@vger.kernel.org, Tero Kristo , Sekhar Nori List-Id: linux-serial@vger.kernel.org * Lokesh Vutla [170119 02:02]: > Add DT earlycon for omap_serial driver. This boot console is included > with CONFIG_SERIAL_EARLYCON=y, CONFIG_OF=y, CONFIG_SERIAL_OMAP=y, and > CONFIG_OF_EARLY_FLATTREE=y. > > This boot console is enabled with the command line option "earlycon" > (without "=...") when the DT 'stdout-path' property matches a > compatible uart. Acked-by: Tony Lindgren