Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package raspberrypi-firmware-dt for
openSUSE:Factory checked in at 2023-06-03 00:05:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/raspberrypi-firmware-dt (Old)
and /work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "raspberrypi-firmware-dt"
Sat Jun 3 00:05:31 2023 rev:50 rq:1089948 version:2023.05.02
Changes:
--------
---
/work/SRC/openSUSE:Factory/raspberrypi-firmware-dt/raspberrypi-firmware-dt.changes
2023-05-05 15:57:23.148119743 +0200
+++
/work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.15902/raspberrypi-firmware-dt.changes
2023-06-03 00:05:31.565387504 +0200
@@ -1,0 +2,6 @@
+Tue May 30 07:28:41 UTC 2023 - Ivan Ivanov <[email protected]>
+
+- Enable 3.5mm jack socket stereo audio (bsc#1209314):
+ * 0001-ARM-dts-bcm2711-rpi-Reuse-bcm2836-vchiq-driver.patch
+
+-------------------------------------------------------------------
New:
----
0001-ARM-dts-bcm2711-rpi-Reuse-bcm2836-vchiq-driver.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ raspberrypi-firmware-dt.spec ++++++
--- /var/tmp/diff_new_pack.ueuKcs/_old 2023-06-03 00:05:32.261391614 +0200
+++ /var/tmp/diff_new_pack.ueuKcs/_new 2023-06-03 00:05:32.265391637 +0200
@@ -30,6 +30,7 @@
Source4: enable-bt-overlay.dts
Source5: smbios-overlay.dts
Source100: get-from-git.sh
+Patch0: 0001-ARM-dts-bcm2711-rpi-Reuse-bcm2836-vchiq-driver.patch
Requires: raspberrypi-firmware
BuildRequires: dtc
BuildRequires: raspberrypi-firmware
@@ -43,6 +44,7 @@
%prep
%setup -q
+%autopatch -p1
%build
SRCDIR=`pwd`
++++++ 0001-ARM-dts-bcm2711-rpi-Reuse-bcm2836-vchiq-driver.patch ++++++
>From 9d36eb65e475361db8751fa6a155c9bdeaa2bcdd Mon Sep 17 00:00:00 2001
From: "Ivan T. Ivanov" <[email protected]>
Date: Tue, 30 May 2023 09:50:53 +0300
Subject: [PATCH] ARM: dts: bcm2711-rpi: Reuse bcm2836 vchiq driver
Upstream vchiq driver don't support bcm2711, yet. Switch
to bcm2836 implementation which is good enough to make audio
trough 3.5mm jack working fine.
This fixes: https://bugzilla.opensuse.org/show_bug.cgi?id=1209314
Signed-off-by: Ivan T. Ivanov <[email protected]>
---
arch/arm/boot/dts/bcm2711-rpi-ds.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/bcm2711-rpi-ds.dtsi
b/arch/arm/boot/dts/bcm2711-rpi-ds.dtsi
index bd5c297..9956368 100644
--- a/arch/arm/boot/dts/bcm2711-rpi-ds.dtsi
+++ b/arch/arm/boot/dts/bcm2711-rpi-ds.dtsi
@@ -126,7 +126,7 @@
};
&vchiq {
- compatible = "brcm,bcm2711-vchiq";
+ compatible = "brcm,bcm2836-vchiq";
};
&firmwarekms {
--
2.35.3