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

This commit is contained in:
Linux Build Service Account 2016-12-19 17:04:59 -08:00 committed by Gerrit - the friendly Code Review server
commit c0a8f9e80a

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",
}; };