|
50 | 50 | reg = <0>;
|
51 | 51 | compatible = "waveshare,10.1-dsi-touch-a";
|
52 | 52 | reset-gpio = <&display_mcu 1 GPIO_ACTIVE_HIGH>;
|
| 53 | + iovcc-gpio = <&display_mcu 4 GPIO_ACTIVE_HIGH>; |
| 54 | + avdd-gpio = <&display_mcu 0 GPIO_ACTIVE_HIGH>; |
53 | 55 | backlight = <&display_mcu>;
|
54 | 56 |
|
55 | 57 | port {
|
|
76 | 78 | };
|
77 | 79 |
|
78 | 80 | __overrides__ {
|
| 81 | + 3_4_inch_c = <&dsi_panel>, "compatible=waveshare,3.4-dsi-touch-c"; |
| 82 | + 4_0_inch_c = <&dsi_panel>, "compatible=waveshare,4.0-dsi-touch-c"; |
79 | 83 | 5_0_inch_a = <&dsi_panel>, "compatible=waveshare,5.0-dsi-touch-a";
|
80 | 84 | 5_5_inch_a = <&dsi_panel>, "compatible=waveshare,5.5-dsi-touch-a";
|
81 | 85 | 7_0_inch_a = <&dsi_panel>, "compatible=waveshare,7.0-dsi-touch-a";
|
82 | 86 | 7_0_inch_b = <&dsi_panel>, "compatible=waveshare,7.0-dsi-touch-b";
|
83 | 87 | 8_0_inch_a = <&dsi_panel>, "compatible=waveshare,8.0-dsi-touch-a";
|
84 | 88 | 8_0_inch_a_4lane = <&dsi_panel>, "compatible=waveshare,8.0-dsi-touch-a-4lane";
|
| 89 | + 8_8_inch_a = <&dsi_panel>, "compatible=waveshare,8.8-dsi-touch-a"; |
| 90 | + 9_0_inch_b = <&dsi_panel>, "compatible=waveshare,9.0-dsi-touch-b", |
| 91 | + <&touch>, "touchscreen-inverted-x"; |
| 92 | + 9_0_inch_b_4lane = <&dsi_panel>, "compatible=waveshare,9.0-dsi-touch-b,4lane", |
| 93 | + <&touch>, "touchscreen-inverted-x"; |
85 | 94 | 10_1_inch_a = <&dsi_panel>, "compatible=waveshare,10.1-dsi-touch-a";
|
86 | 95 | 10_1_inch_a_4lane = <&dsi_panel>, "compatible=waveshare,10.1-dsi-touch-a-4lane";
|
| 96 | + 10_1_inch_b = <&dsi_panel>, "compatible=waveshare,10.1-dsi-touch-b", |
| 97 | + <&touch>, "touchscreen-inverted-y"; |
| 98 | + 10_1_inch_b_4lane = <&dsi_panel>, "compatible=waveshare,10.1-dsi-touch-b,4lane", |
| 99 | + <&touch>, "touchscreen-inverted-y"; |
| 100 | + 12_3_inch_a_4lane = <&dsi_panel>, "compatible=waveshare,12.3-dsi-touch-a,4lane", |
| 101 | + <&touch>, "touchscreen-swapped-x-y", |
| 102 | + <&touch>, "touchscreen-inverted-y"; |
87 | 103 | disable_touch = <&touch>, "status=disabled";
|
88 | 104 | invx = <&touch>,"touchscreen-inverted-x?";
|
89 | 105 | invy = <&touch>,"touchscreen-inverted-y?";
|
|
0 commit comments