We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 486e729 commit db23375Copy full SHA for db23375
1 file changed
drivers/mux/apple-display-crossbar.c
@@ -269,6 +269,11 @@ const static struct apple_dpxbar_hw apple_dpxbar_hw_t8103 = {
269
.tunable = 0,
270
};
271
272
+const static struct apple_dpxbar_hw apple_dpxbar_hw_t8112 = {
273
+ .n_ufp = 4,
274
+ .tunable = 4278196325,
275
+};
276
+
277
const static struct apple_dpxbar_hw apple_dpxbar_hw_t6000 = {
278
.n_ufp = 9,
279
.tunable = 5,
@@ -281,7 +286,7 @@ static const struct of_device_id apple_dpxbar_ids[] = {
281
286
},
282
287
{
283
288
.compatible = "apple,t8112-display-crossbar",
284
- .data = &apple_dpxbar_hw_t8103,
289
+ .data = &apple_dpxbar_hw_t8112,
285
290
291
292
.compatible = "apple,t6000-display-crossbar",
0 commit comments