Skip to content

Commit

Permalink
rpi4: Enable arm_boost=1 to unlock 1.8GHz CPU clock (#2073)
Browse files Browse the repository at this point in the history
* rpi4: Enable arm_boost=1 to unlock 1.8Ghz CPU

The official Raspberry Pi OS enables a "boosted" 1.8GHz
mode since their Debian bullseye based release [source]. This
commit brings this feature to HA OS.
  • Loading branch information
mhaas authored Aug 31, 2022
1 parent 4edc71b commit b067471
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions buildroot-external/board/raspberrypi/config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ dtparam=audio=on
# Enable DRM VC4 V3D driver on top of the dispmanx display stack
dtoverlay=vc4-fkms-v3d
max_framebuffers=2
# Enable boost from 1.5Ghz to 1.8Ghz on compatible models
arm_boost=1

[all]
#dtoverlay=vc4-fkms-v3d
Expand Down

0 comments on commit b067471

Please sign in to comment.