Commit 7ca01160 authored by Yannick Fertré's avatar Yannick Fertré Committed by Neil Armstrong
Browse files

drm/bridge/synopsys: dsi: missing post disable

parent efaede77
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -824,6 +824,7 @@ static void dw_mipi_dsi_bridge_post_disable(struct drm_bridge *bridge)
	 * This needs to be fixed in the drm_bridge framework and the API
	 * needs to be updated to manage our own call chains...
	 */
	if (dsi->panel_bridge->funcs->post_disable)
		dsi->panel_bridge->funcs->post_disable(dsi->panel_bridge);

	if (phy_ops->power_off)