Skip to content

Commit 4d53165

Browse files
leon-anaviagherzan
authored andcommitted
rpi-base.inc: Add w1-gpio-pi5.dtbo
Add w1-gpio-pi5.dtbo to RPI_KERNEL_DEVICETREE_OVERLAYS to resolve the following issue noticed in vclog --msg on Raspberry Pi 5 when ENABLE_W1 is set to 1: dtdebug: mapped overlay 'w1-gpio' to 'w1-gpio-pi5' dtdebug: Failed to open overlay file 'overlays/w1-gpio-pi5.dtbo' Signed-off-by: Leon Anavi <[email protected]>
1 parent aaf976a commit 4d53165

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

conf/machine/include/rpi-base.inc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ RPI_KERNEL_DEVICETREE_OVERLAYS ?= " \
7878
overlays/vc4-kms-dsi-ili9881-7inch.dtbo \
7979
overlays/w1-gpio.dtbo \
8080
overlays/w1-gpio-pullup.dtbo \
81+
overlays/w1-gpio-pi5.dtbo \
8182
overlays/wm8960-soundcard.dtbo \
8283
overlays/bcm2712d0.dtbo \
8384
"

0 commit comments

Comments
 (0)