From patchwork Wed Oct 7 19:35:19 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Marek_Beh=C3=BAn?= X-Patchwork-Id: 11821671 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id E2D8117D2 for ; Wed, 7 Oct 2020 19:35:27 +0000 (UTC) Received: by mail.kernel.org (Postfix) id DB3832083B; Wed, 7 Oct 2020 19:35:27 +0000 (UTC) Delivered-To: soc@kernel.org Received: from dellmb.labs.office.nic.cz (nat-1.nic.cz [217.31.205.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 57D6A207EA; Wed, 7 Oct 2020 19:35:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1602099327; bh=46WQoz1KB5Nl5TJUMOLIns4zAgOwBjPqPBQ2H5udzes=; h=From:To:List-Id:Cc:Subject:Date:From; b=PvSrZVZFz5Gk+cyLmKYfLLJhJXPAV3tMzj2sylO28VvVo+7JarLAPGlkRYdHi1UQ+ OCgE9cW1D8K4zNMTrXguJJOy1B7Xxkojk2zjaJtz5wyLWzznNZBiU6hBIYiAmnrJJ+ aEVexScSXtYK4FFNIlBpppQ6adeHNbcPfUwIjOjI= From: =?utf-8?q?Marek_Beh=C3=BAn?= To: Gregory CLEMENT List-Id: Cc: pali@kernel.org, soc@kernel.org, linux-arm-kernel@lists.infradead.org, arm@kernel.org, =?utf-8?q?Marek_Beh=C3=BAn?= , Miquel Raynal Subject: [PATCH mvebu 0/3] Armada 37xx: Fix cpufreq changing base CPU speed to 800 MHz from 1000 MHz Date: Wed, 7 Oct 2020 21:35:19 +0200 Message-Id: <20201007193522.9265-1-kabel@kernel.org> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Hi Gregory, the armada-37xx-cpufreq driver changes base CPU speed from 1000 MHz to 800 MHz on EspressoBIN and Turris MOX. The commit message in patch 2/3 explains why and how can this be discovered. I have added the Fixes tag so that this is fixed in stable kernels. Marek Cc: Gregory CLEMENT Cc: Miquel Raynal Marek BehĂșn (3): arm64: dts: marvell: armada-37xx: fix syscon compatible to NB clk node cpufreq: armada-37xx: Fix setting TBG parent for load levels clk: mvebu: armada-37xx-periph: remove .set_parent method for CPU PM clock arch/arm64/boot/dts/marvell/armada-37xx.dtsi | 3 +- drivers/clk/mvebu/armada-37xx-periph.c | 28 ---------------- drivers/cpufreq/armada-37xx-cpufreq.c | 35 +++++++++++++------- 3 files changed, 25 insertions(+), 41 deletions(-)