From patchwork Fri Sep 9 03:54:21 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chen-Yu Tsai X-Patchwork-Id: 9322373 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 6BFA960231 for ; Fri, 9 Sep 2016 03:54:31 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 61F4B29B71 for ; Fri, 9 Sep 2016 03:54:31 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 55E3229B73; Fri, 9 Sep 2016 03:54:31 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 2BB3129B71 for ; Fri, 9 Sep 2016 03:54:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751892AbcIIDy3 (ORCPT ); Thu, 8 Sep 2016 23:54:29 -0400 Received: from mirror2.csie.ntu.edu.tw ([140.112.30.76]:53500 "EHLO wens.csie.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751708AbcIIDy3 (ORCPT ); Thu, 8 Sep 2016 23:54:29 -0400 Received: by wens.csie.org (Postfix, from userid 1000) id 2F9A35F8D4; Fri, 9 Sep 2016 11:54:26 +0800 (CST) From: Chen-Yu Tsai To: Maxime Ripard , Stephen Boyd , Michael Turquette Cc: Chen-Yu Tsai , linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [PATCH] clk: sunxi-ng: a23: Assign base address for bus_spinlock_clk Date: Fri, 9 Sep 2016 11:54:21 +0800 Message-Id: <20160909035421.16119-1-wens@csie.org> X-Mailer: git-send-email 2.9.3 Sender: linux-clk-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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 --- 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,