diff options
| author | Caleb Robey <[email protected]> | 2020-01-02 08:17:27 -0600 |
|---|---|---|
| committer | Lokesh Vutla <[email protected]> | 2020-01-20 10:10:28 +0530 |
| commit | b4309846db14a100f4c5afe40e1f4aeb09785683 (patch) | |
| tree | 7e0ad6a38504651d3ca780be04e330482f8e8eda /arch | |
| parent | 703f14083038397721f000a7200563262bc233c4 (diff) | |
board: ti: beagleboneai: add initial support
These are necessities for beaglebone ai boot. There is the addition of
CONFIG_SUPPORT_EMMC_CONFIG to the Kconfig file. This is present upstream
but not in 19.01 yet.
Signed-off-by: Jason Kridner <[email protected]>
Signed-off-by: Caleb Robey <[email protected]>
Signed-off-by: Lokesh Vutla <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/mach-omap2/omap5/hw_data.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/omap5/hw_data.c b/arch/arm/mach-omap2/omap5/hw_data.c index c4a41db92a4..fa4e27063c5 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 |
