@@ -173,7 +173,6 @@ PNAME(mout_peri_uart_p) = { "oscclk", "dout_shared0_div4",
173
173
"dout_shared1_div4" , "oscclk" };
174
174
PNAME (mout_peri_ip_p ) = { "oscclk" , "dout_shared0_div4" ,
175
175
"dout_shared1_div4" , "oscclk" };
176
-
177
176
/* List of parent clocks for Muxes in CMU_TOP: for CMU_DPU */
178
177
PNAME (mout_dpu_p ) = { "dout_shared0_div3" , "dout_shared1_div3" ,
179
178
"dout_shared0_div4" , "dout_shared1_div4" };
@@ -599,7 +598,7 @@ static const unsigned long hsi_clk_regs[] __initconst = {
599
598
CLK_CON_GAT_GOUT_HSI_USB20DRD_TOP_BUS_CLK_EARLY ,
600
599
};
601
600
602
- /* List of parent clocks for Muxes in CMU_PERI */
601
+ /* List of parent clocks for Muxes in CMU_HSI */
603
602
PNAME (mout_hsi_bus_user_p ) = { "oscclk" , "dout_hsi_bus" };
604
603
PNAME (mout_hsi_mmc_card_user_p ) = { "oscclk" , "dout_hsi_mmc_card" };
605
604
PNAME (mout_hsi_usb20drd_user_p ) = { "oscclk" , "dout_hsi_usb20drd" };
@@ -963,7 +962,7 @@ static const unsigned long dpu_clk_regs[] __initconst = {
963
962
CLK_CON_GAT_GOUT_DPU_SYSREG_PCLK ,
964
963
};
965
964
966
- /* List of parent clocks for Muxes in CMU_CORE */
965
+ /* List of parent clocks for Muxes in CMU_DPU */
967
966
PNAME (mout_dpu_user_p ) = { "oscclk" , "dout_dpu" };
968
967
969
968
static const struct samsung_mux_clock dpu_mux_clks [] __initconst = {
0 commit comments