mb/system76/rpl: Declare child device on GLAN port

Declare a child device on the GLAN port so the Ethernet controller is
detected as an onboard device (eno) and not a plugged device (enp).

Change-Id: I43f1b3b749081fd989bb2e5c04f3b616642a5a4f
Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
Tim Crawford
2023-03-09 09:50:26 -07:00
parent b425847fc7
commit f3c764303c
4 changed files with 4 additions and 0 deletions

View File

@@ -55,6 +55,7 @@ chip soc/intel/alderlake
.clk_req = 13,
.flags = PCIE_RP_LTR | PCIE_RP_CLK_REQ_DETECT,
}"
device pci 00.0 on end
end
device ref pcie_rp5 on

View File

@@ -70,6 +70,7 @@ chip soc/intel/alderlake
.clk_req = 6,
.flags = PCIE_RP_LTR | PCIE_RP_AER,
}"
device pci 00.0 on end
end
device ref pcie_rp10 on
# PCH RP#10 x1, Clock 2 (WLAN)

View File

@@ -91,6 +91,7 @@ chip soc/intel/alderlake
.clk_req = 6,
.flags = PCIE_RP_LTR | PCIE_RP_AER,
}"
device pci 00.0 on end
end
end
end

View File

@@ -55,6 +55,7 @@ chip soc/intel/alderlake
.clk_req = 13,
.flags = PCIE_RP_LTR | PCIE_RP_AER,
}"
device pci 00.0 on end
end
device ref pcie_rp5 on