From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753242AbdATScl (ORCPT ); Fri, 20 Jan 2017 13:32:41 -0500 Received: from muru.com ([72.249.23.125]:59394 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752100AbdATScj (ORCPT ); Fri, 20 Jan 2017 13:32:39 -0500 Date: Fri, 20 Jan 2017 10:32:35 -0800 From: Tony Lindgren 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 Subject: Re: [PATCH] serial: omap: Add omapserial earlycon Message-ID: <20170120183235.GG7403@atomide.com> References: <20170119095938.30976-1-lokeshvutla@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170119095938.30976-1-lokeshvutla@ti.com> User-Agent: Mutt/1.7.2 (2016-11-26) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@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