Commit 5466a631 authored by zain wang's avatar zain wang Committed by Thierry Reding

drm/panel: simple: Add bits-per-component for Sharp LQ123P1JX31

The Sharp LQ123P1JX31 panel support 8 bits per component.
Signed-off-by: default avatarzain wang <wzz@rock-chips.com>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 230c5b44
......@@ -1483,6 +1483,7 @@ static const struct drm_display_mode sharp_lq123p1jx31_mode = {
static const struct panel_desc sharp_lq123p1jx31 = {
.modes = &sharp_lq123p1jx31_mode,
.num_modes = 1,
.bpc = 8,
.size = {
.width = 259,
.height = 173,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment