mb/google/zork/baseboard: Remove unused reference
Remove references to clk_pm_support which is currently ignored by Picasso AGESA FSP. BUG=b:161218965,b:162423378 TEST=Build test Trembyle and Dali, boot to ChromeOS 5 times each Change-Id: Ic5d6abc56821863b68e45c11763f00d2b6410983 Signed-off-by: Matt Papageorge <matthewpapa07@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44556 Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com> Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-by: Justin Frodsham <justin.frodsham@amd.corp-partner.google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
8107cef319
commit
9efb7f93e9
|
@ -27,7 +27,6 @@ static const fsp_dxio_descriptor dxio_descriptors[] = {
|
|||
.link_aspm_L1_2 = true,
|
||||
.turn_off_unused_lanes = true,
|
||||
.clk_req = CLK_REQ2,
|
||||
.clk_pm_support = true,
|
||||
},
|
||||
{
|
||||
// WLAN
|
||||
|
@ -42,7 +41,6 @@ static const fsp_dxio_descriptor dxio_descriptors[] = {
|
|||
.link_aspm_L1_2 = true,
|
||||
.turn_off_unused_lanes = true,
|
||||
.clk_req = CLK_REQ0,
|
||||
.clk_pm_support = true,
|
||||
},
|
||||
{
|
||||
// SD Reader
|
||||
|
|
|
@ -46,7 +46,6 @@ static const fsp_dxio_descriptor pco_dxio_descriptors[] = {
|
|||
.link_aspm_L1_2 = true,
|
||||
.turn_off_unused_lanes = true,
|
||||
.clk_req = CLK_REQ0,
|
||||
.clk_pm_support = true,
|
||||
},
|
||||
{
|
||||
// SD Reader
|
||||
|
@ -78,7 +77,6 @@ static const fsp_dxio_descriptor dali_dxio_descriptors[] = {
|
|||
.link_aspm_L1_2 = true,
|
||||
.turn_off_unused_lanes = true,
|
||||
.clk_req = CLK_REQ4,
|
||||
.clk_pm_support = true,
|
||||
},
|
||||
{
|
||||
// WLAN
|
||||
|
@ -93,7 +91,6 @@ static const fsp_dxio_descriptor dali_dxio_descriptors[] = {
|
|||
.link_aspm_L1_2 = true,
|
||||
.turn_off_unused_lanes = true,
|
||||
.clk_req = CLK_REQ0,
|
||||
.clk_pm_support = true,
|
||||
},
|
||||
{
|
||||
// SD Reader
|
||||
|
|
Loading…
Reference in New Issue