summaryrefslogtreecommitdiff
path: root/configs/sama7g5ek_mmc1_defconfig
diff options
context:
space:
mode:
authorClaudiu Beznea <claudiu.beznea@microchip.com>2020-06-02 15:15:25 +0300
committerEugen Hristev <eugen.hristev@microchip.com>2021-01-07 10:44:15 +0300
commit3a2be103b0593d2d2fa5f8a40086ed4db0ee06a0 (patch)
tree8d37327bcb04156e46240dc9c66e24d17511a2e4 /configs/sama7g5ek_mmc1_defconfig
parent86eeab7d8985f98d842dd75a012152df8272ef1d (diff)
downloadu-boot-3a2be103b0593d2d2fa5f8a40086ed4db0ee06a0.tar.xz
configs: sama7g5ek: enable pll driver
Enable PLL driver for SAMA7G5. Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Diffstat (limited to 'configs/sama7g5ek_mmc1_defconfig')
-rw-r--r--configs/sama7g5ek_mmc1_defconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/sama7g5ek_mmc1_defconfig b/configs/sama7g5ek_mmc1_defconfig
index 2da766d4e2..d43d07da78 100644
--- a/configs/sama7g5ek_mmc1_defconfig
+++ b/configs/sama7g5ek_mmc1_defconfig
@@ -5,7 +5,6 @@ CONFIG_TARGET_SAMA7G5EK=y
CONFIG_NR_DRAM_BANKS=1
CONFIG_SYS_MALLOC_F_LEN=0x11000
CONFIG_ENV_SIZE=0x4000
-CONFIG_DM_GPIO=y
CONFIG_DEBUG_UART_BOARD_INIT=y
CONFIG_DEBUG_UART_BASE=0xe1824200
CONFIG_DEBUG_UART_CLOCK=200000000
@@ -42,6 +41,8 @@ CONFIG_CLK=y
CONFIG_CLK_AT91=y
CONFIG_AT91_UTMI=y
CONFIG_AT91_GENERIC_CLK=y
+CONFIG_AT91_SAM9X60_PLL=y
+CONFIG_DM_GPIO=y
CONFIG_ATMEL_PIO4=y
CONFIG_DM_I2C=y
CONFIG_DM_MMC=y