From patchwork Tue Jul 17 16:06:08 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Enric Balletbo i Serra X-Patchwork-Id: 10530055 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 125316020A for ; Tue, 17 Jul 2018 16:07:11 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id ECCEE2923B for ; Tue, 17 Jul 2018 16:07:10 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id E067229314; Tue, 17 Jul 2018 16:07:10 +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=-2.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, MAILING_LIST_MULTI, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 951552923B for ; Tue, 17 Jul 2018 16:07:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:References: In-Reply-To:Message-Id:Date:Subject:To:From:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Owner; bh=GOmsH8SvdO6L563etlASilwhnToiXGM2BOYY75fLtEc=; b=J8LrUF5TaVxCHqW26EgjwLZpFr REm4D191t2a48vvKH1WjJpu0jdu52MlIYgcduir4biKnHEEqK77ArWjWnVwRN/K5uDoCRiOdTphxL 0Xl0LFZ4d88W0ovSnatScI5FVkXjaPESqcsaOXjdAhnrfZcAMALphiA7Q9+774n+fJ2DK5Xw2xdRA 5BbxZRif3hCHj77KYK/omV2ccUIKjuWjpy24F3zF9VMebsTjuvEdvvNiy/+sGAWq27A71rdBvgnB/ QYo9fxTdSn4HCDwqieZ2PmAFqx++Uy4Tmm8t8M1JhYlRtfi9v9GolJzZETphHaG79wAhaqNQzoSKX 8qMt16nQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1ffSVF-0002Tl-6E; Tue, 17 Jul 2018 16:07:05 +0000 Received: from bhuna.collabora.co.uk ([2a00:1098:0:82:1000:25:2eeb:e3e3]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1ffSUh-0001tA-AJ for linux-arm-kernel@lists.infradead.org; Tue, 17 Jul 2018 16:06:34 +0000 Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: eballetbo) with ESMTPSA id AC247279802 From: Enric Balletbo i Serra To: linux-kernel@vger.kernel.org Subject: [PATCH 3/5] arm64: defconfig: Enable vctrl regulators for Gru/Kevin. Date: Tue, 17 Jul 2018 18:06:08 +0200 Message-Id: <20180717160610.26501-3-enric.balletbo@collabora.com> X-Mailer: git-send-email 2.18.0 In-Reply-To: <20180717160610.26501-1-enric.balletbo@collabora.com> References: <20180717160610.26501-1-enric.balletbo@collabora.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20180717_090631_571375_4726ABBF X-CRM114-Status: UNSURE ( 8.26 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: heiko@sntech.de, Arnd Bergmann , Ard Biesheuvel , Catalin Marinas , Gregory CLEMENT , Will Deacon , Amit Kucheria , Olof Johansson , Wei Xu , Andy Gross , Simon Horman , kernel@collabora.com, linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP Gru/Kevin uses vctrl regulators for dynamic CPU voltages, so enable in the default defconfig in order to have support for cpufreq. Signed-off-by: Enric Balletbo i Serra --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index e530d6fc34b2..3fae8ada69e1 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -396,6 +396,7 @@ CONFIG_REGULATOR_QCOM_SMD_RPM=y CONFIG_REGULATOR_QCOM_SPMI=y CONFIG_REGULATOR_RK808=y CONFIG_REGULATOR_S2MPS11=y +CONFIG_REGULATOR_VCTRL=m CONFIG_RC_CORE=m CONFIG_RC_DECODERS=y CONFIG_RC_DEVICES=y