Re: [PATCH 00/06] serial8250: DLL/DLM rework, Emma Mobile UART driver
From: Arnd Bergmann <arnd@arndb.de>
Date: 2012-05-04 18:56:36
Also in:
linux-sh, lkml
From: Arnd Bergmann <arnd@arndb.de>
Date: 2012-05-04 18:56:36
Also in:
linux-sh, lkml
On Wednesday 02 May 2012, Magnus Damm wrote:
Note that there is no DT support included at this point, but it boils down to a 10 line change. The boot loader on my board does not do DT so I'd like to use kexec for DT development (as usual), but to use kexec I first need to get a non-DT kernel working. Which is basically this. =)
As a follow-up on this, based on my comments to your emma platform code, I think it would be easy enough to just use the appended dtb support that we have, which allows you to boot a DT-enabled kernel with a legacy boot loader. Arnd