diff options
author | Jonathon Hall <jonathon.hall@puri.sm> | 2024-01-18 13:49:58 -0500 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2024-01-20 01:28:29 +0000 |
commit | 5fe0f9057ee503576e6c1ade17408cbe38a91202 (patch) | |
tree | b28b4fa03eedd92d7767d9ce5b12dea37689348c /src/mainboard | |
parent | 4e818c5309d1efc79dad2771eaae0c37e6a07315 (diff) |
mb/purism/librem_skl: Fix pcie_rp5 in device tree (WLAN)
WLAN has always been pcie_rp5, there is nothing on pcie_rp1. RP5 gets
promoted to function 0 (RP1's function) since no earlier functions are
enabled.
This simplifies later refactoring that will handle the FSP root port
enable flags (which were correctly set already) using the device tree
enables.
Test: Boot librem_13v2 and verify WLAN is enabled.
Change-Id: I7a724a01b5f171a16de83ff6122630e2d66557c1
Signed-off-by: Jonathon Hall <jonathon.hall@puri.sm>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/80065
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/purism/librem_skl/devicetree.cb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/purism/librem_skl/devicetree.cb b/src/mainboard/purism/librem_skl/devicetree.cb index 1928d15eae..08a88d6a34 100644 --- a/src/mainboard/purism/librem_skl/devicetree.cb +++ b/src/mainboard/purism/librem_skl/devicetree.cb @@ -157,7 +157,7 @@ chip soc/intel/skylake device ref south_xdci on end device ref thermal on end device ref sata on end - device ref pcie_rp1 on end + device ref pcie_rp5 on end device ref pcie_rp9 on end device ref lpc_espi on chip drivers/pc80/tpm |