Skip to content

Commit f2fd4b0

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 90ce848 commit f2fd4b0

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
@@ -81,6 +81,7 @@ RPI_KERNEL_DEVICETREE_OVERLAYS ?= " \
8181
overlays/vc4-kms-dsi-ili9881-7inch.dtbo \
8282
overlays/w1-gpio.dtbo \
8383
overlays/w1-gpio-pullup.dtbo \
84+
overlays/w1-gpio-pi5.dtbo \
8485
overlays/wm8960-soundcard.dtbo \
8586
overlays/bcm2712d0.dtbo \
8687
"

0 commit comments

Comments
 (0)