vc/amd/fsp/picasso: Bring picasso inline with other AMD SoC

In preparation to using gpp_clk_setup_common for picasso, bring enum
defined in picasso more in line with other AMD SoC.

Change-Id: I9753acdff15921c84516ec873c925f36afdd2aa3
Signed-off-by: Varshit Pandya <pandyavarshit@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/80412
Reviewed-by: Fred Reitberger <reitbergerfred@gmail.com>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
This commit is contained in:
Varshit Pandya 2024-02-09 18:25:45 +05:30 committed by Felix Held
parent d48d72c9ce
commit ddd002010f
1 changed files with 3 additions and 2 deletions

View File

@ -44,7 +44,7 @@ typedef enum {
} dxio_sata_channel_type;
/* CLKREQ for PCIe type descriptors */
typedef enum {
enum cpm_clk_req {
CLK_DISABLE = 0x00,
CLK_REQ0,
CLK_REQ1,
@ -56,7 +56,8 @@ typedef enum {
CLK_REQ7,
CLK_REQ8,
CLK_REQGFX = 0x0c,
} cpm_clk_req;
CLK_ENABLE = 0xff,
};
/* PCIe link ASPM initialization */
typedef enum {