Skip to content

Commit 8c72fca

Browse files
committed
fixup! arch: arm64: apple: Add dcp panel node for t8103 based laptops and imacs
Signed-off-by: Janne Grunau <j@jannau.net>
1 parent 6e0ab52 commit 8c72fca

4 files changed

Lines changed: 16 additions & 0 deletions

File tree

arch/arm64/boot/dts/apple/t8103-j293.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@
4343
};
4444
};
4545

46+
&framebuffer0 {
47+
panel = &panel;
48+
};
49+
4650
&bluetooth0 {
4751
brcm,board-type = "apple,honshu";
4852
};

arch/arm64/boot/dts/apple/t8103-j313.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@
3939
};
4040
};
4141

42+
&framebuffer0 {
43+
panel = &panel;
44+
};
45+
4246
&bluetooth0 {
4347
brcm,board-type = "apple,shikoku";
4448
};

arch/arm64/boot/dts/apple/t8103-j456.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@
3030
};
3131
};
3232

33+
&framebuffer0 {
34+
panel = &panel;
35+
};
36+
3337
&bluetooth0 {
3438
brcm,board-type = "apple,capri";
3539
};

arch/arm64/boot/dts/apple/t8103-j457.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@
3030
};
3131
};
3232

33+
&framebuffer0 {
34+
panel = &panel;
35+
};
36+
3337
&bluetooth0 {
3438
brcm,board-type = "apple,santorini";
3539
};

0 commit comments

Comments
 (0)