From mboxrd@z Thu Jan 1 00:00:00 1970 From: Philipp Tomsich Date: Wed, 14 Nov 2018 21:46:00 +0100 Subject: [U-Boot] [U-Boot, 1/2] rockchip: rk3188: add support for usb-uart functionality In-Reply-To: <20181008110157.26533-1-heiko@sntech.de> References: <20181008110157.26533-1-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 > Rockchip socs can route the debug uart pins through the d+ and d- pins > of one specific usbphy per soc. Add a config option and implement the > setting on the rk3188. > > Signed-off-by: Heiko Stuebner > --- > .../include/asm/arch-rockchip/grf_rk3188.h | 42 +++++++++++++++++++ > arch/arm/mach-rockchip/Kconfig | 8 ++++ > arch/arm/mach-rockchip/rk3188-board-spl.c | 27 ++++++++++-- > 3 files changed, 73 insertions(+), 4 deletions(-) > Reviewed-by: Philipp Tomsich