|
@@ -936,6 +936,18 @@ static const struct panel_desc edt_etm0700g0dh6 = {
|
|
|
.bus_flags = DRM_BUS_FLAG_DE_HIGH | DRM_BUS_FLAG_PIXDATA_NEGEDGE,
|
|
|
};
|
|
|
|
|
|
+static const struct panel_desc edt_etm0700g0bdh6 = {
|
|
|
+ .modes = &edt_etm0700g0dh6_mode,
|
|
|
+ .num_modes = 1,
|
|
|
+ .bpc = 6,
|
|
|
+ .size = {
|
|
|
+ .width = 152,
|
|
|
+ .height = 91,
|
|
|
+ },
|
|
|
+ .bus_format = MEDIA_BUS_FMT_RGB666_1X18,
|
|
|
+ .bus_flags = DRM_BUS_FLAG_DE_HIGH | DRM_BUS_FLAG_PIXDATA_POSEDGE,
|
|
|
+};
|
|
|
+
|
|
|
static const struct drm_display_mode foxlink_fl500wvr00_a0t_mode = {
|
|
|
.clock = 32260,
|
|
|
.hdisplay = 800,
|
|
@@ -2217,6 +2229,9 @@ static const struct of_device_id platform_of_match[] = {
|
|
|
}, {
|
|
|
.compatible = "edt,etm0700g0dh6",
|
|
|
.data = &edt_etm0700g0dh6,
|
|
|
+ }, {
|
|
|
+ .compatible = "edt,etm0700g0bdh6",
|
|
|
+ .data = &edt_etm0700g0bdh6,
|
|
|
}, {
|
|
|
.compatible = "foxlink,fl500wvr00-a0t",
|
|
|
.data = &foxlink_fl500wvr00_a0t,
|