From 544bfb6832640d9d05dafc7d56f245bfa7ed6102 Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Mon, 4 Aug 2014 13:46:05 +0300 Subject: [PATCH] OMAPDSS: DSI: wait for hsdiv clocks when enabling PLL At the moment we have two functions to wait for the HSDIV clocks to get active, dsi_wait_pll_hsdiv_dispc_active and dsi_wait_pll_hsdiv_dsi_active. Instead of such inconvenient functions, let's just make sure that the hsdiv clocks are active after the pll has been enabled. This patch adds code to dsi_pll_set_clock_div() to wait until HSDIV clocks are active. Signed-off-by: Tomi Valkeinen --- Reading git-format-patch failed