Hello community,
here is the log from the commit of package raspberrypi-firmware-dt for
openSUSE:Factory checked in at 2019-11-28 13:51:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/raspberrypi-firmware-dt (Old)
and /work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.26869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "raspberrypi-firmware-dt"
Thu Nov 28 13:51:09 2019 rev:13 rq:751537 version:2019.09.19
Changes:
--------
---
/work/SRC/openSUSE:Factory/raspberrypi-firmware-dt/raspberrypi-firmware-dt.changes
2019-11-28 10:14:26.827637366 +0100
+++
/work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.26869/raspberrypi-firmware-dt.changes
2019-11-28 13:51:13.170686877 +0100
@@ -1,0 +2,6 @@
+Wed Nov 27 17:42:56 UTC 2019 - Matthias Brugger <[email protected]>
+
+- Add rpi4-genet-overlay.dts which sets the upstream compatible for the
+ network device. (jsc#SLE-7771)
+
+-------------------------------------------------------------------
New:
----
rpi4-genet-overlay.dts
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ raspberrypi-firmware-dt.spec ++++++
--- /var/tmp/diff_new_pack.mZukfZ/_old 2019-11-28 13:51:13.910686596 +0100
+++ /var/tmp/diff_new_pack.mZukfZ/_new 2019-11-28 13:51:13.910686596 +0100
@@ -27,6 +27,7 @@
Source1: disable-vc4-overlay.dts
Source2: rpi4-cma-overlay.dts
Source3: rpi4-pcie-ib-size-fix-overlay.dts
+Source4: rpi4-genet-overlay.dts
Source100: get-from-git.sh
Requires: raspberrypi-firmware
BuildRequires: dtc
@@ -54,7 +55,7 @@
done
export DTC_FLAGS="-R 0 -p 0 -@ -H epapr"
-for dts in arch/arm/boot/dts/overlays/*dts %{SOURCE1} %{SOURCE2} %{SOURCE3}; do
+for dts in arch/arm/boot/dts/overlays/*dts %{SOURCE1} %{SOURCE2} %{SOURCE3}
%{SOURCE4}; do
target=$(basename ${dts%*.dts})
target=${target%*-overlay}
mkdir -p $PPDIR/overlays
++++++ rpi4-genet-overlay.dts ++++++
/*
* The PCie controller on the RPi4 has a HW bug that prevents it from accessing
* memory higher than 0xc0000000. This fixes the dma-ranges so this is
* reflected. In the future close future this will be fixed by firmware.
*/
/dts-v1/;
/plugin/;
/{
compatible = "brcm,bcm2711";
fragment@0 {
target = <&genet>;
__overlay__ {
compatible = "brcm,bcm2711-genet-v5";
};
};
};