aboutsummaryrefslogtreecommitdiff
path: root/configs/am57xx_evm_defconfig
diff options
context:
space:
mode:
authorTero Kristo <t-kristo@ti.com>2019-09-27 19:14:27 +0300
committerTom Rini <trini@konsulko.com>2019-10-11 13:32:39 -0400
commite8e683d33b0ccd43e03809bf4ea88a899a867473 (patch)
treebd20a18c5e10430a1d22d21cb49b09279bc0909c /configs/am57xx_evm_defconfig
parent260777fc2333183728d24fb0ffaa22a888c09655 (diff)
downloadu-boot-e8e683d33b0ccd43e03809bf4ea88a899a867473.zip
u-boot-e8e683d33b0ccd43e03809bf4ea88a899a867473.tar.gz
u-boot-e8e683d33b0ccd43e03809bf4ea88a899a867473.tar.bz2
board: ti: am57xx-idk: Configure the CDCE913 clock synthesizer
AM57xx-IDK boards contain the CDCE913 clock synthesizer, and their reset crystal capacitance load value of 10pF is wrong leading into lost packets in certain networking tests. Add DT data for this device, and probe it from the board file to program the crystal capacitance load value to 0pF to avoid any problems. Signed-off-by: Tero Kristo <t-kristo@ti.com>
Diffstat (limited to 'configs/am57xx_evm_defconfig')
-rw-r--r--configs/am57xx_evm_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/am57xx_evm_defconfig b/configs/am57xx_evm_defconfig
index 3b613e1..e2f558c 100644
--- a/configs/am57xx_evm_defconfig
+++ b/configs/am57xx_evm_defconfig
@@ -98,3 +98,5 @@ CONFIG_USB_GADGET=y
CONFIG_USB_GADGET_MANUFACTURER="Texas Instruments"
CONFIG_USB_GADGET_VENDOR_NUM=0x0451
CONFIG_USB_GADGET_PRODUCT_NUM=0xd022
+CONFIG_CLK=y
+CONFIG_CLK_CDCE9XX=y