tegra: add kernel 5.15 support

- refresh config
- disable suspend as it's pointless in the sope of OpenWrt
- enable CPU frequency scaling

Signed-off-by: Tomasz Maciej Nowak <tmn505@gmail.com>
This commit is contained in:
Tomasz Maciej Nowak
2022-09-13 22:38:09 +02:00
committed by Petr Štetiar
parent f8cd56def6
commit df59c07fe9
2 changed files with 43 additions and 20 deletions

View File

@@ -12,6 +12,7 @@ CPU_TYPE := cortex-a9
CPU_SUBTYPE := vfpv3-d16
KERNEL_PATCHVER := 5.10
KERNEL_TESTING_PATCHVER := 5.15
include $(INCLUDE_DIR)/target.mk