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:
parent
d48d72c9ce
commit
ddd002010f
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue