|
@@ -1083,6 +1083,30 @@ static const struct panel_desc ortustech_com43h4m85ulc = {
|
|
|
.bus_format = MEDIA_BUS_FMT_RGB888_1X24,
|
|
|
};
|
|
|
|
|
|
+static const struct drm_display_mode qd43003c0_40_mode = {
|
|
|
+ .clock = 9000,
|
|
|
+ .hdisplay = 480,
|
|
|
+ .hsync_start = 480 + 8,
|
|
|
+ .hsync_end = 480 + 8 + 4,
|
|
|
+ .htotal = 480 + 8 + 4 + 39,
|
|
|
+ .vdisplay = 272,
|
|
|
+ .vsync_start = 272 + 4,
|
|
|
+ .vsync_end = 272 + 4 + 10,
|
|
|
+ .vtotal = 272 + 4 + 10 + 2,
|
|
|
+ .vrefresh = 60,
|
|
|
+};
|
|
|
+
|
|
|
+static const struct panel_desc qd43003c0_40 = {
|
|
|
+ .modes = &qd43003c0_40_mode,
|
|
|
+ .num_modes = 1,
|
|
|
+ .bpc = 8,
|
|
|
+ .size = {
|
|
|
+ .width = 95,
|
|
|
+ .height = 53,
|
|
|
+ },
|
|
|
+ .bus_format = MEDIA_BUS_FMT_RGB888_1X24,
|
|
|
+};
|
|
|
+
|
|
|
static const struct drm_display_mode samsung_ltn101nt05_mode = {
|
|
|
.clock = 54030,
|
|
|
.hdisplay = 1024,
|
|
@@ -1243,6 +1267,9 @@ static const struct of_device_id platform_of_match[] = {
|
|
|
}, {
|
|
|
.compatible = "ortustech,com43h4m85ulc",
|
|
|
.data = &ortustech_com43h4m85ulc,
|
|
|
+ }, {
|
|
|
+ .compatible = "qiaodian,qd43003c0-40",
|
|
|
+ .data = &qd43003c0_40,
|
|
|
}, {
|
|
|
.compatible = "samsung,ltn101nt05",
|
|
|
.data = &samsung_ltn101nt05,
|