mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-10-22 14:52:18 +02:00
rpi-base.inc: Add w1-gpio-pi5.dtbo
Some checks failed
Mirrors / Yocto Git Mirror (push) Has been cancelled
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:
parent
90ce848980
commit
f2fd4b0ea2
|
@ -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 \
|
||||||
"
|
"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user