Skip to content

Commit

Permalink
Fix incorrect mapping of DT overlays on RPi 5 (#3335)
Browse files Browse the repository at this point in the history
RPi 5 config uses BR2_LINUX_KERNEL_INSTALL_INTREE_OVERLAYS which builds
the device tree overlays from the Linux tree when building the kernel.
The overlays directory also contains overlay_map.dtb which is necessary
to correctly map overlays without RPi version suffix to the
platform-specific ones. Without this, some peripherals may not work
correctly on Pi 5 without any obvious error messages in the kernel log
because an incorrect (Pi 4) overlay is used as the default.

Fixes #3321

* buildroot cc0481f40e...0a64bfe8f1 (1):
  > Install overlay_map.dtb when using in-tree DT overlays
  • Loading branch information
sairon authored Apr 29, 2024
1 parent 65f35c6 commit fce19b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildroot
Submodule buildroot updated 1 files
+4 −2 linux/linux.mk

0 comments on commit fce19b7

Please sign in to comment.