diff options
Diffstat (limited to 'drivers/rtc')
-rw-r--r-- | drivers/rtc/rtc-sun6i.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/rtc/rtc-sun6i.c b/drivers/rtc/rtc-sun6i.c index fe07310952df..8edd9e1ec007 100644 --- a/drivers/rtc/rtc-sun6i.c +++ b/drivers/rtc/rtc-sun6i.c | |||
@@ -191,6 +191,7 @@ static void __init sun6i_rtc_clk_init(struct device_node *node) | |||
191 | struct sun6i_rtc_dev *rtc; | 191 | struct sun6i_rtc_dev *rtc; |
192 | struct clk_init_data init = { | 192 | struct clk_init_data init = { |
193 | .ops = &sun6i_rtc_osc_ops, | 193 | .ops = &sun6i_rtc_osc_ops, |
194 | .name = "losc", | ||
194 | }; | 195 | }; |
195 | const char *clkout_name = "osc32k-out"; | 196 | const char *clkout_name = "osc32k-out"; |
196 | const char *parents[2]; | 197 | const char *parents[2]; |