Hello community,
here is the log from the commit of package raspberrypi-firmware-dt for
openSUSE:Factory checked in at 2020-07-28 17:26:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/raspberrypi-firmware-dt (Old)
and /work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.3592 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "raspberrypi-firmware-dt"
Tue Jul 28 17:26:24 2020 rev:25 rq:823081 version:2020.05.02
Changes:
--------
---
/work/SRC/openSUSE:Factory/raspberrypi-firmware-dt/raspberrypi-firmware-dt.changes
2020-05-04 22:01:50.178654903 +0200
+++
/work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.3592/raspberrypi-firmware-dt.changes
2020-07-28 17:27:29.282051072 +0200
@@ -1,0 +2,6 @@
+Tue Jul 21 11:37:26 UTC 2020 - Nicolas Patricio Saenz Julienne
<[email protected]>
+
+- Add vl805-firware-loader-overlay.dts which registers a reset controller
+ that'll take care of triggering vl805's firmware load.
+
+-------------------------------------------------------------------
New:
----
vl805-firmware-loader-overlay.dts
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ raspberrypi-firmware-dt.spec ++++++
--- /var/tmp/diff_new_pack.qNxgPb/_old 2020-07-28 17:27:32.634054875 +0200
+++ /var/tmp/diff_new_pack.qNxgPb/_new 2020-07-28 17:27:32.638054879 +0200
@@ -26,6 +26,7 @@
Source: raspberrypi-firmware-dt-%{version}.tar.xz
Source1: disable-vc4-overlay.dts
Source2: uboot-bcm2835-pl011-overlay.dts
+Source3: vl805-firmware-loader-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}; do
+for dts in arch/arm/boot/dts/overlays/*dts %{SOURCE1} %{SOURCE2} %{SOURCE3}; do
target=$(basename ${dts%*.dts})
target=${target%*-overlay}
mkdir -p $PPDIR/overlays
++++++ vl805-firmware-loader-overlay.dts ++++++
/dts-v1/;
/plugin/;
/{
compatible = "brcm,bcm2835";
fragment@0 {
target = <&firmware>;
__overlay__ {
firmware_reset: reset {
compatible = "raspberrypi,firmware-reset";
#reset-cells = <1>;
};
};
};
fragment@1 {
target = <&pcie0>;
__overlay__ {
pci@1,0 {
#address-cells = <3>;
#size-cells = <2>;
ranges;
reg = <0 0 0 0 0>;
usb@1,0 {
reg = <0x10000 0 0 0 0>;
resets = <&firmware_reset 0>;
};
};
};
};
};