Hello community,
here is the log from the commit of package raspberrypi-firmware-dt for
openSUSE:Factory checked in at 2020-03-24 22:33:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/raspberrypi-firmware-dt (Old)
and /work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "raspberrypi-firmware-dt"
Tue Mar 24 22:33:53 2020 rev:20 rq:787456 version:2020.02.03
Changes:
--------
---
/work/SRC/openSUSE:Factory/raspberrypi-firmware-dt/raspberrypi-firmware-dt.changes
2020-03-12 23:11:59.987316665 +0100
+++
/work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.3160/raspberrypi-firmware-dt.changes
2020-03-24 22:33:55.397135509 +0100
@@ -1,0 +2,11 @@
+Fri Mar 20 13:58:19 UTC 2020 - Nicolas Patricio Saenz Julienne
<[email protected]>
+
+- Add rpi4-firware-dma-ranges-overlay.dts which fixes touch input on the
+ official 7" display (bsc#1167147)
+
+-------------------------------------------------------------------
+Fri Mar 13 11:13:45 UTC 2020 - Nicolas Patricio Saenz Julienne
<[email protected]>
+
+- Get rid of remove-vmmc-emmc2.patch now that the kernel supports it
(bsc#1165954)
+
+-------------------------------------------------------------------
Old:
----
remove-vmmc-emmc2.patch
New:
----
rpi4-firmware-dma-ranges-overlay.dts
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ raspberrypi-firmware-dt.spec ++++++
--- /var/tmp/diff_new_pack.tmzm3K/_old 2020-03-24 22:33:57.113136343 +0100
+++ /var/tmp/diff_new_pack.tmzm3K/_new 2020-03-24 22:33:57.113136343 +0100
@@ -29,10 +29,10 @@
Source3: rpi4-thermal.dts
Source4: rpi4-gpio-names-overlay.dts
Source5: uboot-bcm2835-pl011-overlay.dts
+Source6: rpi4-firmware-dma-ranges-overlay.dts
Source100: get-from-git.sh
-Patch0: remove-vmmc-emmc2.patch
-Patch1: pcie-dma-ranges.patch
-Patch2: emmc2bus.patch
+Patch0: pcie-dma-ranges.patch
+Patch1: emmc2bus.patch
Requires: raspberrypi-firmware
BuildRequires: dtc
BuildRequires: raspberrypi-firmware
@@ -47,7 +47,6 @@
%setup
%patch0 -p1
%patch1 -p1
-%patch2 -p1
%build
SRCDIR=`pwd`
@@ -62,7 +61,7 @@
done
export DTC_FLAGS="-R 0 -p 0 -@ -H epapr"
-for dts in arch/arm/boot/dts/overlays/*dts %{SOURCE1} %{SOURCE2} %{SOURCE3}
%{SOURCE4} %{SOURCE5}; do
+for dts in arch/arm/boot/dts/overlays/*dts %{SOURCE1} %{SOURCE2} %{SOURCE3}
%{SOURCE4} %{SOURCE5} %{SOURCE6}; do
target=$(basename ${dts%*.dts})
target=${target%*-overlay}
mkdir -p $PPDIR/overlays
++++++ rpi4-firmware-dma-ranges-overlay.dts ++++++
/*
* The firmware bus is virtual and devices have to inherit their DMA
* constraints from the underlying interconnect. So add an empty dma-ranges
* property to the bus node, implying the firmware bus' DMA constraints are
* identical to its parent's.
*
* This was sent upstream and will be removed when available.
*/
/dts-v1/;
/plugin/;
/{
compatible = "brcm,bcm2711";
fragment@0 {
target = <&firmware>;
__overlay__ {
dma-ranges;
};
};
};