summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMartin Roth <martinroth@chromium.org>2019-12-16 23:21:05 -0700
committerFelix Held <felix-coreboot@felixheld.de>2020-03-17 22:47:20 +0000
commit4017de0d10d4b464ec14663dfd0c8bd1cbcfba20 (patch)
treef06be4e519a905bc4979fe5d1c2e132c98925a8d /src
parentba37b94e8e7819913a53b62143ee1e7fb897592e (diff)
downloadcoreboot-4017de0d10d4b464ec14663dfd0c8bd1cbcfba20.tar.gz
coreboot-4017de0d10d4b464ec14663dfd0c8bd1cbcfba20.tar.bz2
coreboot-4017de0d10d4b464ec14663dfd0c8bd1cbcfba20.zip
soc/amd/picasso: Set I2C clock reference to 150MHz
Picasso uses a 150MHz reference clock for the Designware I2C devices. This update allows us to get the correct speeds out. BUG=b:143885765 TEST=Trembyle has 400kHz I2C clock Change-Id: Ia888a74e51201b6c911e0e810f0535403204cf60 Signed-off-by: Martin Roth <martinroth@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/1970656 Reviewed-on: https://review.coreboot.org/c/coreboot/+/39589 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/soc/amd/picasso/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/picasso/Kconfig b/src/soc/amd/picasso/Kconfig
index acceb00cad10..e19375567eb8 100644
--- a/src/soc/amd/picasso/Kconfig
+++ b/src/soc/amd/picasso/Kconfig
@@ -196,7 +196,7 @@ config RO_REGION_ONLY
config DRIVERS_I2C_DESIGNWARE_CLOCK_MHZ
int
- default 133
+ default 150
config PICASSO_LPC_IOMUX
bool