* [PATCH] clk: sunxi-ng: a23: Assign base address for bus_spinlock_clk
@ 2016-09-09 3:54 Chen-Yu Tsai
2016-09-09 19:12 ` Maxime Ripard
0 siblings, 1 reply; 2+ messages in thread
From: Chen-Yu Tsai @ 2016-09-09 3:54 UTC (permalink / raw)
To: linux-arm-kernel
bus_spinlock_clk was accidentally left out of the list of clks that
need to be assigned the register base address.
Fixes: 8c9214b0e525 ("clk: sunxi-ng: Add A23 CCU")
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
---
Hi Maxime,
Missed this one in the review. Please squash this into the original
A23 CCU patch.
---
drivers/clk/sunxi-ng/ccu-sun8i-a23.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/clk/sunxi-ng/ccu-sun8i-a23.c b/drivers/clk/sunxi-ng/ccu-sun8i-a23.c
index 30e3c4ee95ad..11e624ab28b1 100644
--- a/drivers/clk/sunxi-ng/ccu-sun8i-a23.c
+++ b/drivers/clk/sunxi-ng/ccu-sun8i-a23.c
@@ -483,6 +483,7 @@ static struct ccu_common *sun8i_a23_ccu_clks[] = {
&bus_de_be_clk.common,
&bus_gpu_clk.common,
&bus_msgbox_clk.common,
+ &bus_spinlock_clk.common,
&bus_drc_clk.common,
&bus_codec_clk.common,
&bus_pio_clk.common,
--
2.9.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-09-09 19:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-09 3:54 [PATCH] clk: sunxi-ng: a23: Assign base address for bus_spinlock_clk Chen-Yu Tsai
2016-09-09 19:12 ` Maxime Ripard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).