Commit 2118a272e3c2ae9e677ab0527939a979dc1a0f60

Authored by Neil Armstrong
Committed by Tom Rini
1 parent 82548aaad5

configs: khadas_vim2: Fix defconfig

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>

Showing 1 changed file with 3 additions and 0 deletions Side-by-side Diff

configs/khadas-vim2_defconfig
... ... @@ -6,8 +6,10 @@
6 6 CONFIG_DEBUG_UART_CLOCK=24000000
7 7 CONFIG_IDENT_STRING=" khadas-vim2"
8 8 CONFIG_DEBUG_UART=y
  9 +CONFIG_NR_DRAM_BANKS=1
9 10 CONFIG_OF_BOARD_SETUP=y
10 11 CONFIG_CONSOLE_MUX=y
  12 +CONFIG_MISC_INIT_R=y
11 13 # CONFIG_DISPLAY_CPUINFO is not set
12 14 # CONFIG_DISPLAY_BOARDINFO is not set
13 15 # CONFIG_CMD_BDI is not set
... ... @@ -30,6 +32,7 @@
30 32 CONFIG_DM_ETH=y
31 33 CONFIG_ETH_DESIGNWARE=y
32 34 CONFIG_PHY=y
  35 +CONFIG_MESON_GXL_USB_PHY=y
33 36 CONFIG_PINCTRL=y
34 37 CONFIG_PINCTRL_MESON_GXL=y
35 38 CONFIG_DM_REGULATOR_FIXED=y