rpi-base.inc: Add w1-gpio-pi5.dtbo
Some checks failed
Mirrors / Yocto Git Mirror (push) Has been cancelled

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 <leon.anavi@konsulko.com>
This commit is contained in:
Leon Anavi 2025-09-18 15:57:55 +03:00 committed by Andrei Gherzan
parent 90ce848980
commit f2fd4b0ea2

View File

@ -81,6 +81,7 @@ RPI_KERNEL_DEVICETREE_OVERLAYS ?= " \
overlays/vc4-kms-dsi-ili9881-7inch.dtbo \ overlays/vc4-kms-dsi-ili9881-7inch.dtbo \
overlays/w1-gpio.dtbo \ overlays/w1-gpio.dtbo \
overlays/w1-gpio-pullup.dtbo \ overlays/w1-gpio-pullup.dtbo \
overlays/w1-gpio-pi5.dtbo \
overlays/wm8960-soundcard.dtbo \ overlays/wm8960-soundcard.dtbo \
overlays/bcm2712d0.dtbo \ overlays/bcm2712d0.dtbo \
" "