From 699dbae2dc307dbd4f5cc30b4a7b849ed6381994 Mon Sep 17 00:00:00 2001 From: Johan Davidsson Date: Wed, 2 Sep 2026 21:21:15 +0200 Subject: [PATCH] rpi-base: Add the HiFiBerry DAC+ split overlays https://github.com/raspberrypi/linux/commit/9e31e8ce44ef https://www.hifiberry.com/blog/changes-in-hifiberry-drivers/ HiFiBerry split standard and pro cards due to not being able to dynamically change the clock configuration on Raspberry Pi 5. Update accordingly to HiFiBerry splitting the DAC+ overlay in two. A DAC+ Standard, Amp2 or Amp4 now wants hifiberry-dacplus-std and a DAC+ Pro or DAC2 Pro wants hifiberry-dacplus-pro. Signed-off-by: Johan Davidsson --- conf/machine/include/rpi-base.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc index 7a38ab8..f8d8df7 100644 --- a/conf/machine/include/rpi-base.inc +++ b/conf/machine/include/rpi-base.inc @@ -33,6 +33,8 @@ RPI_KERNEL_DEVICETREE_OVERLAYS ?= " \ overlays/hifiberry-amp3.dtbo \ overlays/hifiberry-amp4pro.dtbo \ overlays/hifiberry-dac.dtbo \ + overlays/hifiberry-dacplus-pro.dtbo \ + overlays/hifiberry-dacplus-std.dtbo \ overlays/hifiberry-dacplus.dtbo \ overlays/hifiberry-dacplusadc.dtbo \ overlays/hifiberry-dacplusadcpro.dtbo \