]> www.infradead.org Git - users/jedix/linux-maple.git/commit
earlycon: add reg-offset to physical address before mapping
authorGreentime Hu <green.hu@gmail.com>
Tue, 13 Feb 2018 09:09:08 +0000 (17:09 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 28 Feb 2018 12:48:21 +0000 (13:48 +0100)
commit1f66dd36bb18437397ea0d7882c52f7e3c476e15
tree754f1760fea69ddaa40968f7e20b9ba966e538bf
parent714569064adee3c114a2a6490735b94abe269068
earlycon: add reg-offset to physical address before mapping

It will get the wrong virtual address because port->mapbase is not added
the correct reg-offset yet. We have to update it before earlycon_map()
is called

Signed-off-by: Greentime Hu <greentime@andestech.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Cc: Peter Hurley <peter@hurleysoftware.com>
Cc: stable@vger.kernel.org
Fixes: 088da2a17619 ("of: earlycon: Initialize port fields from DT properties")
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/earlycon.c