Skip to content

Commit db23375

Browse files
jannaumarcan
authored andcommitted
mux: apple dp crossbar: Support t8112 varient
Signed-off-by: Janne Grunau <j@jannau.net>
1 parent 486e729 commit db23375

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

drivers/mux/apple-display-crossbar.c

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,11 @@ const static struct apple_dpxbar_hw apple_dpxbar_hw_t8103 = {
269269
.tunable = 0,
270270
};
271271

272+
const static struct apple_dpxbar_hw apple_dpxbar_hw_t8112 = {
273+
.n_ufp = 4,
274+
.tunable = 4278196325,
275+
};
276+
272277
const static struct apple_dpxbar_hw apple_dpxbar_hw_t6000 = {
273278
.n_ufp = 9,
274279
.tunable = 5,
@@ -281,7 +286,7 @@ static const struct of_device_id apple_dpxbar_ids[] = {
281286
},
282287
{
283288
.compatible = "apple,t8112-display-crossbar",
284-
.data = &apple_dpxbar_hw_t8103,
289+
.data = &apple_dpxbar_hw_t8112,
285290
},
286291
{
287292
.compatible = "apple,t6000-display-crossbar",

0 commit comments

Comments
 (0)