Skip to content

Commit dbaa27c

Browse files
Sam Protsenkokrzk
authored andcommitted
clk: samsung: exynos850: Style fixes
Fix some typos in comments and do small coding style improvements. Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org> Acked-by: Chanwoo Choi <cw00.choi@samsung.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20220809113323.29965-5-semen.protsenko@linaro.org
1 parent 65522e7 commit dbaa27c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

drivers/clk/samsung/clk-exynos850.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ PNAME(mout_peri_uart_p) = { "oscclk", "dout_shared0_div4",
173173
"dout_shared1_div4", "oscclk" };
174174
PNAME(mout_peri_ip_p) = { "oscclk", "dout_shared0_div4",
175175
"dout_shared1_div4", "oscclk" };
176-
177176
/* List of parent clocks for Muxes in CMU_TOP: for CMU_DPU */
178177
PNAME(mout_dpu_p) = { "dout_shared0_div3", "dout_shared1_div3",
179178
"dout_shared0_div4", "dout_shared1_div4" };
@@ -599,7 +598,7 @@ static const unsigned long hsi_clk_regs[] __initconst = {
599598
CLK_CON_GAT_GOUT_HSI_USB20DRD_TOP_BUS_CLK_EARLY,
600599
};
601600

602-
/* List of parent clocks for Muxes in CMU_PERI */
601+
/* List of parent clocks for Muxes in CMU_HSI */
603602
PNAME(mout_hsi_bus_user_p) = { "oscclk", "dout_hsi_bus" };
604603
PNAME(mout_hsi_mmc_card_user_p) = { "oscclk", "dout_hsi_mmc_card" };
605604
PNAME(mout_hsi_usb20drd_user_p) = { "oscclk", "dout_hsi_usb20drd" };
@@ -963,7 +962,7 @@ static const unsigned long dpu_clk_regs[] __initconst = {
963962
CLK_CON_GAT_GOUT_DPU_SYSREG_PCLK,
964963
};
965964

966-
/* List of parent clocks for Muxes in CMU_CORE */
965+
/* List of parent clocks for Muxes in CMU_DPU */
967966
PNAME(mout_dpu_user_p) = { "oscclk", "dout_dpu" };
968967

969968
static const struct samsung_mux_clock dpu_mux_clks[] __initconst = {

0 commit comments

Comments
 (0)