From mboxrd@z Thu Jan 1 00:00:00 1970 From: Philipp Tomsich Date: Thu, 15 Nov 2018 00:35:14 +0100 Subject: [U-Boot] [U-Boot,2/2] rockchip: rk3188: fix early uart setup In-Reply-To: <20181008110157.26533-2-heiko@sntech.de> References: <20181008110157.26533-2-heiko@sntech.de> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > Commit 7a6d7d3e1279 ("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: 7a6d7d3e1279 ("rockchip: pinctrl: rk3188: Move the iomux definitions into pinctrl-driver") > Signed-off-by: Heiko Stuebner > Reviewed-by: Philipp Tomsich > --- > arch/arm/mach-rockchip/rk3188-board-spl.c | 10 ++++++++++ > 1 file changed, 10 insertions(+) > Applied to u-boot-rockchip, thanks!