From mboxrd@z Thu Jan 1 00:00:00 1970 From: heiko@sntech.de (Heiko =?ISO-8859-1?Q?St=FCbner?=) Date: Tue, 05 Aug 2014 14:53:22 +0200 Subject: [PATCH 2/2] ARM: dts: rockchip: add bootargs setting the correct serial console In-Reply-To: <201408041929.36275.arnd@arndb.de> References: <5084600.YbBVvXy6Ug@diego> <1539097.4Cm43oOanj@diego> <201408041929.36275.arnd@arndb.de> Message-ID: <2705570.zMztYghUV0@diego> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Am Montag, 4. August 2014, 19:29:36 schrieb Arnd Bergmann: > On Monday 04 August 2014, Heiko St?bner wrote: > > Uart2 seems to be designated debug uart for all Rockchip platforms. > > On all rk30xx and rk31xx boards I've seen so far, this uart was used > > for the console and the rk3288 TRM even describes it as debug uart. > > > > Thus add it to the core SoC dtsi files to not duplicate the same > > information on every board. > > > > Signed-off-by: Heiko Stuebner > > Shouldn't this be done through the /aliases node for the port selection > and the current-speed property for the bit rate? hmm, I'm not sure I understand this ... especially how this would relate to aliases. >>From reading around a bit I guess teaching the 8250_dw about add_preferred_console and using "linux,stdout-path" would be the better way? Thanks Heiko