Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

clk: ti816x: Add missing dmtimer clkdev entries

Add missing clkdev dmtimer related entries for dm816x.
32Khz and ext sources were missing.

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Cc: Brian Hutchinson <b.hutchman@gmail.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Tero Kristo <t-kristo@ti.com>

authored by

Neil Armstrong and committed by
Tero Kristo
3a5b1dc4 c51185b4

+2
+2
drivers/clk/ti/clk-816x.c
··· 20 20 DT_CLK(NULL, "sys_clkin", "sys_clkin_ck"), 21 21 DT_CLK(NULL, "timer_sys_ck", "sys_clkin_ck"), 22 22 DT_CLK(NULL, "sys_32k_ck", "sys_32k_ck"), 23 + DT_CLK(NULL, "timer_32k_ck", "sysclk18_ck"), 24 + DT_CLK(NULL, "timer_ext_ck", "tclkin_ck"), 23 25 DT_CLK(NULL, "mpu_ck", "mpu_ck"), 24 26 DT_CLK(NULL, "timer1_fck", "timer1_fck"), 25 27 DT_CLK(NULL, "timer2_fck", "timer2_fck"),