|
@@ -1409,6 +1409,29 @@ static const struct panel_desc shelly_sca07010_bfn_lnn = {
|
|
.bus_format = MEDIA_BUS_FMT_RGB666_1X18,
|
|
.bus_format = MEDIA_BUS_FMT_RGB666_1X18,
|
|
};
|
|
};
|
|
|
|
|
|
|
|
+static const struct drm_display_mode starry_kr122ea0sra_mode = {
|
|
|
|
+ .clock = 147000,
|
|
|
|
+ .hdisplay = 1920,
|
|
|
|
+ .hsync_start = 1920 + 16,
|
|
|
|
+ .hsync_end = 1920 + 16 + 16,
|
|
|
|
+ .htotal = 1920 + 16 + 16 + 32,
|
|
|
|
+ .vdisplay = 1200,
|
|
|
|
+ .vsync_start = 1200 + 15,
|
|
|
|
+ .vsync_end = 1200 + 15 + 2,
|
|
|
|
+ .vtotal = 1200 + 15 + 2 + 18,
|
|
|
|
+ .vrefresh = 60,
|
|
|
|
+ .flags = DRM_MODE_FLAG_NVSYNC | DRM_MODE_FLAG_NHSYNC,
|
|
|
|
+};
|
|
|
|
+
|
|
|
|
+static const struct panel_desc starry_kr122ea0sra = {
|
|
|
|
+ .modes = &starry_kr122ea0sra_mode,
|
|
|
|
+ .num_modes = 1,
|
|
|
|
+ .size = {
|
|
|
|
+ .width = 263,
|
|
|
|
+ .height = 164,
|
|
|
|
+ },
|
|
|
|
+};
|
|
|
|
+
|
|
static const struct drm_display_mode tpk_f07a_0102_mode = {
|
|
static const struct drm_display_mode tpk_f07a_0102_mode = {
|
|
.clock = 33260,
|
|
.clock = 33260,
|
|
.hdisplay = 800,
|
|
.hdisplay = 800,
|
|
@@ -1620,6 +1643,9 @@ static const struct of_device_id platform_of_match[] = {
|
|
}, {
|
|
}, {
|
|
.compatible = "shelly,sca07010-bfn-lnn",
|
|
.compatible = "shelly,sca07010-bfn-lnn",
|
|
.data = &shelly_sca07010_bfn_lnn,
|
|
.data = &shelly_sca07010_bfn_lnn,
|
|
|
|
+ }, {
|
|
|
|
+ .compatible = "starry,kr122ea0sra",
|
|
|
|
+ .data = &starry_kr122ea0sra,
|
|
}, {
|
|
}, {
|
|
.compatible = "tpk,f07a-0102",
|
|
.compatible = "tpk,f07a-0102",
|
|
.data = &tpk_f07a_0102,
|
|
.data = &tpk_f07a_0102,
|