From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shawn Guo Subject: Re: [PATCH v2] ARM: dts: fsl: Fix improperly quoted stdout-path values Date: Sun, 4 Nov 2018 22:37:39 +0800 Message-ID: <20181104143738.GI26016@tiger> References: <20181031010230.6723-1-robh@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20181031010230.6723-1-robh@kernel.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Rob Herring Cc: Mark Rutland , devicetree@vger.kernel.org, Sascha Hauer , Stefan Agner , NXP Linux Team , Pengutronix Kernel Team , Fabio Estevam , linux-arm-kernel@lists.infradead.org List-Id: devicetree@vger.kernel.org On Tue, Oct 30, 2018 at 08:02:30PM -0500, Rob Herring wrote: > A quoted label reference doesn't expand to the node path and is taken as > a literal string. Dropping the quotes can fix this unless the baudrate > string is appended in which case we have to use the alias. > > At least on VF610, the problem was masked by setting the console in > bootargs. Use the alias syntax with baudrate parameter so we can drop > setting the console in bootargs. > > Cc: Shawn Guo > Cc: Sascha Hauer > Cc: Pengutronix Kernel Team > Cc: NXP Linux Team > Cc: Mark Rutland > Reviewed-by: Fabio Estevam > Reviewed-by: Stefan Agner > Signed-off-by: Rob Herring Applied, thanks. From mboxrd@z Thu Jan 1 00:00:00 1970 From: shawnguo@kernel.org (Shawn Guo) Date: Sun, 4 Nov 2018 22:37:39 +0800 Subject: [PATCH v2] ARM: dts: fsl: Fix improperly quoted stdout-path values In-Reply-To: <20181031010230.6723-1-robh@kernel.org> References: <20181031010230.6723-1-robh@kernel.org> Message-ID: <20181104143738.GI26016@tiger> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Oct 30, 2018 at 08:02:30PM -0500, Rob Herring wrote: > A quoted label reference doesn't expand to the node path and is taken as > a literal string. Dropping the quotes can fix this unless the baudrate > string is appended in which case we have to use the alias. > > At least on VF610, the problem was masked by setting the console in > bootargs. Use the alias syntax with baudrate parameter so we can drop > setting the console in bootargs. > > Cc: Shawn Guo > Cc: Sascha Hauer > Cc: Pengutronix Kernel Team > Cc: NXP Linux Team > Cc: Mark Rutland > Reviewed-by: Fabio Estevam > Reviewed-by: Stefan Agner > Signed-off-by: Rob Herring Applied, thanks.