From f2fd4b0ea2278e833fce447bcb2818c411f6c4e3 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 18 Sep 2025 15:57:55 +0300 Subject: [PATCH] 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 --- conf/machine/include/rpi-base.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc index 58f8507..dcffa3f 100644 --- a/conf/machine/include/rpi-base.inc +++ b/conf/machine/include/rpi-base.inc @@ -81,6 +81,7 @@ RPI_KERNEL_DEVICETREE_OVERLAYS ?= " \ overlays/vc4-kms-dsi-ili9881-7inch.dtbo \ overlays/w1-gpio.dtbo \ overlays/w1-gpio-pullup.dtbo \ + overlays/w1-gpio-pi5.dtbo \ overlays/wm8960-soundcard.dtbo \ overlays/bcm2712d0.dtbo \ "