From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753140AbbCAVWR (ORCPT ); Sun, 1 Mar 2015 16:22:17 -0500 Received: from mout.kundenserver.de ([212.227.126.187]:50363 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751344AbbCAVWO (ORCPT ); Sun, 1 Mar 2015 16:22:14 -0500 From: Arnd Bergmann To: Chanwoo Choi Cc: linux-arm-kernel , Chanwoo Choi , Mark Rutland , devicetree , linux-samsung-soc , Marc Zyngier , "catalin.marinas@arm.com" , Olof Johansson , "will.deacon@arm.com" , linux-kernel , "jh80.chung@samsung.com" , Seung-Woo Kim , Kukjin Kim , Abhilash Kesavan , "chanho61.park@samsung.com" , "inki.dae@samsung.com" , ideal.song@samsung.com Subject: Re: [PATCH v4 2/8] arm64: dts: exynos: Add dts files for 64-bit Exynos5433 SoC Date: Sun, 01 Mar 2015 22:22 +0100 Message-ID: <13467157.nyRCsNWIp6@wuerfel> User-Agent: KMail/4.11.5 (Linux/3.16.0-10-generic; KDE/4.11.5; x86_64; ; ) In-Reply-To: References: <1424755011-15999-1-git-send-email-cw00.choi@samsung.com> <2707354.mhmQEHxoKV@wuerfel> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:aWkdbl5cHHxx5bSmj+HwgqIgmR391NmrUX2C31Fq2Wd+7EC9UT8 htmtyYcmjlbct9GkQM0MpjjlTR1d61j5HEUcUSNE6hwGVLGDa+Uc9mBdm1dZXzltEP9qeNy 7C6JchCljLFcI7eLnhljfBOcAPlhnqazvGKCOpau2Vlktz6RbCvM5rHbHlURWJGDvURDxoZ Fx5SqwCxpqh4SEAkkuFCg== X-UI-Out-Filterresults: notjunk:1; Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Saturday 28 February 2015 09:47:01 Chanwoo Choi wrote: > "earlycon=exynos4210,0x14C20000" is correct bootparam. You can check > it on Documentation/kernel-parameters.txt as following. > > exynos4210, > Use early console provided by serial driver available > on Samsung SoCs, requires selecting proper type and > a correct base address of the selected UART port. The > serial port must already be setup and configured. > Options are not yet supported. > > But it's crazy to do this when you have a DT. Please fix the existing devicetree files that use this to just list 'earlycon'. The syntax above only makes sense for classic board files that we do not support for exynos any more. Arnd