Add overclocking options to RK3326

This commit is contained in:
brooksytech 2024-01-23 20:56:23 +00:00 committed by fewtarius
parent 6c5b8450f8
commit cecd267e49
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A

View file

@ -0,0 +1,7 @@
#!/bin/bash
# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2024 JELOS (https://github.com/JustEnoughLinuxOS)
cat <<EOF >/storage/.config/profile.d/001-device_config
DEVICE_TURBO_MODE="true"
EOF