We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0afa16a commit 68d1151Copy full SHA for 68d1151
drivers/clk/qcom/dispcc-qcm2290.c
@@ -27,7 +27,6 @@ enum {
27
P_DISP_CC_PLL0_OUT_MAIN,
28
P_DSI0_PHY_PLL_OUT_BYTECLK,
29
P_DSI0_PHY_PLL_OUT_DSICLK,
30
- P_DSI1_PHY_PLL_OUT_DSICLK,
31
P_GPLL0_OUT_MAIN,
32
P_SLEEP_CLK,
33
};
@@ -107,13 +106,11 @@ static const struct clk_parent_data disp_cc_parent_data_3[] = {
107
106
static const struct parent_map disp_cc_parent_map_4[] = {
108
{ P_BI_TCXO, 0 },
109
{ P_DSI0_PHY_PLL_OUT_DSICLK, 1 },
110
- { P_DSI1_PHY_PLL_OUT_DSICLK, 2 },
111
112
113
static const struct clk_parent_data disp_cc_parent_data_4[] = {
114
{ .fw_name = "bi_tcxo" },
115
{ .fw_name = "dsi0_phy_pll_out_dsiclk" },
116
- { .fw_name = "dsi1_phy_pll_out_dsiclk" },
117
118
119
static const struct parent_map disp_cc_parent_map_5[] = {
0 commit comments