Skip to content

Commit 334c0ef

Browse files
committed
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux
Pull clk fix from Stephen Boyd: "One-liner fix of a NULL pointer deref in the Allwinner clk driver" * tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux: clk: sunxi-ng: Fix H6 RTC clock definition
2 parents 89caf57 + 8dc592c commit 334c0ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/clk/sunxi-ng/ccu-sun50i-h6-r.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ static struct ccu_common *sun50i_h6_r_ccu_clks[] = {
138138
&r_apb2_rsb_clk.common,
139139
&r_apb1_ir_clk.common,
140140
&r_apb1_w1_clk.common,
141+
&r_apb1_rtc_clk.common,
141142
&ir_clk.common,
142143
&w1_clk.common,
143144
};

0 commit comments

Comments
 (0)