Skip to content

Commit e799a8a

Browse files
committed
conf/devices/raspberrypi-64/config.conf: Fix RPi 5 hw rev. 1.1 support
Details here: agherzan/meta-raspberrypi#1460
1 parent 5279114 commit e799a8a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

meta-aws-demos/conf/devices/raspberrypi-64/config.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ ENABLE_UART = "1"
1010

1111
# https://meta-raspberrypi.readthedocs.io/en/latest/ipcompliance.html
1212
LICENSE_FLAGS_ACCEPTED = "synaptics-killswitch"
13+
14+
# necessary as long as this PR is not merged: https://github.com/agherzan/meta-raspberrypi/pull/1460
15+
RPI_KERNEL_DEVICETREE_OVERLAYS:append = " overlays/bcm2712d0.dtbo"

0 commit comments

Comments
 (0)