From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konstantin Ryabitsev Date: Wed, 31 Aug 2022 17:34:46 -0400 Subject: [PATCH RESEND v7 1/4] arm64: defconfig: Enable devfreq cooling device MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="utf-8" Message-Id: <20220825-test-endpoint-send-2-v7-1-4f04b9e94ea1@linuxfoundation.org> References: <20220825-test-endpoint-send-2-v7-0-4f04b9e94ea1@linuxfoundation.org> In-Reply-To: <20220825-test-endpoint-send-2-v7-0-4f04b9e94ea1@linuxfoundation.org> To: mricon@kernel.org X-Mailer: b4 0.10.0-dev-3b344 X-Developer-Signature: v=1; a=openpgp-sha256; l=785; i=konstantin@linuxfoundation.org; h=from:subject:message-id; bh=cvgI9T5PZVDqhabQjpI0VS3Cxn3HWaU2hlMqfcC+Hxo=; b=owGbwMvMwCW27YjM47CUmTmMp9WSGJL5L//Rv7s0xMVy0tekS29beq0a9/D+WhWw1efLF6l71r6y qeYsHaUsDGJcDLJiiixl+2I3BRU+9JBL7zGFmcPKBDKEgYtTACZiasDwz/hIqiDTkp+Z8zIKs9evi8 m375PbciVjFr+A0hHL/888HBkZZv147V5V28BQu1j196Hau7zOOn0LlA/tWs8jZll8dPI7DgA= X-Developer-Key: i=konstantin@linuxfoundation.org; a=openpgp; fpr=DE0E66E32F1FDD0902666B96E63EDCA9329DD07E X-Endpoint-Received: by B4 Submission Endpoint for konstantin@linuxfoundation.org/default with auth_id=3 List-Id: B4 Web Endpoint Patches From: Clément Péron Devfreq cooling device framework is used in Panfrost to throttle GPU in order to regulate its temperature. Enable this driver for ARM64 SoC. Signed-off-by: Clément Péron Acked-by: Jernej Skrabec Signed-off-by: Konstantin Ryabitsev diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index d5b2d2dd4904..109004e44d21 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -584,6 +584,7 @@ CONFIG_SENSORS_INA2XX=m CONFIG_SENSORS_INA3221=m CONFIG_THERMAL_GOV_POWER_ALLOCATOR=y CONFIG_CPU_THERMAL=y +CONFIG_DEVFREQ_THERMAL=y CONFIG_THERMAL_EMULATION=y CONFIG_IMX_SC_THERMAL=m CONFIG_IMX8MM_THERMAL=m -- b4 0.10.0-dev-3b344