diff mbox series

[U-Boot,2/5] board: ti: beagleboneai: add initial support

Message ID 20191120220924.19156-3-c-robey@ti.com
State Changes Requested
Delegated to: Tom Rini
Headers show
Series board: ti: beagleboneai: add initial support | expand

Commit Message

Caleb Robey Nov. 20, 2019, 10:09 p.m. UTC
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(-)

Comments

Lokesh Vutla Nov. 21, 2019, 3:43 a.m. UTC | #1
On 21/11/19 3:39 AM, Caleb Robey wrote:
> These are necessities for beaglebone ai boot.
> 
> Signed-off-by: Jason Kridner <jdk@ti.com>
> Signed-off-by: Caleb Robey <c-robey@ti.com>

I guess you missed adding emif changes and eeprom definition here?

Thanks and regards,
Lokesh

> 
> ---
>  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 */
>
diff mbox series

Patch

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 */