mb/google/brya: remove WLAN PCIE setting
Brya uses CNVi WiFi module, PCIE setting is not required. TEST=WiFi is functional in the OS. Signed-off-by: Eric Lai <ericr_lai@compal.corp-partner.google.com> Change-Id: Ib82c98905ed3b30075e9830c1a2638817f140abe Reviewed-on: https://review.coreboot.org/c/coreboot/+/52623 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
This commit is contained in:
parent
dc77bc0546
commit
21f04d59b5
|
@ -142,14 +142,6 @@ chip soc/intel/alderlake
|
||||||
end
|
end
|
||||||
device ref heci1 on end
|
device ref heci1 on end
|
||||||
device ref sata on end
|
device ref sata on end
|
||||||
device ref pcie_rp5 on
|
|
||||||
# Enable WLAN PCIE 5 using clk 2
|
|
||||||
register "pch_pcie_rp[PCH_RP(5)]" = "{
|
|
||||||
.clk_src = 2,
|
|
||||||
.clk_req = 2,
|
|
||||||
.flags = PCIE_RP_LTR | PCIE_RP_AER,
|
|
||||||
}"
|
|
||||||
end #PCIE5 WLAN
|
|
||||||
device ref pcie_rp6 on
|
device ref pcie_rp6 on
|
||||||
# Enable WWAN PCIE 6 using clk 5
|
# Enable WWAN PCIE 6 using clk 5
|
||||||
register "pch_pcie_rp[PCH_RP(6)]" = "{
|
register "pch_pcie_rp[PCH_RP(6)]" = "{
|
||||||
|
|
Loading…
Reference in New Issue