diff options
author | Tero Kristo <t-kristo@ti.com> | 2019-09-27 19:14:28 +0300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-10-11 13:32:39 -0400 |
commit | 9850d4e52f7f8da1bab7fae32f90e8eba7b4f6af (patch) | |
tree | eda030a2d6c8602a85030b59d91d9a8ad803aaa0 /configs/am43xx_evm_defconfig | |
parent | e8e683d33b0ccd43e03809bf4ea88a899a867473 (diff) | |
download | u-boot-9850d4e52f7f8da1bab7fae32f90e8eba7b4f6af.tar.gz |
board: ti: am43xx-idk: Configure the CDCE913 clock synthesizer
AM43xx-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/am43xx_evm_defconfig')
-rw-r--r-- | configs/am43xx_evm_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/am43xx_evm_defconfig b/configs/am43xx_evm_defconfig index 7c74047f3a..7367c6952b 100644 --- a/configs/am43xx_evm_defconfig +++ b/configs/am43xx_evm_defconfig @@ -78,3 +78,5 @@ CONFIG_USB_GADGET_VENDOR_NUM=0x0403 CONFIG_USB_GADGET_PRODUCT_NUM=0xbd00 CONFIG_USB_GADGET_DOWNLOAD=y CONFIG_USB_ETHER=y +CONFIG_CLK=y +CONFIG_CLK_CDCE9XX=y |