clk: qcom: mmcc: Update the DSI PLL parent names

The byte and pixel clocks RCG sources from their dsi byte/pixel PLLs,
update the parent names so that those parents could be requested.

Change-Id: Ie92df31a5cdfa176e872d721a84475a37172a2dd
Signed-off-by: Taniya Das <tdas@codeaurora.org>
This commit is contained in:
Taniya Das 2016-12-15 14:58:47 +05:30
parent 2d28ff0953
commit b858dc4085

View file

@ -112,8 +112,8 @@ static const struct parent_map mmcc_parent_map_1[] = {
static const char * const mmcc_parent_names_1[] = { static const char * const mmcc_parent_names_1[] = {
"xo", "xo",
"dsi0_phy_pll_out_byteclk", "dsi0pll_byte_clk_mux",
"dsi1_phy_pll_out_byteclk", "dsi1pll_byte_clk_mux",
"core_bi_pll_test_se", "core_bi_pll_test_se",
}; };
@ -240,8 +240,8 @@ static const struct parent_map mmcc_parent_map_8[] = {
static const char * const mmcc_parent_names_8[] = { static const char * const mmcc_parent_names_8[] = {
"xo", "xo",
"dsi0_phy_pll_out_dsiclk", "dsi0pll_pixel_clk_mux",
"dsi1_phy_pll_out_dsiclk", "dsi1pll_pixel_clk_mux",
"core_bi_pll_test_se", "core_bi_pll_test_se",
}; };