From patchwork Mon Jun 3 22:14:35 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Ga=C3=ABl_PORTAY?= X-Patchwork-Id: 10974031 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id E105E933 for ; Mon, 3 Jun 2019 22:14:30 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D0C5B2863F for ; Mon, 3 Jun 2019 22:14:30 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id C30BC2874C; Mon, 3 Jun 2019 22:14:30 +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=-5.2 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,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 6A0852863F for ; Mon, 3 Jun 2019 22:14:30 +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:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version: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:In-Reply-To:References: List-Owner; bh=syo0yWm4JBHULX54bURTA4eLdqpUAi3nHDjIhxIG8F8=; b=LtCLENCgO1h0Hk 8qg8AQQRLXiPCu+PXJDmgXivzHAO11iR7RICRBvy9VZaRwwlQxtYqQTPLXUoLAPqyQDYfvFtMwIuH Er+r5GaUf8nYZZDZTbj/QWNGyzDOlYREwtnEpvqcWLiXrTG3+BMrMNV3dS/httMJeotSfdGES2nZm 5uqs36C1YG/y4XdPN6ts3Vf8J9IKrmErZmIt6p0CRZw1eHd0DDg3fsGXA/JedrGLKz4cGERfwmV65 aKTQSoYARlfdH+vlsKTUMc3AmM4Ek+4YAx43VDI8kzy0OeaMkgiF5yaor9QvH4JJuEah8c7KR1Mex EFoJxbUeV8wo97/JF1bQ==; 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 1hXvDl-000635-J4; Mon, 03 Jun 2019 22:14:25 +0000 Received: from bhuna.collabora.co.uk ([46.235.227.227]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1hXvDi-00062a-HE for linux-arm-kernel@lists.infradead.org; Mon, 03 Jun 2019 22:14:24 +0000 Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: gportay) with ESMTPSA id BE220260A21 From: =?utf-8?q?Ga=C3=ABl_PORTAY?= To: Catalin Marinas , Will Deacon Subject: [PATCH 1/1] arm64: defconfig: Enable RK3399 DMC devfreq driver Date: Mon, 3 Jun 2019 18:14:35 -0400 Message-Id: <20190603221435.7599-1-gael.portay@collabora.com> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190603_151422_853787_AF10B541 X-CRM114-Status: UNSURE ( 8.88 ) 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: kernel@collabora.com, linux-arm-kernel@lists.infradead.org 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 Enable the DMC devfreq driver that is present in the RK3399 SoC. Note that it selects the DFI devfreq event and the simple ondemand governor drivers. Signed-off-by: Gaƫl PORTAY --- arch/arm64/configs/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 4d583514258c..c779e71fbceb 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -698,7 +698,7 @@ CONFIG_ARCH_TEGRA_194_SOC=y CONFIG_ARCH_K3_AM6_SOC=y CONFIG_SOC_TI=y CONFIG_TI_SCI_PM_DOMAINS=y -CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND=y +CONFIG_ARM_RK3399_DMC_DEVFREQ=m CONFIG_EXTCON_USB_GPIO=y CONFIG_EXTCON_USBC_CROS_EC=y CONFIG_MEMORY=y