[PATCH v2 0/4] Properly Limit Tegra210 Clock Rates

Aaron Kling via B4 Relay posted 4 patches 4 weeks, 1 day ago
.../bindings/clock/nvidia,tegra124-dfll.txt        |  3 ++
arch/arm64/boot/dts/nvidia/tegra210-p3450-0000.dts |  1 +
drivers/clk/tegra/clk-tegra124-dfll-fcpu.c         |  8 ++-
drivers/soc/tegra/fuse/speedo-tegra210.c           | 62 +++++++++++++++-------
4 files changed, 54 insertions(+), 20 deletions(-)
[PATCH v2 0/4] Properly Limit Tegra210 Clock Rates
Posted by Aaron Kling via B4 Relay 4 weeks, 1 day ago
The Tegra210 CVB tables were added in commit 2b2dbc2f94e5. Since then,
all Tegra210 socs have tried to scale the cpu to 1.9 GHz, when the
supported devkits are only supposed to scale to 1.5 or 1.7 GHZ.
Overclocking should not be the default state.

Signed-off-by: Aaron Kling <webgeek1234@gmail.com>
---
Changes in v2:
- Define units in patch 1
- Update patch 1 commit message to better explain the need
- Pull all downstream sku's into patch 2, which eliminates patch 3
- Update patch 4 commit message to indicate the limit is due to thermal
  constraints.
- Link to v1: https://lore.kernel.org/r/20250816-tegra210-speedo-v1-0-a981360adc27@gmail.com

---
Aaron Kling (4):
      dt-bindings: clock: tegra124-dfll: Add property to limit frequency
      soc: tegra: fuse: speedo-tegra210: Update speedo ids
      clk: tegra: dfll: Support limiting max clock per device
      arm64: tegra: Limit max cpu frequency on P3450

 .../bindings/clock/nvidia,tegra124-dfll.txt        |  3 ++
 arch/arm64/boot/dts/nvidia/tegra210-p3450-0000.dts |  1 +
 drivers/clk/tegra/clk-tegra124-dfll-fcpu.c         |  8 ++-
 drivers/soc/tegra/fuse/speedo-tegra210.c           | 62 +++++++++++++++-------
 4 files changed, 54 insertions(+), 20 deletions(-)
---
base-commit: 8f5ae30d69d7543eee0d70083daf4de8fe15d585
change-id: 20250812-tegra210-speedo-470691e8b8cc

Best regards,
-- 
Aaron Kling <webgeek1234@gmail.com>