Skip to content

Commit

Permalink
[kernel] [marvell-armhf]
Browse files Browse the repository at this point in the history
Set cpu frequenc to 100HZ as per armada cpu
Enable periodic timer and not dynamic for better performance of a385 soc
  • Loading branch information
antony-rheneus committed Dec 1, 2020
1 parent 7b7bdae commit 9976144
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions patch/kconfig-exclusions
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ CONFIG_MLXSW_PCI

[marvell-armhf]
CONFIG_KERNEL_XZ
CONFIG_NO_HZ_IDLE
CONFIG_HZ_250
3 changes: 3 additions & 0 deletions patch/kconfig-inclusions
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,6 @@ CONFIG_MAX1363=m

[marvell-armhf]
CONFIG_KERNEL_GZIP=y
CONFIG_HZ_PERIODIC=y
CONFIG_HZ_100=y
CONFIG_HZ=100

0 comments on commit 9976144

Please sign in to comment.