From patchwork Mon Aug 8 03:37:43 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leo Yan X-Patchwork-Id: 9266643 X-Patchwork-Delegate: sboyd@codeaurora.org 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 0362C60839 for ; Mon, 8 Aug 2016 03:38:09 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id DD792271BC for ; Mon, 8 Aug 2016 03:38:08 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id D10F027D64; Mon, 8 Aug 2016 03:38:08 +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=-1.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, T_DKIM_INVALID autolearn=no 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 68AD5271BC for ; Mon, 8 Aug 2016 03:38:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752046AbcHHDiH (ORCPT ); Sun, 7 Aug 2016 23:38:07 -0400 Received: from mail-pa0-f52.google.com ([209.85.220.52]:33059 "EHLO mail-pa0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752009AbcHHDiG (ORCPT ); Sun, 7 Aug 2016 23:38:06 -0400 Received: by mail-pa0-f52.google.com with SMTP id ti13so31099626pac.0 for ; Sun, 07 Aug 2016 20:38:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=0rWWicJ0yTstSi+QrYquzPHTMda7BfTWorPvCUYDJ1s=; b=QmCF6hRSjigxyS5BdHTih8vh5I6p/K9BqYxJ9EMmv3GkCBcUYwrdP3A11fHjtUEpYI PO+JWL4SeiQgutKHsz9Y1luQ5zy4nF/cdUQM01YwCL1o39kC4ZSli6A0WKMC3mhO0sE0 w4pFtcSY8QwIaMNzVIwi8qLGAABp9LlJLIFMo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=0rWWicJ0yTstSi+QrYquzPHTMda7BfTWorPvCUYDJ1s=; b=JJQ2w0IhDvweDhjHkfcjDzFzhdCXkc+G5VSAcPO1E46hJuts4E+o0uojLmCgqAF/dn wNvHVUDzfoFlCgaDW+ua8pF8Q7fcmfbbi59A74XLTM2JFZ+h8X3VT/MeebuD1vXITqcS z3HHJI2SterLC7KLW4esXc2kTo3BMVoUuLYHKs+xZwd0x8zAV0IRgu8vXuEPlhP3XpkB pSmMsRt6ro58mAmAbtyO8oMbBj5aHKyZf8fuHp/DXzMmpnWqTrY+AdQjLY6uAFdqyxFe 4T1Xkfjh7nNASFY182ji72dTvaRylpIfgHK1rIlib/VfgZ5RR2djkIFRhRjGSo47LVCh uirA== X-Gm-Message-State: AEkoousY6EgalYvDUs8v9d2EMrLIiThqAEeOptBu4NcgF7/Vg67UEISg/bYKzrCMUhBDi4Qw X-Received: by 10.66.242.166 with SMTP id wr6mr158609572pac.147.1470627485285; Sun, 07 Aug 2016 20:38:05 -0700 (PDT) Received: from localhost.localdomain (61-216-91-114.HINET-IP.hinet.net. [61.216.91.114]) by smtp.gmail.com with ESMTPSA id te10sm43641360pac.4.2016.08.07.20.38.01 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 07 Aug 2016 20:38:04 -0700 (PDT) From: Leo Yan To: Michael Turquette , Stephen Boyd , Jiancheng Xue , Philipp Zabel , Rob Herring , linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, Dietmar Eggemann , Guodong Xu Cc: Leo Yan Subject: [PATCH] clk: Hi6220: enable stub clock driver for ARCH_HISI Date: Mon, 8 Aug 2016 11:37:43 +0800 Message-Id: <1470627463-20570-1-git-send-email-leo.yan@linaro.org> X-Mailer: git-send-email 1.9.1 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 In current kernel config 'CONFIG_STUB_CLK_HI6220' is disabled by default, as result stub clock driver has not been registered and CPUFreq driver cannot work. This patch is to enable stub clock driver in config for ARCH_HISI. Reported-by: Dietmar Eggemann Signed-off-by: Leo Yan --- drivers/clk/hisilicon/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/clk/hisilicon/Kconfig b/drivers/clk/hisilicon/Kconfig index 3f537a0..9e0a95e 100644 --- a/drivers/clk/hisilicon/Kconfig +++ b/drivers/clk/hisilicon/Kconfig @@ -23,5 +23,6 @@ config RESET_HISI config STUB_CLK_HI6220 bool "Hi6220 Stub Clock Driver" depends on COMMON_CLK_HI6220 && MAILBOX + default ARCH_HISI help Build the Hisilicon Hi6220 stub clock driver.