diff mbox

clk: sunxi-ng: a23: Assign base address for bus_spinlock_clk

Message ID 20160909035421.16119-1-wens@csie.org (mailing list archive)
State Not Applicable, archived
Headers show

Commit Message

Chen-Yu Tsai Sept. 9, 2016, 3:54 a.m. UTC
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(+)

Comments

Maxime Ripard Sept. 9, 2016, 7:12 p.m. UTC | #1
On Fri, Sep 09, 2016 at 11:54:21AM +0800, Chen-Yu Tsai wrote:
> 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>

I squashed it into the A23 CCU patch.

Thanks!
Maxime
diff mbox

Patch

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,