From f5108a6f9843a0307e8b080d5f44e0aefb5c255a Mon Sep 17 00:00:00 2001 From: Pascal Huerst Date: Fri, 2 Feb 2024 04:49:53 +0100 Subject: [PATCH 1/3] 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 4c5923ca..673d9813 100644 --- a/conf/machine/include/rpi-base.inc +++ b/conf/machine/include/rpi-base.inc @@ -27,6 +27,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 \ From d0cdc0c8ed4dcc89f727899dc3cc81c7a694af5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Kluska?= Date: Tue, 27 Feb 2024 19:23:59 +0100 Subject: [PATCH 2/3] rpi-base: Added missing HiFiBerry MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added support for missing HiFiBerry AMP100, AMP3, AMP4 Pro, DAC+ ADC Pro, DAC+ DSP, DAC+ HD, Digi Pro. Signed-off-by: Michał Kluska --- conf/machine/include/rpi-base.inc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc index 673d9813..d8108e39 100644 --- a/conf/machine/include/rpi-base.inc +++ b/conf/machine/include/rpi-base.inc @@ -25,9 +25,15 @@ RPI_KERNEL_DEVICETREE_OVERLAYS ?= " \ overlays/gpio-poweroff.dtbo \ overlays/gpio-shutdown.dtbo \ overlays/hifiberry-amp.dtbo \ + overlays/hifiberry-amp100.dtbo \ + overlays/hifiberry-amp3.dtbo \ + overlays/hifiberry-amp4pro.dtbo \ overlays/hifiberry-dac.dtbo \ overlays/hifiberry-dacplus.dtbo \ overlays/hifiberry-dacplusadcpro.dtbo \ + overlays/hifiberry-dacplusdsp.dtbo \ + overlays/hifiberry-dacplushd.dtbo \ + overlays/hifiberry-digi-pro.dtbo \ overlays/hifiberry-digi.dtbo \ overlays/justboom-both.dtbo \ overlays/justboom-dac.dtbo \ From 452f091d4362ddf34502c121d6d28122cdf8e27f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Kluska?= Date: Tue, 4 Jun 2024 08:03:17 +0200 Subject: [PATCH 3/3] rpi-base: Removed hifiberry amp4pro. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Removed hifiberry amp4pro. Signed-off-by: Michał Kluska --- conf/machine/include/rpi-base.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc index d8108e39..856a8756 100644 --- a/conf/machine/include/rpi-base.inc +++ b/conf/machine/include/rpi-base.inc @@ -27,7 +27,6 @@ RPI_KERNEL_DEVICETREE_OVERLAYS ?= " \ overlays/hifiberry-amp.dtbo \ overlays/hifiberry-amp100.dtbo \ overlays/hifiberry-amp3.dtbo \ - overlays/hifiberry-amp4pro.dtbo \ overlays/hifiberry-dac.dtbo \ overlays/hifiberry-dacplus.dtbo \ overlays/hifiberry-dacplusadcpro.dtbo \