Skip to content

Commit

Permalink
Merge pull request #8722 from HiassofT/le12-kernel-6.6.21
Browse files Browse the repository at this point in the history
linux (RPi): update to 6.6.21
  • Loading branch information
CvH authored Mar 12, 2024
2 parents d96bcbd + 9ef5ca0 commit d108ae1
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/linux/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ case "${LINUX}" in
PKG_PATCH_DIRS="default"
;;
raspberrypi)
PKG_VERSION="6f16847710cc0502450788b9f12f0a14d3429668" # 6.6.20
PKG_SHA256="462bd8bf306f9f329e0f4308c0c3f3e345d91111b28ee7ecb9aa7b65b9f3f244"
PKG_VERSION="13c3fb1b42223302b4a023e7b9a87535d042d187" # 6.6.21
PKG_SHA256="78f90084566473b3c29488ff80b046a100b7ca2b4d8483c48a06235b3bbaab8a"
PKG_URL="https://github.com/raspberrypi/linux/archive/${PKG_VERSION}.tar.gz"
PKG_SOURCE_NAME="linux-${LINUX}-${PKG_VERSION}.tar.gz"
;;
Expand Down
3 changes: 2 additions & 1 deletion projects/RPi/devices/RPi/linux/linux.arm.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm 6.6.18 Kernel Configuration
# Linux/arm 6.6.21 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="arm-linux-gnueabihf-gcc (GCC) 13.0.0 20220604 (experimental) [master revision aec868578d8515763d75693c1fdfbc30ff0a1e68]"
CONFIG_CC_IS_GCC=y
Expand Down Expand Up @@ -2854,6 +2854,7 @@ CONFIG_REGULATOR_ARIZONA_MICSUPP=m
# CONFIG_REGULATOR_PWM is not set
# CONFIG_REGULATOR_RAA215300 is not set
CONFIG_REGULATOR_RASPBERRYPI_TOUCHSCREEN_ATTINY=y
CONFIG_REGULATOR_RASPBERRYPI_TOUCHSCREEN_V2=y
# CONFIG_REGULATOR_RT4801 is not set
# CONFIG_REGULATOR_RT4803 is not set
# CONFIG_REGULATOR_RT5190A is not set
Expand Down
3 changes: 2 additions & 1 deletion projects/RPi/devices/RPi2/linux/linux.arm.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm 6.6.18 Kernel Configuration
# Linux/arm 6.6.21 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="arm-linux-gnueabihf-gcc (GCC) 13.0.0 20220604 (experimental) [master revision aec868578d8515763d75693c1fdfbc30ff0a1e68]"
CONFIG_CC_IS_GCC=y
Expand Down Expand Up @@ -3089,6 +3089,7 @@ CONFIG_REGULATOR_ARIZONA_MICSUPP=m
# CONFIG_REGULATOR_PWM is not set
# CONFIG_REGULATOR_RAA215300 is not set
CONFIG_REGULATOR_RASPBERRYPI_TOUCHSCREEN_ATTINY=y
CONFIG_REGULATOR_RASPBERRYPI_TOUCHSCREEN_V2=y
# CONFIG_REGULATOR_RT4801 is not set
# CONFIG_REGULATOR_RT4803 is not set
# CONFIG_REGULATOR_RT5190A is not set
Expand Down
3 changes: 2 additions & 1 deletion projects/RPi/devices/RPi4/linux/linux.aarch64.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm64 6.6.18 Kernel Configuration
# Linux/arm64 6.6.21 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="aarch64-linux-gnu-gcc (GCC) 13.0.0 20220604 (experimental) [master revision aec868578d8515763d75693c1fdfbc30ff0a1e68]"
CONFIG_CC_IS_GCC=y
Expand Down Expand Up @@ -3708,6 +3708,7 @@ CONFIG_REGULATOR_GPIO=y
# CONFIG_REGULATOR_PWM is not set
# CONFIG_REGULATOR_RAA215300 is not set
CONFIG_REGULATOR_RASPBERRYPI_TOUCHSCREEN_ATTINY=y
CONFIG_REGULATOR_RASPBERRYPI_TOUCHSCREEN_V2=y
# CONFIG_REGULATOR_RT4801 is not set
# CONFIG_REGULATOR_RT4803 is not set
# CONFIG_REGULATOR_RT5190A is not set
Expand Down
3 changes: 2 additions & 1 deletion projects/RPi/devices/RPi5/linux/linux.aarch64.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm64 6.6.18 Kernel Configuration
# Linux/arm64 6.6.21 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="aarch64-linux-gnu-gcc (GCC) 13.0.0 20220604 (experimental) [master revision aec868578d8515763d75693c1fdfbc30ff0a1e68]"
CONFIG_CC_IS_GCC=y
Expand Down Expand Up @@ -3727,6 +3727,7 @@ CONFIG_REGULATOR_GPIO=y
# CONFIG_REGULATOR_PWM is not set
# CONFIG_REGULATOR_RAA215300 is not set
CONFIG_REGULATOR_RASPBERRYPI_TOUCHSCREEN_ATTINY=y
CONFIG_REGULATOR_RASPBERRYPI_TOUCHSCREEN_V2=y
# CONFIG_REGULATOR_RT4801 is not set
# CONFIG_REGULATOR_RT4803 is not set
# CONFIG_REGULATOR_RT5190A is not set
Expand Down

0 comments on commit d108ae1

Please sign in to comment.