Skip to content

Commit 28270e9

Browse files
Hanks-Chengregkh
authored andcommitted
clk: mediatek: add UART0 clock support
[ Upstream commit 804a892 ] Add MT6779 UART0 clock support. Fixes: 710774e ("clk: mediatek: Add MT6779 clock support") Signed-off-by: Wendell Lin <[email protected]> Signed-off-by: Hanks Chen <[email protected]> Reviewed-by: Matthias Brugger <[email protected]> Signed-off-by: Stephen Boyd <[email protected]> Signed-off-by: Sasha Levin <[email protected]>
1 parent cab8d1b commit 28270e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/clk/mediatek/clk-mt6779.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -919,6 +919,8 @@ static const struct mtk_gate infra_clks[] = {
919919
"pwm_sel", 19),
920920
GATE_INFRA0(CLK_INFRA_PWM, "infra_pwm",
921921
"pwm_sel", 21),
922+
GATE_INFRA0(CLK_INFRA_UART0, "infra_uart0",
923+
"uart_sel", 22),
922924
GATE_INFRA0(CLK_INFRA_UART1, "infra_uart1",
923925
"uart_sel", 23),
924926
GATE_INFRA0(CLK_INFRA_UART2, "infra_uart2",

0 commit comments

Comments
 (0)