From fc34bc3b86f9eb42296618a3ceef82f276c472f3 Mon Sep 17 00:00:00 2001 From: Pascal Huerst Date: Fri, 2 Feb 2024 04:49:53 +0100 Subject: [PATCH] rpi-base: Add missing hifiberry overlay There is anoter hifiberry hat, for which there is currently no overlay added to the build, so let's add it: hifiberry-dacplusadcpro.dtbo Signed-off-by: Pascal Huerst --- 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 c87ab97d..ff0480a3 100644 --- a/conf/machine/include/rpi-base.inc +++ b/conf/machine/include/rpi-base.inc @@ -28,6 +28,7 @@ RPI_KERNEL_DEVICETREE_OVERLAYS ?= " \ overlays/hifiberry-amp.dtbo \ overlays/hifiberry-dac.dtbo \ overlays/hifiberry-dacplus.dtbo \ + overlays/hifiberry-dacplusadcpro.dtbo \ overlays/hifiberry-digi.dtbo \ overlays/justboom-both.dtbo \ overlays/justboom-dac.dtbo \