Skip to content

Commit 93e0fca

Browse files
eng33pelwell
eng33
authored andcommitted
overlays: Added waveshare 13.3inch panel support
Signed-off-by: eng33 <[email protected]>
1 parent 909676d commit 93e0fca

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

arch/arm/boot/dts/overlays/README

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5380,6 +5380,8 @@ Params: 2_8_inch 2.8" 480x640
53805380
8_0_inch 8.0" 1280x800
53815381
10_1_inch 10.1" 1280x800
53825382
11_9_inch 11.9" 320x1480
5383+
13_3_inch_4lane 13.3" 1920x1080 4lane
5384+
13_3_inch_2lane 13.3" 1920x1080 2lane
53835385
i2c1 Use i2c-1 with jumper wires from GPIOs 2&3
53845386
disable_touch Disable the touch controller
53855387
rotation Set the panel orientation property

arch/arm/boot/dts/overlays/vc4-kms-dsi-waveshare-panel-overlay.dts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@
5151
reg = <0x14>;
5252
compatible = "goodix,gt911";
5353
};
54+
55+
touch2: ilitek@41 {
56+
compatible = "ilitek,ili251x";
57+
reg = <0x41>;
58+
};
5459
};
5560
};
5661

@@ -120,6 +125,8 @@
120125
<&touch>, "touchscreen-inverted-x?",
121126
<&touch>, "touchscreen-inverted-y?";
122127
8_8_inch = <&panel>, "compatible=waveshare,8.8inch-panel";
128+
13_3_inch_4lane = <&panel>, "compatible=waveshare,13.3inch-4lane-panel";
129+
13_3_inch_2lane = <&panel>, "compatible=waveshare,13.3inch-2lane-panel";
123130
i2c1 = <&i2c_frag>, "target:0=",<&i2c1>,
124131
<0>, "-3-4+5";
125132
disable_touch = <&touch>, "status=disabled";

0 commit comments

Comments
 (0)