Skip to content

Commit 048a255

Browse files
committed
mb/system76/rpl: Enable discrete TBT device
The HX boards, using PCH-S, use a discrete Thunderbolt device (Intel Maple Ridge), as opposed to a built-in one like the boards using PCH-P. Fixes Thunderbolt on RPL-HX boards using Maple Ridge and Barlow Ridge controllers. Change-Id: I53d18f3ec5a084431e1113782c791bcb42728350 Signed-off-by: Tim Crawford <[email protected]>
1 parent 9fdb255 commit 048a255

File tree

6 files changed

+20
-0
lines changed

6 files changed

+20
-0
lines changed

src/mainboard/system76/rpl/Kconfig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ config BOARD_SYSTEM76_RPL_COMMON
2727

2828
config BOARD_SYSTEM76_ADDW3
2929
select BOARD_SYSTEM76_RPL_COMMON
30+
select DRIVERS_INTEL_DTBT
3031
select EC_SYSTEM76_EC_DGPU
3132
select MAINBOARD_USES_IFD_GBE_REGION
3233
select PCIEXP_HOTPLUG
@@ -40,12 +41,14 @@ config BOARD_SYSTEM76_ADDW4
4041

4142
config BOARD_SYSTEM76_BONW15
4243
select BOARD_SYSTEM76_RPL_COMMON
44+
select DRIVERS_INTEL_DTBT
4345
select EC_SYSTEM76_EC_DGPU
4446
select PCIEXP_HOTPLUG
4547
select SOC_INTEL_ALDERLAKE_PCH_S
4648

4749
config BOARD_SYSTEM76_BONW15_B
4850
select BOARD_SYSTEM76_RPL_COMMON
51+
select DRIVERS_INTEL_DTBT
4952
select EC_SYSTEM76_EC_DGPU
5053
select PCIEXP_HOTPLUG
5154
select SOC_INTEL_ALDERLAKE_PCH_S
@@ -80,12 +83,14 @@ config BOARD_SYSTEM76_ORYP11
8083
config BOARD_SYSTEM76_ORYP12
8184
select BOARD_SYSTEM76_RPL_COMMON
8285
select DRIVERS_I2C_TAS5825M
86+
select DRIVERS_INTEL_DTBT
8387
select EC_SYSTEM76_EC_DGPU
8488
select PCIEXP_HOTPLUG
8589
select SOC_INTEL_ALDERLAKE_PCH_S
8690

8791
config BOARD_SYSTEM76_SERW13
8892
select BOARD_SYSTEM76_RPL_COMMON
93+
select DRIVERS_INTEL_DTBT
8994
select EC_SYSTEM76_EC_DGPU
9095
select PCIEXP_HOTPLUG
9196
select SOC_INTEL_ALDERLAKE_PCH_S

src/mainboard/system76/rpl/variants/addw3/overridetree.cb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@ chip soc/intel/alderlake
103103
.clk_req = 15,
104104
.flags = PCIE_RP_HOTPLUG | PCIE_RP_LTR,
105105
}"
106+
chip drivers/intel/dtbt
107+
device pci 00.0 on end
108+
end
106109
end
107110

108111
device ref pcie_rp25 on

src/mainboard/system76/rpl/variants/bonw15-b/overridetree.cb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,9 @@ chip soc/intel/alderlake
9797
.clk_req = 13,
9898
.flags = PCIE_RP_HOTPLUG | PCIE_RP_LTR,
9999
}"
100+
chip drivers/intel/dtbt
101+
device pci 00.0 on end
102+
end
100103
end
101104

102105
device ref pcie_rp21 on

src/mainboard/system76/rpl/variants/bonw15/overridetree.cb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ chip soc/intel/alderlake
9999
.clk_req = 15,
100100
.flags = PCIE_RP_HOTPLUG | PCIE_RP_LTR,
101101
}"
102+
chip drivers/intel/dtbt
103+
device pci 00.0 on end
104+
end
102105
end
103106

104107
device ref pcie_rp21 on

src/mainboard/system76/rpl/variants/oryp12/overridetree.cb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,9 @@ chip soc/intel/alderlake
116116
.clk_req = 15,
117117
.flags = PCIE_RP_LTR | PCIE_RP_HOTPLUG,
118118
}"
119+
chip drivers/intel/dtbt
120+
device pci 00.0 on end
121+
end
119122
end
120123
end
121124
end

src/mainboard/system76/rpl/variants/serw13/overridetree.cb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@ chip soc/intel/alderlake
108108
.clk_req = 15,
109109
.flags = PCIE_RP_LTR | PCIE_RP_HOTPLUG, // XXX: AER causes UnsupReq warnings
110110
}"
111+
chip drivers/intel/dtbt
112+
device pci 00.0 on end
113+
end
111114
end
112115
end
113116
end

0 commit comments

Comments
 (0)