Commit dc90214f authored by Tony Lindgren's avatar Tony Lindgren Committed by Neil Armstrong
Browse files

drm/panel: simple: Add BOE BP082WX1-100 8.2" panel

parent 763955fd
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
@@ -1367,6 +1367,23 @@ static const struct drm_display_mode boe_bp101wx1_100_mode = {
	.vtotal = 800 + 6 + 8 + 2,
};

static const struct panel_desc boe_bp082wx1_100 = {
	.modes = &boe_bp101wx1_100_mode,
	.num_modes = 1,
	.bpc = 8,
	.size = {
		.width = 177,
		.height = 110,
	},
	.delay = {
		.enable = 50,
		.disable = 50,
	},
	.bus_format = MEDIA_BUS_FMT_RGB888_1X7X4_JEIDA,
	.bus_flags = DRM_BUS_FLAG_DE_HIGH,
	.connector_type = DRM_MODE_CONNECTOR_LVDS,
};

static const struct panel_desc boe_bp101wx1_100 = {
	.modes = &boe_bp101wx1_100_mode,
	.num_modes = 1,
@@ -4373,6 +4390,9 @@ static const struct of_device_id platform_of_match[] = {
	}, {
		.compatible = "bananapi,s070wv20-ct16",
		.data = &bananapi_s070wv20_ct16,
	}, {
		.compatible = "boe,bp082wx1-100",
		.data = &boe_bp082wx1_100,
	}, {
		.compatible = "boe,bp101wx1-100",
		.data = &boe_bp101wx1_100,