Skip to content

Commit

Permalink
webos: webos-rpi.inc: update gpiomem kernel module name
Browse files Browse the repository at this point in the history
:Release Notes:
bcm2835-gpiomem was replaced by raspberrypi-gpiomem
with support for Pi 5

:Detailed Notes:
raspberrypi/linux#5618
raspberrypi/linux@36f254f
raspberrypi/linux@27bda80

:Testing Performed:
Only build tested.

:QA Notes:
Extra module installed into rpi image.

:Issues Addressed:
[WRR-2163] CCC: webos-rpi.inc: update gpiomem kernel module name

Cherry-picked-from-commit: c617f94170d2cf9d3fd4bbbffc61188110c359dd
Cherry-picked-from-branch:
  • Loading branch information
shr-project authored and ywbyun0815 committed Oct 26, 2024
1 parent 01889cf commit 82a8956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta-webos-raspberrypi/conf/machine/include/webos-rpi.inc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ MACHINE_EXTRA_RRECOMMENDS:remove = "kernel-modules"
MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS:remove = "kernel-modules"
MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS:append = " ${RPI_KERNEL_MODULES}"
RPI_KERNEL_MODULES = " \
kernel-module-bcm2835-gpiomem \
kernel-module-bcm2835-wdt \
kernel-module-bluetooth \
kernel-module-brcmfmac \
Expand All @@ -36,6 +35,7 @@ RPI_KERNEL_MODULES = " \
kernel-module-hmac \
kernel-module-i2c-bcm2708 \
kernel-module-media \
kernel-module-raspberrypi-gpiomem \
kernel-module-rfcomm \
kernel-module-snd-bcm2835 \
kernel-module-snd-usb-audio \
Expand Down

0 comments on commit 82a8956

Please sign in to comment.