From 0c1f653d394801535c146041c3cd01ce82562beb Mon Sep 17 00:00:00 2001 From: Alasdair Allan Date: Wed, 16 Feb 2022 15:09:57 +0000 Subject: [PATCH 1/2] Removed defaults table --- .../computers/config_txt/overclocking.adoc | 26 ------------------- 1 file changed, 26 deletions(-) diff --git a/documentation/asciidoc/computers/config_txt/overclocking.adoc b/documentation/asciidoc/computers/config_txt/overclocking.adoc index cb0bf91fb..0cf2e8916 100644 --- a/documentation/asciidoc/computers/config_txt/overclocking.adoc +++ b/documentation/asciidoc/computers/config_txt/overclocking.adoc @@ -273,32 +273,6 @@ This table gives defaults for options that are the same across all models. | 0 (1.2V) |=== -The firmware uses Adaptive Voltage Scaling (AVS) to determine the optimum CPU/GPU core voltage in the range defined by `over_voltage` and `over_voltage_min`. - -|=== -| Model | Default | Resulting voltage - -| Pi 1 -| 0 -| 1.2V - -| Pi 2 -| 0 -| 1.2-1.3125V - -| Pi 3 -| 0 -| 1.2-1.3125V - -| Pi 4, Pi400, CM4 -| 0 -| 0.88V - -| Pi Zero -| 6 -| 1.35V -|=== - [discrete] ===== Specific to Raspberry Pi 4, Raspberry Pi 400 and CM4 From b4e977dd8c7a985883c700454e05c34409c789c0 Mon Sep 17 00:00:00 2001 From: Alasdair Allan Date: Wed, 16 Feb 2022 15:32:43 +0000 Subject: [PATCH 2/2] Added explanatory line back in --- documentation/asciidoc/computers/config_txt/overclocking.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/documentation/asciidoc/computers/config_txt/overclocking.adoc b/documentation/asciidoc/computers/config_txt/overclocking.adoc index 0cf2e8916..9aa7b822a 100644 --- a/documentation/asciidoc/computers/config_txt/overclocking.adoc +++ b/documentation/asciidoc/computers/config_txt/overclocking.adoc @@ -273,6 +273,8 @@ This table gives defaults for options that are the same across all models. | 0 (1.2V) |=== +The firmware uses Adaptive Voltage Scaling (AVS) to determine the optimum CPU/GPU core voltage in the range defined by `over_voltage` and `over_voltage_min`. + [discrete] ===== Specific to Raspberry Pi 4, Raspberry Pi 400 and CM4