public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Caleb Robey <c-robey@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/5] board: ti: beagleboneai: add initial support
Date: Wed, 20 Nov 2019 16:09:18 -0600	[thread overview]
Message-ID: <20191120220924.19156-3-c-robey@ti.com> (raw)
In-Reply-To: <20191120220924.19156-1-c-robey@ti.com>

These are necessities for beaglebone ai boot.

Signed-off-by: Jason Kridner <jdk@ti.com>
Signed-off-by: Caleb Robey <c-robey@ti.com>

---
 arch/arm/mach-omap2/omap5/hw_data.c | 1 +
 include/configs/am57xx_evm.h        | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-omap2/omap5/hw_data.c b/arch/arm/mach-omap2/omap5/hw_data.c
index c4a41db92a..fa4e27063c 100644
--- a/arch/arm/mach-omap2/omap5/hw_data.c
+++ b/arch/arm/mach-omap2/omap5/hw_data.c
@@ -418,6 +418,7 @@ void enable_basic_clocks(void)
 		(*prcm)->cm_l3init_hsmmc2_clkctrl,
 		(*prcm)->cm_l4per_gptimer2_clkctrl,
 		(*prcm)->cm_wkup_wdtimer2_clkctrl,
+		(*prcm)->cm_l4per_uart1_clkctrl,
 		(*prcm)->cm_l4per_uart3_clkctrl,
 		(*prcm)->cm_l4per_i2c1_clkctrl,
 #ifdef CONFIG_DRIVER_TI_CPSW
diff --git a/include/configs/am57xx_evm.h b/include/configs/am57xx_evm.h
index baeca5417d..f155581fa2 100644
--- a/include/configs/am57xx_evm.h
+++ b/include/configs/am57xx_evm.h
@@ -23,7 +23,6 @@
 
 #define CONFIG_SYS_BOOTM_LEN		SZ_64M
 
-#define CONSOLEDEV			"ttyS2"
 #define CONFIG_SYS_NS16550_COM1		UART1_BASE	/* Base EVM has UART0 */
 #define CONFIG_SYS_NS16550_COM2		UART2_BASE	/* UART2 */
 #define CONFIG_SYS_NS16550_COM3		UART3_BASE	/* UART3 */
-- 
2.17.1

  parent reply	other threads:[~2019-11-20 22:09 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-20 22:09 [U-Boot] [PATCH 0/5] board: ti: beagleboneai: add initial support Caleb Robey
2019-11-20 22:09 ` [U-Boot] [PATCH 1/5] board: ti: beagleboneai: emmc read changes Caleb Robey
2019-11-20 22:09 ` Caleb Robey [this message]
2019-11-21  3:43   ` [U-Boot] [PATCH 2/5] board: ti: beagleboneai: add initial support Lokesh Vutla
2019-11-20 22:09 ` [U-Boot] [PATCH 3/5] board: ti: beagleboneai: IODELAY and pinmux changes Caleb Robey
2019-11-20 22:09 ` [U-Boot] [PATCH 4/5] board: ti: beagleboneai: add dts file Caleb Robey
2019-11-20 22:09 ` [U-Boot] [PATCH 5/5] board: ti: beagleboneai: enable in am57xx_evm_defconfig Caleb Robey
2019-11-21  3:45   ` Lokesh Vutla
2019-11-21 15:12     ` Tom Rini
2019-11-21 16:00       ` [U-Boot] [EXTERNAL] " Robey, Caleb
2019-11-21 16:34         ` Tom Rini
2019-11-21 22:28           ` Robey, Caleb
2019-11-21 23:07             ` Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191120220924.19156-3-c-robey@ti.com \
    --to=c-robey@ti.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox