Document and add support for the 1200x1920 BOE TV101WUM-LL2 DSI Display Panel found in the Lenovo Smart Tab M10 tablet. The controller powering the panel is unknown. Signed-off-by: Neil Armstrong <neil.armstrong@xxxxxxxxxx> --- Changes in v3: - switch boe_tv101wum_ll2_off() to void - add Doug's reviewed-by - Link to v2: https://lore.kernel.org/r/20240828-topic-sdm450-upstream-tbx605f-panel-v2-0-0a039d064e13@xxxxxxxxxx Changes in v2: - Collected bindings review tag - Driver changes: - reorder makefile - reorder includes - switch to devm_regulator_bulk_get_const() - remove useless dev_err() - add comments why we ignore boe_tv101wum_ll2_off() return - add comment why we don't set bpc - fix MODULE_DESCRIPTION - Link to v1: https://lore.kernel.org/r/20240709-topic-sdm450-upstream-tbx605f-panel-v1-0-af473397835d@xxxxxxxxxx --- Neil Armstrong (2): dt-bindings: display: panel: document BOE TV101WUM-LL2 DSI Display Panel drm/panel: add BOE tv101wum-ll2 panel driver .../bindings/display/panel/boe,tv101wum-ll2.yaml | 63 ++++++ drivers/gpu/drm/panel/Kconfig | 9 + drivers/gpu/drm/panel/Makefile | 1 + drivers/gpu/drm/panel/panel-boe-tv101wum-ll2.c | 241 +++++++++++++++++++++ 4 files changed, 314 insertions(+) --- base-commit: ef14a2e943460970c95f7936fb3c26fcb223f76d change-id: 20240709-topic-sdm450-upstream-tbx605f-panel-f13d55fbd444 Best regards, -- Neil Armstrong <neil.armstrong@xxxxxxxxxx>