All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] rockchip: set SYS_NS16550_MEM32 for all SoCs
@ 2018-05-08 10:43 Jonathan Gray
  2018-05-09  8:06 ` Kever Yang
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Jonathan Gray @ 2018-05-08 10:43 UTC (permalink / raw)
  To: u-boot

Add back part of patch send out as
'rockchip: enable SYS_NS16550 for all SoCs by default' that seems to have
gotten lost when it got merged to set SYS_NS16550_MEM32.

Allows serial output to work on tinker-rk3288 again after
c3c0331db1fb7b1f4ff41e144fc04353b37c785c.

Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Signed-off-by: Jonathan Gray <jsg@jsg.id.au>
Cc: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
---
 include/configs/rockchip-common.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/configs/rockchip-common.h b/include/configs/rockchip-common.h
index dee82ca99d..68e1105a4b 100644
--- a/include/configs/rockchip-common.h
+++ b/include/configs/rockchip-common.h
@@ -7,6 +7,8 @@
 #define _ROCKCHIP_COMMON_H_
 #include <linux/sizes.h>
 
+#define CONFIG_SYS_NS16550_MEM32
+
 #ifndef CONFIG_SPL_BUILD
 
 /* First try to boot from SD (index 0), then eMMC (index 1) */
-- 
2.16.2

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2018-05-09 19:10 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-08 10:43 [U-Boot] [PATCH] rockchip: set SYS_NS16550_MEM32 for all SoCs Jonathan Gray
2018-05-09  8:06 ` Kever Yang
2018-05-09  8:12   ` Dr. Philipp Tomsich
2018-05-09  8:23     ` Dr. Philipp Tomsich
2018-05-09  8:14 ` [U-Boot] " Philipp Tomsich
2018-05-09  8:14 ` Philipp Tomsich
2018-05-09  8:19 ` Philipp Tomsich
2018-05-09 16:47 ` [U-Boot] [PATCH] " Heinrich Schuchardt
2018-05-09 19:10 ` [U-Boot] " Philipp Tomsich

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.