Hello community,
here is the log from the commit of package raspberrypi-firmware-dt for
openSUSE:Leap:15.2 checked in at 2020-01-30 06:07:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/raspberrypi-firmware-dt (Old)
and /work/SRC/openSUSE:Leap:15.2/.raspberrypi-firmware-dt.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "raspberrypi-firmware-dt"
Thu Jan 30 06:07:45 2020 rev:22 rq:766281 version:2020.01.09
Changes:
--------
---
/work/SRC/openSUSE:Leap:15.2/raspberrypi-firmware-dt/raspberrypi-firmware-dt.changes
2020-01-17 12:05:21.664607626 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.raspberrypi-firmware-dt.new.26092/raspberrypi-firmware-dt.changes
2020-01-30 06:07:47.466443959 +0100
@@ -1,0 +2,5 @@
+Thu Jan 16 13:14:17 UTC 2020 - Nicolas Patricio Saenz Julienne
<[email protected]>
+
+- Add rpi4-thermal.dts overlay, which provides CPU thermal measurements
(bsc#1160311).
+
+-------------------------------------------------------------------
New:
----
rpi4-thermal.dts
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ raspberrypi-firmware-dt.spec ++++++
--- /var/tmp/diff_new_pack.nsvdYa/_old 2020-01-30 06:07:48.306444428 +0100
+++ /var/tmp/diff_new_pack.nsvdYa/_new 2020-01-30 06:07:48.310444431 +0100
@@ -28,6 +28,7 @@
Source2: rpi4-cma-overlay.dts
Source3: rpi4-pcie-ib-size-fix-overlay.dts
Source4: rpi4-genet-overlay.dts
+Source5: rpi4-thermal.dts
Source100: get-from-git.sh
Patch0: upstream-rpi4-genet-phy.patch
Requires: raspberrypi-firmware
@@ -57,7 +58,7 @@
done
export DTC_FLAGS="-R 0 -p 0 -@ -H epapr"
-for dts in arch/arm/boot/dts/overlays/*dts %{SOURCE1} %{SOURCE2} %{SOURCE3}
%{SOURCE4}; do
+for dts in arch/arm/boot/dts/overlays/*dts %{SOURCE1} %{SOURCE2} %{SOURCE3}
%{SOURCE4} %{SOURCE5}; do
target=$(basename ${dts%*.dts})
target=${target%*-overlay}
mkdir -p $PPDIR/overlays
++++++ rpi4-thermal.dts ++++++
/dts-v1/;
/plugin/;
/{
compatible = "brcm,bcm2711";
fragment@0 {
target = <&cpu_thermal>;
__overlay__ {
thermal-sensors = <&avs_thermal>;
};
};
fragment@1 {
target = <&thermal>;
__overlay__ {
status = "disabled";
};
};
fragment@2 {
target = <&soc>;
__overlay__ {
avs_monitor: avs-monitor@7d5d2000 {
compatible = "brcm,bcm2711-avs-monitor",
"syscon", "simple-mfd";
reg = <0x7d5d2000 0xf00>;
avs_thermal: avs-thermal {
compatible = "brcm,bcm2711-thermal";
#thermal-sensor-cells = <0>;
};
};
};
};
};