diff mbox series

[U-Boot,2/2] configs: khadas_vim2: Fix defconfig

Message ID 20190403114637.32068-3-narmstrong@baylibre.com
State Accepted
Commit 2118a272e3c2ae9e677ab0527939a979dc1a0f60
Delegated to: Tom Rini
Headers show
Series arm: meson: Fix khadas-vim2 USB | expand

Commit Message

Neil Armstrong April 3, 2019, 11:46 a.m. UTC
The Khadas VIM2 defconfig was missing the USB PHY config and
two other misc configs to setup dram banks and call misc_init_r.
Align it on the other Amlogic SoC based boards defconfig.

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
---
 configs/khadas-vim2_defconfig | 3 +++
 1 file changed, 3 insertions(+)

Comments

Tom Rini April 3, 2019, 5:23 p.m. UTC | #1
On Wed, Apr 03, 2019 at 01:46:37PM +0200, Neil Armstrong wrote:

> The Khadas VIM2 defconfig was missing the USB PHY config and
> two other misc configs to setup dram banks and call misc_init_r.
> Align it on the other Amlogic SoC based boards defconfig.
> 
> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/configs/khadas-vim2_defconfig b/configs/khadas-vim2_defconfig
index 0f738cbb90..080dd19590 100644
--- a/configs/khadas-vim2_defconfig
+++ b/configs/khadas-vim2_defconfig
@@ -6,8 +6,10 @@  CONFIG_DEBUG_UART_BASE=0xc81004c0
 CONFIG_DEBUG_UART_CLOCK=24000000
 CONFIG_IDENT_STRING=" khadas-vim2"
 CONFIG_DEBUG_UART=y
+CONFIG_NR_DRAM_BANKS=1
 CONFIG_OF_BOARD_SETUP=y
 CONFIG_CONSOLE_MUX=y
+CONFIG_MISC_INIT_R=y
 # CONFIG_DISPLAY_CPUINFO is not set
 # CONFIG_DISPLAY_BOARDINFO is not set
 # CONFIG_CMD_BDI is not set
@@ -30,6 +32,7 @@  CONFIG_MTD=y
 CONFIG_DM_ETH=y
 CONFIG_ETH_DESIGNWARE=y
 CONFIG_PHY=y
+CONFIG_MESON_GXL_USB_PHY=y
 CONFIG_PINCTRL=y
 CONFIG_PINCTRL_MESON_GXL=y
 CONFIG_DM_REGULATOR_FIXED=y