From patchwork Fri Jul 28 11:30:29 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Francesco Dolcini X-Patchwork-Id: 13331733 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 3482CC0015E for ; Fri, 28 Jul 2023 11:31:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :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=KF4Eh0SbGt47IxezOaeRSgv0NWTtmOq6qlc5NL5HLfE=; b=cUJHv+fylKwlgq zR4FpXgL/HFyxOq2BNokiT59qF5MMUzKwx1SxTTTeGBZro0bdgTyBCurTt/d5ORHjSGjyzK4J2fux Qzy6RWgX0VIjZEQFRzWtrckpK87FfM2Wg52k8rMiRBmwHNhd3IOvzwXXW9mSwMWM7mHWEEh+JZ6Qd rvZ8K7atAfbxasoeD7DBO0X9Wrli9ow+xQYh7prKOSDjGvlKoVntX6jg5zwDiU/zHQZYGe76dngjG AvqPSTwDCQxTmQ1votXZ0sICEvhuge/Q0l96KGZMx4q/3yRp8/uMoujMM+g4GHA7o543gaOvtWvP0 kbbQHhsAmi466ZkaRlSg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qPLgI-0039G4-0S; Fri, 28 Jul 2023 11:30:50 +0000 Received: from mail11.truemail.it ([217.194.8.81]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qPLgF-0039Ek-04 for linux-arm-kernel@lists.infradead.org; Fri, 28 Jul 2023 11:30:49 +0000 Received: from francesco-nb.pivistrello.it (93-49-2-63.ip317.fastwebnet.it [93.49.2.63]) by mail11.truemail.it (Postfix) with ESMTPA id EDDD020730; Fri, 28 Jul 2023 13:30:38 +0200 (CEST) From: Francesco Dolcini To: Catalin Marinas , Will Deacon , Arnd Bergmann , Nishanth Menon , Vignesh Raghavendra , Tero Kristo Cc: Francesco Dolcini , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH v1] arm64: defconfig: enable TI K3 thermal driver Date: Fri, 28 Jul 2023 13:30:29 +0200 Message-Id: <20230728113029.403862-1-francesco@dolcini.it> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230728_043047_245827_481F1F3D X-CRM114-Status: UNSURE ( 7.54 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org From: Francesco Dolcini Enable K3 thermal driver, this is used on TI AM62 for example and various platform based on that SoC. Signed-off-by: Francesco Dolcini Reviewed-by: Praneeth Bajjuri --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 0777bcae9104..cbacae73e9af 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -647,6 +647,7 @@ CONFIG_DEVFREQ_THERMAL=y CONFIG_THERMAL_EMULATION=y CONFIG_IMX_SC_THERMAL=m CONFIG_IMX8MM_THERMAL=m +CONFIG_K3_THERMAL=m CONFIG_QORIQ_THERMAL=m CONFIG_SUN8I_THERMAL=y CONFIG_ROCKCHIP_THERMAL=m