mb/google/ocelot: Configure CDCLK frequency for display
Configure the Core Display Clock (CDCLK) frequency selection by setting the 'vga_cd_clk_freq_sel' register to CD_CLK_461MHZ in the ocelot baseboard devicetree. This ensures the display engine operates at the required frequency for the panel to meet the hardware configuration. TEST=Build and boot ocelot, verify display initialization. Change-Id: Ic2f8fccc4391febd342f8f140014c5f3e09472c4 Signed-off-by: Sowmya V <v.sowmya@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/91312 Reviewed-by: Avi Uday <aviuday@google.com> Reviewed-by: Kapil Porwal <kapilporwal@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
7b205808e4
commit
098a5cf16e
1 changed files with 1 additions and 0 deletions
|
|
@ -95,6 +95,7 @@ chip soc/intel/pantherlake
|
|||
register "pch_hda_idisp_codec_enable" = "true"
|
||||
|
||||
register "disable_progress_bar" = "true"
|
||||
register "vga_cd_clk_freq_sel" = "CD_CLK_461MHZ"
|
||||
|
||||
device domain 0 on
|
||||
device ref dtt on end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue