diff options
author | Tero Kristo | 2019-09-27 19:14:27 +0300 |
---|---|---|
committer | Tom Rini | 2019-10-11 13:32:39 -0400 |
commit | e8e683d33b0ccd43e03809bf4ea88a899a867473 (patch) | |
tree | bd20a18c5e10430a1d22d21cb49b09279bc0909c /configs/am57xx_evm_defconfig | |
parent | 260777fc2333183728d24fb0ffaa22a888c09655 (diff) |
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_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/am57xx_evm_defconfig b/configs/am57xx_evm_defconfig index 3b613e135ce..e2f558cde74 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 |