soc/intel/jasperlake: Revert CdClock setting

Revert CdClock setting and use default value 0xff.

Previous problem was fixed by Jasperlake FSP in version 1.3.09.31,
so we can use the original CdClock setting in baseboard.

BUG=b:206557434
BRANCH=dedede
TEST="Built and verified on magolor platform to confirm FSP solution works"

Cq-Depend: chrome-internal:4662167
Change-Id: I50d65e0caaf8f3f074322cff5bbdc68bdb1bbf78
Signed-off-by: Simon Yang <simon1.yang@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/63808
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
Reviewed-by: Henry Sun <henrysun@google.com>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
Simon Yang
2022-04-22 14:07:16 +08:00
committed by Felix Held
parent 19788cd9a4
commit dec327b03b
6 changed files with 1 additions and 15 deletions

View File

@ -876,7 +876,7 @@ typedef struct {
/** Offset 0x0436 - CdClock Frequency selection
0: 172.8 MHz, 1: 180 MHz, 2: 192 MHz, 3: 307 MHz, 4: 312 MHz, 5: 552 MHz, 6: 556.8 MHz,
7: 648 MHz, 8: 652.8 MHz, 0xff: 648 MHz (Default)
0xff: 556.8 MHz (Default)
**/
UINT8 CdClock;