From: Urja Rannikko Date: Fri, 22 Mar 2019 19:14:34 +0000 (+0000) Subject: rk3288-board: remove pinctrl call for debug uart X-Git-Tag: v2019.07-rc2~29^2~17 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=59ef021b995bcc30f3d5d8b0be2a504f81fe8b31;p=platform%2Fkernel%2Fu-boot.git rk3288-board: remove pinctrl call for debug uart This failed and caused a boot failure on c201, and afaik the pins should be setup by the new pinctrl driver. Signed-off-by: Urja Rannikko Reviewed-by: Simon Glass Reviewed-by: Philipp Tomsich --- diff --git a/arch/arm/mach-rockchip/rk3288-board.c b/arch/arm/mach-rockchip/rk3288-board.c index 9c4f7f2..f5df44d 100644 --- a/arch/arm/mach-rockchip/rk3288-board.c +++ b/arch/arm/mach-rockchip/rk3288-board.c @@ -321,7 +321,6 @@ int board_early_init_f(void) { const uintptr_t GRF_SOC_CON0 = 0xff770244; const uintptr_t GRF_SOC_CON2 = 0xff77024c; - struct udevice *pinctrl; struct udevice *dev; int ret; @@ -335,18 +334,7 @@ int board_early_init_f(void) debug("CLK init failed: %d\n", ret); return ret; } - ret = uclass_get_device(UCLASS_PINCTRL, 0, &pinctrl); - if (ret) { - debug("%s: Cannot find pinctrl device\n", __func__); - return ret; - } - /* Enable debug UART */ - ret = pinctrl_request_noflags(pinctrl, PERIPH_ID_UART_DBG); - if (ret) { - debug("%s: Failed to set up console UART\n", __func__); - return ret; - } rk_setreg(GRF_SOC_CON2, 1 << 0); /*