Merge "disp: msm: dsi: remove check for reset gpio config in ext bridge mode"
这个提交包含在:
@@ -4083,7 +4083,8 @@ error:
|
|||||||
static bool dsi_display_validate_panel_resources(struct dsi_display *display)
|
static bool dsi_display_validate_panel_resources(struct dsi_display *display)
|
||||||
{
|
{
|
||||||
if (!is_sim_panel(display)) {
|
if (!is_sim_panel(display)) {
|
||||||
if (!gpio_is_valid(display->panel->reset_config.reset_gpio)) {
|
if (!display->panel->host_config.ext_bridge_mode &&
|
||||||
|
!gpio_is_valid(display->panel->reset_config.reset_gpio)) {
|
||||||
DSI_ERR("invalid reset gpio for the panel\n");
|
DSI_ERR("invalid reset gpio for the panel\n");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
在新工单中引用
屏蔽一个用户