device/main/linux-postmarketos-allwinner: enable CONFIG_ARM_SUN8I_A33_MBUS_DEVFREQ and devfreq governors (MR 3864)
This enables the DRAM frequency stats driver that can be useful for debugging
issues with the PinePhone. This came up in a discussion in #pinephone on IRC
where megi was helping a pmos user with idle power draw issues.
This also enables the performance, powersave and userspace devfreq governors.
Ref: 8bfd4858b4
[ci:skip-build]: already built successfully in CI
This commit is contained in:
parent
fa292406df
commit
025105c5a4
2 changed files with 6 additions and 6 deletions
|
@ -7,7 +7,7 @@ _flavor=postmarketos-allwinner
|
|||
_config="config-$_flavor.$CARCH"
|
||||
pkgname=linux-$_flavor
|
||||
pkgver=6.1.9_git20230201
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
_tag="orange-pi-6.1-20230201-2322"
|
||||
pkgdesc="Kernel fork with Pine64 patches (megi's tree, slightly patched)"
|
||||
arch="aarch64 armv7"
|
||||
|
@ -84,7 +84,7 @@ package() {
|
|||
|
||||
sha512sums="
|
||||
02353e5d8a1e244e5b0f57679bd132670e7157bb7c87c65b7f41c2d379d2ce3177cec0305400ac8117825e37d0d4e8cb4c3f8906097b73d2cb1193c09362557e linux-postmarketos-allwinner-orange-pi-6.1-20230201-2322.tar.gz
|
||||
90836daddf09258fb59fde3efb57f056bfb1c6591688254402c6859ed5b17548993c333ce72b6c3b589997eb24bad0bd9c3e291d77f921f7c9acc9d266fcf55b config-postmarketos-allwinner.aarch64
|
||||
97acdb1d96a06fefecc9e7cdfdf4a9332aeff575f4685b6fccb0ea121b7daa1390bd09e807540f3bb27a67f66364665091f1768166f4871e60575670c99a9b9f config-postmarketos-allwinner.aarch64
|
||||
c7ed9143a2b74d282d0edb5a7d08962a30555b297a224cd211ca110461086977504017288dfe6fdcb7df1ba5501e9710360c859777835565ba93ab5c4e73072e config-postmarketos-allwinner.armv7
|
||||
126e0a65e04f22f14eac1281a69000d9d5b107ed8fd1b52f37e812751f55e6c45b0240ceac61c9d95ae7f0543aaf9d96b85a8532baf59283c077b9945e615367 0001-dts-add-dontbeevil-pinephone-devkit.patch
|
||||
1dc710f5abacdd5698169d5e985efeca8114986c774c3d65e89812d08ceb3db5ebdc6dd64dd76a262c761f3bfc3ffb6bc237fd5236bd1f89c5975d12e42eda04 0002-dts-add-pinetab-dev-old-display-panel.patch
|
||||
|
|
|
@ -4995,15 +4995,15 @@ CONFIG_PM_DEVFREQ=y
|
|||
# DEVFREQ Governors
|
||||
#
|
||||
CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND=y
|
||||
# CONFIG_DEVFREQ_GOV_PERFORMANCE is not set
|
||||
# CONFIG_DEVFREQ_GOV_POWERSAVE is not set
|
||||
# CONFIG_DEVFREQ_GOV_USERSPACE is not set
|
||||
CONFIG_DEVFREQ_GOV_PERFORMANCE=m
|
||||
CONFIG_DEVFREQ_GOV_POWERSAVE=m
|
||||
CONFIG_DEVFREQ_GOV_USERSPACE=m
|
||||
# CONFIG_DEVFREQ_GOV_PASSIVE is not set
|
||||
|
||||
#
|
||||
# DEVFREQ Drivers
|
||||
#
|
||||
# CONFIG_ARM_SUN8I_A33_MBUS_DEVFREQ is not set
|
||||
CONFIG_ARM_SUN8I_A33_MBUS_DEVFREQ=m
|
||||
# CONFIG_PM_DEVFREQ_EVENT is not set
|
||||
CONFIG_EXTCON=y
|
||||
|
||||
|
|
Loading…
Reference in a new issue