]> git.baikalelectronics.ru Git - uboot.git/commit
rockchip: rk3188: fix early uart setup
authorHeiko Stuebner <heiko@sntech.de>
Mon, 8 Oct 2018 11:01:57 +0000 (13:01 +0200)
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Fri, 30 Nov 2018 18:03:16 +0000 (19:03 +0100)
commit9ee6bad2716a9864fae7373e8a6fec64020ffa57
tree8062dceeecccb650f9e6fff5475ab88ca233e09d
parentcb385c4ecebb3188c43b57df577bc26e274e6d51
rockchip: rk3188: fix early uart setup

Commit c07c0fc32291 ("rockchip: pinctrl: rk3188: Move the iomux definitions
into pinctrl-driver") moved the iomux settings out of the grf header
to prevent conflicts with the iomux definitions of other rockchip socs.

This also breaks the early uart setup, as the iomux for uart2 are needed.
To fix that just put the tiny amount of needed iomux definitions next to
the early uart code.

Fixes: c07c0fc32291 ("rockchip: pinctrl: rk3188: Move the iomux definitions into pinctrl-driver")
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
arch/arm/mach-rockchip/rk3188-board-spl.c